API pentru HNC Rust 10000x PvE
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 266161,
"world_seed": 1337,
"world_size": 4750,
"steam_id": "90286232165035034",
"domain": null,
"id": 9135973,
"ip": "154.16.170.15",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nHNCRust.com\r\n* Join our Discord at discord.hncrust.com\r\n* Wiped May 7th 2026\r\n* 5m Night-55m Day\r\n* Players inactive for 3+ days will have their bases marked abandoned.\r\n* Multiple events and NPCs\r\n* NPC Raidable Bases\r\n* Water Bases\r\n* Event System\r\n* More to come!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779786210,
"last_online": 1779807618,
"icon": null,
"name": "HNC Rust 10000x PvE",
"connect": "154.16.170.15:28080",
"request": "154.16.170.15:28015",
"map": "HNC Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 11,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1747167004,
"last_update": 1779807618,
"banned": false,
"wipe": 1778176325,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 883,
"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/9135973");
$data = json_decode($json, true);
var_dump($data);