Crustoria | EU Vanilla | Sat 19:00 UTC Full Wipe के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 76,
"fps_avg": 71,
"entities_count": 115554,
"world_seed": 333182497,
"world_size": 4500,
"steam_id": "90286413790312464",
"domain": null,
"id": 11644933,
"ip": "66.51.97.57",
"port": 28090,
"query": 28091,
"color": 0,
"city": "City of London",
"description": "\nCrustoria is an EU vanilla Rust server built for clean, fair fights: No Cheaters, strong server-side anti-cheat, active moderation, no kits, and no pay-to-win. Full wipe every Saturday at 19:00 UTC. Build, roam, raid, and fight without cheater noise. BM verification: rs02h8NaozJ{0rAi43&&*3",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177440,
"last_online": 1780258233,
"icon": null,
"name": "Crustoria | EU Vanilla | Sat 19:00 UTC Full Wipe",
"connect": "66.51.97.57:28090",
"request": "66.51.97.57:28091",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177440,
"last_update": 1780258233,
"banned": false,
"wipe": 1780168307,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5933,
"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/11644933");
$data = json_decode($json, true);
var_dump($data);