API для WIN-QCSQ1HVFIU0
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90290074220940299",
"domain": null,
"id": 13211020,
"ip": "114.138.126.228",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Guiyang",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1785776733,
"last_online": 1785654000,
"icon": null,
"name": "WIN-QCSQ1HVFIU0",
"connect": "114.138.126.228:2302",
"request": "114.138.126.228:2303",
"map": null,
"gamemode": null,
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785654207,
"last_update": 1785776733,
"ban_reason": null,
"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": 5982,
"language": "zh",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13211020");
$data = json_decode($json, true);
var_dump($data);