API для 时间暂停能力 | 稀有技能或物品 | 战略级扭转战
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286318596684811",
"domain": null,
"id": 11648494,
"ip": "115.190.244.200",
"port": 39250,
"query": 39750,
"color": 0,
"city": "Beijing",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780554266,
"last_online": 1780560062,
"icon": null,
"name": "时间暂停能力 | 稀有技能或物品 | 战略级扭转战",
"connect": "115.190.244.200:39250",
"request": "115.190.244.200:39750",
"map": "chernarusplus",
"gamemode": null,
"version": "129",
"numplayers": 0,
"maxplayers": 70,
"bots": 150,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780177626,
"last_update": 1780560062,
"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": 8287,
"language": "zh",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11648494");
$data = json_decode($json, true);
var_dump($data);