[EU] Rust Pro's X5 PvP | Mymini | Kit | Tp | Solo | Duo | Trio के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 159,
"fps_avg": 154,
"entities_count": 82561,
"world_seed": 50000,
"world_size": 3750,
"steam_id": "90286157971139615",
"domain": null,
"id": 11501467,
"ip": "162.19.159.20",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Limburg an der Lahn",
"description": "RUST PRO'S SERVER \r\n\r\nServer Map Wipe Every Friday <8PM> (KSA) , \r\n-> Group Limit : 3 -> Map Size : 3500\r\n\r\nRULES :\r\n- NO Hacking / cheating\r\n- NO intentional bug abuse\r\n- NO EAC / FP banned alts\r\n- NO ban evading\r\n- NO racism \r\n- Respect other players",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780584814,
"last_online": 1780057827,
"icon": null,
"name": "[EU] Rust Pro's X5 PvP | Mymini | Kit | Tp | Solo | Duo | Trio",
"connect": "162.19.159.20:28015",
"request": "162.19.159.20:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207172,
"last_update": 1780584814,
"banned": false,
"wipe": 1779626406,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11230,
"language": "de",
"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.in/servers/11501467");
$data = json_decode($json, true);
var_dump($data);