Rust
API for КЛАССИКА RUSTOMANIA X2/MAX3 для новичков
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10764367json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10764367,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "![RUSTOMANIA X2/MAX3[kits/tp/vip]](https://pic.survivalhost.org/images/2019/04/07/712bc4d43d8fd5c68118d71d48125d26.png)\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": 45890,
"boosts": 1,
"last_offline": 1770529855,
"score": 5,
"last_online": 1769613610,
"icon": null,
"name": "КЛАССИКА RUSTOMANIA X2/MAX3 для новичков",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766261061,
"last_update": 1770529855,
"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": 7770,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "uazik6666",
"avatar": "ad5bf8c1-9bb0-4c69-8e1e-457ab5fcc3ce.jpg",
"last_online": 1773514118
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10764367");
$data = json_decode($json, true);
var_dump($data);