Rust
API for
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11488912json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11488912,
"ip": "46.174.50.217",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Moscow",
"description": "![ОСТРОВ ZENTARA PVE [X1-X2|Skill|Raidable Base|Event]](https://pic.survivalhost.org/images/2026/04/07/result_93d5ce04-c57b-42ba-bac1-2348ddde32ea-fotor-20260406212155.png)\nZENTARA | PVE | X1-X2 — Играй легко - Живи ярко\r\n\r\nЧто тебя ждёт:\r\n- Киты, ТП, Джетпак\r\n- Ивенты и квесты\r\n- Без PvP\r\n- Лут не теряется\r\n- Вайп раз в неделю\r\n- Дружелюбное комьюнити",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776453755,
"score": 0,
"last_online": 1776165017,
"icon": null,
"name": null,
"connect": null,
"request": "46.174.50.217:28016",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1775913627,
"last_update": 1776453755,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9995,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11488912");
$data = json_decode($json, true);
var_dump($data);