--ЧЁРНЫЕ-- ХОЛМЫ |CSDM| Пушки + Лазеры 18+ 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11628330,
"ip": "45.87.245.14",
"port": 33165,
"query": 33165,
"color": 0,
"city": "Kudryashovskiy",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1779916323,
"last_online": 1779989410,
"icon": null,
"name": "--ЧЁРНЫЕ-- ХОЛМЫ |CSDM| Пушки + Лазеры 18+",
"connect": "45.87.245.14:33165",
"request": "45.87.245.14:33165",
"map": "de_dust2x2",
"gamemode": "Counter-Strike",
"version": "9540945",
"numplayers": 254,
"maxplayers": 255,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1779916323,
"last_update": 1779989410,
"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": 368,
"language": "ru",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11628330");
$data = json_decode($json, true);
var_dump($data);