Rust
BattleGrounds 10000000X |KITS|TP|CLANS|SKINBOX|PVP|Battlefield| के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10063351json
{
"response": {
"fps": 22,
"fps_avg": 21,
"entities_count": 133167,
"world_seed": 1992336077,
"world_size": 4000,
"steam_id": "90284915346206727",
"domain": null,
"id": 10063351,
"ip": "108.74.19.235",
"port": 28019,
"query": 28020,
"color": 0,
"city": "Port Saint Lucie",
"description": "\nWelcome to BattleGrounds - x1000000 \r\n Custom Map \r\n \r\n • Backpacks \r\n • Teleportation \r\n • Clans \r\n • Shop \r\n• Kits \r\n • Active Admins \r\n • Custom Building Sites \r\n • 100x Gather Rates \r\n • Instant Craft \r\n • Quick Smelt \r\n • Trade",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777059797,
"score": 0,
"last_online": 1777658422,
"icon": null,
"name": "BattleGrounds 10000000X |KITS|TP|CLANS|SKINBOX|PVP|Battlefield|",
"connect": "108.74.19.235:28019",
"request": "108.74.19.235:28020",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1755187561,
"last_update": 1777658422,
"banned": false,
"wipe": 1777060212,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2600,
"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/10063351");
$data = json_decode($json, true);
var_dump($data);