Rusticaland Sandbox | Aimtrain | Minigames के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 10,
"fps_avg": 10,
"entities_count": 16882,
"world_seed": 99876213,
"world_size": 2000,
"steam_id": "90286310351403034",
"domain": null,
"id": 11606461,
"ip": "179.61.251.194",
"port": 28098,
"query": 28099,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nDiscord: rusticaland.net/discord\r\n→ Aimtrain\r\n→ Gun Game\r\n→ PVP Arenas\r\n→ Free For All\r\n→ Capture The Flag\r\n+More\r\n\r\nRules:\r\n- No hacking / scripting\r\n- No intentional bug abuse\r\n- No EAC / FP banned alts\r\n- No ban evading\r\n- No racism\r\n\r\nActive non playing admins\r\n\r\nFull rules: rusticaland.net/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779915471,
"last_online": 1780185627,
"icon": null,
"name": "Rusticaland Sandbox | Aimtrain | Minigames",
"connect": "179.61.251.194:28098",
"request": "179.61.251.194:28099",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915471,
"last_update": 1780185627,
"banned": false,
"wipe": 1778222714,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5542,
"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/11606461");
$data = json_decode($json, true);
var_dump($data);