API для Крутой Паблик © $2000$ / Античит / Steam
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "go-meat.ru,go-meat,gomeat,$2000$,2000,public,classic,russia,ru,steam,nosteam,no-steam,vip,v91,v92",
"os": "w",
"product": "cstrike",
"region": -1,
"steam_id": "90289385191607308",
"domain": null,
"id": 12475342,
"ip": "188.127.241.129",
"port": 33018,
"query": 33018,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1784671847,
"last_online": 1784678684,
"icon": null,
"name": "Крутой Паблик © $2000$ / Античит / Steam",
"connect": "188.127.241.129:33018",
"request": "188.127.241.129:33018",
"map": "$2000$",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1784671847,
"last_update": 1784678684,
"ban_reason": "server.ban_reasons.fake_server_data",
"banned": true,
"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": null,
"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.ru/servers/12475342");
$data = json_decode($json, true);
var_dump($data);