ПОБЕГ ИЗ ДЕТДОМА [16+][FREE VIP] 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11748802,
"ip": "5.101.36.217",
"port": 27291,
"query": 27291,
"color": 0,
"city": "Almaty",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1780519013,
"last_online": 1780587625,
"icon": null,
"name": "ПОБЕГ ИЗ ДЕТДОМА [16+][FREE VIP]",
"connect": "5.101.36.217:27291",
"request": "5.101.36.217:27291",
"map": "cs_desert",
"gamemode": "DUST2 КЛАССИКА",
"version": "1.1.2.7/Stdio",
"numplayers": 21,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "KZ",
"status": true,
"votes": 0,
"points": 89,
"add_date": 1780519013,
"last_update": 1780587625,
"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": 3724,
"language": "kk",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11748802");
$data = json_decode($json, true);
var_dump($data);