Rust
Warlords Wasteland | testing phase के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11260878json
{
"response": {
"fps": 217,
"fps_avg": 218,
"entities_count": 68463,
"world_seed": 10000,
"world_size": 3500,
"steam_id": "90284641252756495",
"domain": null,
"id": 11260878,
"ip": "148.113.3.215",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Mumbai",
"description": "\nWELCOME TO WARLORDS WASTELAND, A brutal, no-nonsense Rust experience built for fighters, raiders, and survivors.Dominate the wasteland, build your empire, or lose everything trying.\r\nSERVER INFO • Map Wipe: Every 2nd Friday (Biweekly) • BP Wipe: Every 2nd of the Month • Vanilla+ Experience (Balanced & Fair) • Max Team Size: 6 • India/Asia Based (Low Ping)\r\nWHAT TO EXPECT • Active PvP (Competitive but fair) • No pay-to-win • Smooth & optimized performance • Balanced fights (No zerg dominance)\r\nRULES • Max group limit: 6 (No alliances) • No cheating / scripting • No exploits / bug abuse • No lag machines • Admin decisions are final\r\nWHY JOIN US? • Fresh growing community • Zero admin abuse • Perfect for Solo → 6 Man teams • Consistent wipe schedule (no randomness)\r\n\r\nEnter the Wasteland… if you dare.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775987515,
"score": 0,
"last_online": 1776855019,
"icon": null,
"name": "Warlords Wasteland | testing phase",
"connect": "148.113.3.215:28015",
"request": "148.113.3.215:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "IN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555210,
"last_update": 1776855019,
"banned": false,
"wipe": 1775987460,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5011,
"language": "hi",
"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/11260878");
$data = json_decode($json, true);
var_dump($data);