API for Newbie Server #1 | Для новичков | Vanilla+ | Optiona
JSON for programs, websites and more
text
json
{
"response": {
"fps": 88,
"fps_avg": 91,
"entities_count": 128182,
"world_seed": 1473440686,
"world_size": 4500,
"steam_id": "90286577115752463",
"domain": null,
"id": 1206105,
"ip": "185.187.114.40",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Moscow",
"description": "Сервер для новичков (LightPvP)\r\nОсобенности:\r\n- Увеличен стак ресурсов\r\n- Уменьшена стоимость содержания базы\r\n- Возможность защитить базу от рейда (подключается в шкафу)\r\n- Рейдабельные NPC-базы и прочие ивенты с NPC\r\n- Ежемесячный вайп (каждый первый четверг месяца в ~22-00)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780538665,
"last_online": 1780583439,
"icon": null,
"name": "Newbie Server #1 | Для новичков | Vanilla+ | Optiona",
"connect": "185.187.114.40:28015",
"request": "185.187.114.40:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1691955179,
"last_update": 1780583439,
"banned": false,
"wipe": 1778209114,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2597,
"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/1206105");
$data = json_decode($json, true);
var_dump($data);