Counter-Strike: Global Offensive
!BRCSGO.RU | AWP [!VIP !WS !SHOP !CASE] «ANIME» 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11222579json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11222579,
"ip": "62.122.213.37",
"port": 27003,
"query": 27003,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1774950085,
"score": 0,
"last_online": 1776824539,
"icon": null,
"name": "!BRCSGO.RU | AWP [!VIP !WS !SHOP !CASE] «ANIME»",
"connect": "62.122.213.37:27003",
"request": "62.122.213.37:27003",
"map": "awp_sakura_v2",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772902532,
"last_update": 1776824539,
"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": 1417,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11222579");
$data = json_decode($json, true);
var_dump($data);