Counter-Strike
██ PARQUE LOUCO ██ NOSTALGIA | 2026 ██ 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10972669json
{
"response": {
"steam_id": null,
"domain": "ParqueLouco.apps.dj",
"id": 10972669,
"ip": "185.100.215.117",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Fortaleza",
"description": "[{\"id\":\"OPhPfEQ95B\",\"type\":\"paragraph\",\"data\":{\"text\":\"Site: http://ParqueLouco.apps.dj\"}}]",
"game": 10,
"owner": 165599,
"boosts": 1,
"last_offline": 1774355473,
"score": 0,
"last_online": 1776280809,
"icon": null,
"name": "██ PARQUE LOUCO ██ NOSTALGIA | 2026 ██",
"connect": "ParqueLouco.apps.dj:27015",
"request": "185.100.215.117:27015",
"map": "fy_pool_day",
"gamemode": "ParqueLouco.apps.dj",
"version": "1.1.2.7/Stdio",
"numplayers": 21,
"maxplayers": 33,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 135,
"add_date": 1768930374,
"last_update": 1776280809,
"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": 5,
"language": "pt",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "parquelouco",
"avatar": "no.jpg",
"last_online": 1776199586
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10972669");
$data = json_decode($json, true);
var_dump($data);