API для [NA] Nomad PvE 2x - Skill Tree - Raids - Economy
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 84,
"fps_avg": 87,
"entities_count": 181654,
"world_seed": 1349239336,
"world_size": 5000,
"steam_id": "90286579584222235",
"domain": null,
"id": 1399601,
"ip": "168.100.163.175",
"port": 29015,
"query": 29016,
"color": 0,
"city": "Dallas",
"description": "![[NA] Nomad PvE 2x - Skill Tree - Raids - Economy](https://images.nomadpve.com/2xPvEBanner.png)\n♦ Rules: ♦\r\n◦ No Griefing, Toxicity, Harassment, BS of any kind (More details in-game)\r\n◦ Accusations must be backed with proof\r\n\r\n♦ Special: ♦\r\n◦ Tiered Progression - Unlock perks via Playtime\r\n◦ Custom Currency Items & Upgradable features\r\n◦ Full Economy - Buy | Sell\r\n◦ Detailed /Info panel & Discord\r\n◦ Abandoned & Raidable Bases\r\n◦ Fully Custom PvE Experience\r\n\r\n♦ Other: ♦\r\n◦ No Server Radiation\r\n◦ Custom Skill Tree\r\n◦ Tons of Npc Events\r\n◦ True PvE Experience\r\n◦ Beginner Friendly\r\n◦ Quality of Life features\r\n◦ Active Discord Community\r\n◦ Anti-Hack & Cheat Detection\r\n◦ Active Admins\r\n◦ Soo much more, you must experience this for your self!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780499042,
"last_online": 1780592438,
"icon": null,
"name": "[NA] Nomad PvE 2x - Skill Tree - Raids - Economy",
"connect": "168.100.163.175:29015",
"request": "168.100.163.175:29016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1696082349,
"last_update": 1780592438,
"banned": false,
"wipe": 1779397909,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2653,
"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/1399601");
$data = json_decode($json, true);
var_dump($data);