API для [EU-ITA] The Wolf City PVE-PVP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 242,
"fps_avg": 242,
"entities_count": 46775,
"world_seed": 1025608188,
"world_size": 3000,
"steam_id": "90286604825541637",
"domain": null,
"id": 11511116,
"ip": "152.228.198.149",
"port": 26315,
"query": 26316,
"color": 0,
"city": "Roubaix",
"description": "1) Monumenti ECC [PVP] \r\n2) /fs on /fs off for furnace\r\n3) Stack x 4\r\n4) SERVER PVE \r\n5) Team 3\r\n6) Decadimento ridotto del 50%\r\n7) /kit\r\n8) /remove",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598603,
"last_online": 1780634427,
"icon": null,
"name": "[EU-ITA] The Wolf City PVE-PVP",
"connect": "152.228.198.149:26315",
"request": "152.228.198.149:26316",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353838,
"last_update": 1780634427,
"banned": false,
"wipe": 1780598099,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4759,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11511116");
$data = json_decode($json, true);
var_dump($data);