Counter-Strike: Source
«Россuu'ckuu' Бандuт» © 2026 a4Teach* [Public] 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10448463json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10448463,
"ip": "46.174.48.22",
"port": 27211,
"query": 27211,
"color": 0,
"city": "Moscow",
"description": null,
"game": 240,
"owner": 144824,
"boosts": 1,
"last_offline": 1773937320,
"score": 0,
"last_online": 1776122410,
"icon": null,
"name": "«Россuu'ckuu' Бандuт» © 2026 a4Teach* [Public]",
"connect": "46.174.48.22:27211",
"request": "46.174.48.22:27211",
"map": "$2000$",
"gamemode": "Protected by Kigen's Anti-Cheat",
"version": "1.0.0.34",
"numplayers": 0,
"maxplayers": 24,
"bots": 1,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 36,
"points": 96,
"add_date": 1759919339,
"last_update": 1776122410,
"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": 10,
"language": "ru",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": {
"username": "prometei_css",
"avatar": "no.jpg",
"last_online": 1776068639
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10448463");
$data = json_decode($json, true);
var_dump($data);