API для TheApocalypse|Zombies|SkillTree|RaidBases|LegendaryItems
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 41,
"fps_avg": 42,
"entities_count": 111739,
"world_seed": 709178930,
"world_size": 4100,
"steam_id": "90286604180690974",
"domain": null,
"id": 11159819,
"ip": "66.51.96.71",
"port": 28035,
"query": 28036,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to The Apocalypse — a PvE survival experience where loot is earned, not handed out.\r\nFight through the infected, progress your skills, and hunt down powerful bosses.\r\n\r\nFeatures:\r\n• Zombies roaming the world\r\n• Skill Tree progression system\r\n• Raid Bases with real rewards\r\n• Legendary items to discover\r\n• Unique Boss encounters\r\n• Custom plugins you won't find anywhere else\r\n• No Tech Tree — explore/experiment/research to unlock gear \r\n• Balanced PvE progression\r\n• Advanced Cooking\r\n• Active development (WIP)\r\n\r\nSurvive. Progress. Conquer the Apocalypse.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780605029,
"icon": null,
"name": "TheApocalypse|Zombies|SkillTree|RaidBases|LegendaryItems",
"connect": "66.51.96.71:28035",
"request": "66.51.96.71:28036",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1772228140,
"last_update": 1780605029,
"banned": false,
"wipe": 1780596812,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1932,
"language": "en",
"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/11159819");
$data = json_decode($json, true);
var_dump($data);