新1171满倍练体/30倍物资/萌新训练营/大神聚集地/魔改种植地堡/群:423555006 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"build": 118271,
"extraFlags": 0,
"nameHeaderRaw": "f0df1c010003",
"statusFlags": 96,
"type": 1,
"unknownStatusFlags": 96,
"steam_id": null,
"domain": null,
"id": 11740109,
"ip": "83.223.197.143",
"port": 28802,
"query": 28802,
"color": 0,
"city": "Taoyuan",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780491837,
"last_online": 1780544563,
"icon": null,
"name": "新1171满倍练体/30倍物资/萌新训练营/大神聚集地/魔改种植地堡/群:423555006",
"connect": "83.223.197.143:28802",
"request": "83.223.197.143:28802",
"map": null,
"gamemode": "community-hosted",
"version": "1.3.0.1.118271",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": null,
"private": false,
"country": "TW",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780412902,
"last_update": 1780544563,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3077,
"language": "zh",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11740109");
$data = json_decode($json, true);
var_dump($data);