Celestial Rust PvE #1 x5 RAIDABLE BASES|TP|HOMES|KITS|SKINS|+MO के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 57,
"fps_avg": 55,
"entities_count": 122783,
"world_seed": 1543025278,
"world_size": 5000,
"steam_id": "90286604829745172",
"domain": null,
"id": 8297388,
"ip": "78.46.106.155",
"port": 28017,
"query": 28018,
"color": 0,
"city": "Falkenstein",
"description": "\nCelestialRust.co.ik PvE - Newbie Friendly + Helpful Web Site\r\nWiped monthly, last wipe May 8th\r\nx5 Gather - PvP PRACTICE ZONES Active non-playing admins.\r\n\r\n===============> RAIDABLE BASES <===============\r\n\r\nCLANS++|LOOT++|TP|CHALLENGES|TRADE|SHOP|SKINS etc.\r\nRocket Turrets - Craftable Recyclers - Heli Crash - Shoot Down Cargo Planes - Lock-On Rockets - Skin Changer - Treasure Box and more.\r\n\r\nACTIVE DISCORD: CelestialRust.co.uk/discord We encourage memes.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778240583,
"last_online": 1780654226,
"icon": null,
"name": "Celestial Rust PvE #1 x5 RAIDABLE BASES|TP|HOMES|KITS|SKINS|+MO",
"connect": "78.46.106.155:28017",
"request": "78.46.106.155:28018",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 77,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1743250227,
"last_update": 1780654226,
"banned": false,
"wipe": 1780598460,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1585,
"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/8297388");
$data = json_decode($json, true);
var_dump($data);