API for SectorRUST 3X / ДЛЯ НОВИЧКОВ / Small
JSON for programs, websites and more
text
json
{
"response": {
"fps": 464,
"fps_avg": 462,
"entities_count": 18749,
"world_seed": 2029504865,
"world_size": 2000,
"steam_id": 90286575463619600,
"domain": null,
"id": 11501880,
"ip": "185.189.255.113",
"port": 35100,
"query": 35110,
"color": 0,
"city": "Moscow",
"description": "\nХостинг SurvivalHost\r\n Сайт хостинга - hostingrust.ru\r\n Игровые сервера с защитой от DDoS атак:\r\n > Rust\r\n > ARK\r\n > ATLAS\r\n > DayZ\r\n > Unturned\r\n > Conan Exiles\r\n > и другие...",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780099418,
"last_online": 1780581641,
"icon": null,
"name": "SectorRUST 3X / ДЛЯ НОВИЧКОВ / Small",
"connect": "185.189.255.113:35100",
"request": "185.189.255.113:35110",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207183,
"last_update": 1780581641,
"banned": false,
"wipe": 1779474031,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4870,
"language": "ru",
"parked": false,
"app": {
"id": 252490,
"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/11501880");
$data = json_decode($json, true);
var_dump($data);