Counter-Strike: Global Offensive
EXGAME [RU] НОЧНОЙ MIRAGE, НЕБО 14+ [!ws,kf,!fr] 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/8368834json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8368834,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 4465480,
"owner": 112942,
"boosts": 1,
"last_offline": 1754645642,
"score": 0,
"last_online": 1751904035,
"icon": null,
"name": "EXGAME [RU] НОЧНОЙ MIRAGE, НЕБО 14+ [!ws,kf,!fr]",
"connect": null,
"request": null,
"map": "de_mirage_dusk",
"gamemode": "Counter-Strike: Global Offensive",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1743609675,
"last_update": 1754645642,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": true,
"hide_address": false,
"hide_query": false,
"position_game": 2583,
"language": "ru",
"parked": true,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "sharapov178",
"avatar": "49951150-00c9-4e64-8db5-8137b3f7c200.jpg",
"last_online": 1775145761
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/8368834");
$data = json_decode($json, true);
var_dump($data);