[CN]Breach Legacy ANBK测试服 QQ:1012938020 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "85568392936309537",
"domain": null,
"id": 11749883,
"ip": "103.39.64.55",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Shiyan",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780519083,
"last_online": 1780638195,
"icon": null,
"name": "[CN]Breach Legacy ANBK测试服 QQ:1012938020",
"connect": "103.39.64.55:27016",
"request": "103.39.64.55:27016",
"map": "legacy_site19",
"gamemode": "Legacy Breach",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 45,
"bots": 0,
"secured": true,
"private": true,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780519083,
"last_update": 1780638195,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4558,
"language": "zh",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11749883");
$data = json_decode($json, true);
var_dump($data);