[EU] Panda Rust | HUB के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 100,
"fps_avg": 100,
"entities_count": 0,
"world_seed": 2621,
"world_size": 1000,
"steam_id": "90286904674330645",
"domain": null,
"id": 11781653,
"ip": "185.248.134.57",
"port": 26025,
"query": 26026,
"project_id": null,
"color": 0,
"city": "London",
"description": "[EU] Panda Rust HUB\nThe all in one rust server is here all the servers in one place now! \n\nServers : 2x, 3x + More servers coming soon! \n\nVIP : store.pandarust.com\nDiscord : Discord.gg/pandarust\n\n[EU] | Panda Rust | 2x | Vanilla | Monthly | Solo - Quad \nWipes : Every Force wipe\n\n[EU] | Panda Rust | 2x | Vanilla | Monthly | Solo Duo \nWipes : Every Force wipe\n\n[EU] Panda Rust | 2x | Vanilla | Solo Duo Trio Quad \nWipes : Saturday And Wednesday @ 12 PM London time\n\n[EU] Panda Rust | 2x | Vanilla | Solo Duo \nWipes : Saturday And Wednesday @ 12 PM London time\n\n[EU] Panda Rust | 3x | Vanilla | Solo Duo Trio Quad\nWipes : Friday And Tuesday's @ 12 PM London time",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781376780,
"last_online": 1781471431,
"icon": null,
"name": "[EU] Panda Rust | HUB",
"connect": "185.248.134.57:26025",
"request": "185.248.134.57:26026",
"map": "Panda Rust Hub",
"gamemode": "Survival",
"version": "2621",
"numplayers": 0,
"maxplayers": 1000,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781376780,
"last_update": 1781471431,
"banned": false,
"wipe": 1780272000,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6186,
"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.in/servers/11781653");
$data = json_decode($json, true);
var_dump($data);