API pentru [NA] Nomad PvE 10x - Skill Tree - Raids - Economy
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 52,
"fps_avg": 49,
"entities_count": 187103,
"world_seed": 1349239336,
"world_size": 5000,
"steam_id": "90286579584250907",
"domain": null,
"id": 1399653,
"ip": "168.100.163.175",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "![[NA] Nomad PvE 10x - Skill Tree - Raids - Economy](https://images.nomadpve.com/10xPvEBanner.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": 1779398019,
"last_online": 1780589427,
"icon": null,
"name": "[NA] Nomad PvE 10x - Skill Tree - Raids - Economy",
"connect": "168.100.163.175:28015",
"request": "168.100.163.175:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 6,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1696082288,
"last_update": 1780589427,
"banned": false,
"wipe": 1779398233,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 727,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/1399653");
$data = json_decode($json, true);
var_dump($data);