Rust
No Mercy Rust | AU 10X के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11261336json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 132173,
"world_seed": 2083549717,
"world_size": 3500,
"steam_id": "90285522098198536",
"domain": null,
"id": 11261336,
"ip": "67.219.100.49",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Melbourne",
"description": "\nNo Mercy Rust - Australian 10x\r\nWipes on Friday at 1100h AEDT.\r\n\r\nJoin us on Discord!\r\nhttps://discord.gg/jhTFbVW97t\r\n\r\nServer Features:\r\n• 10x Gather & Loot\r\n• Removed Junk Loot from Spawns\r\n• All* Blueprints Unlocked\r\n• Teleport to Players, Outpost & Home.\r\n• Extensive Clans System\r\n• Automatic Auth for Teams/Clans on TC, Doors, Turrets, etc.\r\n• QOL Changes: SkinBox, Auto Doors, Box Sorter, TC Upgrade, BGrade\r\n• Better Raid/Combat Blocking Mechanics\r\n• Always Day\r\n\r\n* Some items are excluded from crafting.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778295784,
"score": 0,
"last_online": 1778557820,
"icon": null,
"name": "No Mercy Rust | AU 10X",
"connect": "67.219.100.49:28015",
"request": "67.219.100.49:28016",
"map": "WIPE FRI @ 11AM AEDT",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555234,
"last_update": 1778557820,
"banned": false,
"wipe": 1778228571,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4495,
"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/11261336");
$data = json_decode($json, true);
var_dump($data);