UAE - DesertDwellers | PVE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 114,
"fps_avg": 114,
"entities_count": 148534,
"world_seed": 1075607710,
"world_size": 5000,
"steam_id": "90285973305941004",
"domain": null,
"id": 11502121,
"ip": "86.97.72.84",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Ras al-Khaimah",
"description": "“Play fair, fight hard, and remember: the Lord sees everything… including you missing that bow shot.”",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779238981,
"last_online": 1779265816,
"icon": null,
"name": "UAE - DesertDwellers | PVE",
"connect": "86.97.72.84:28015",
"request": "86.97.72.84:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1779207191,
"last_update": 1779265816,
"banned": false,
"wipe": 1779239322,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1369,
"language": "ar",
"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/11502121");
$data = json_decode($json, true);
var_dump($data);