Counter-Strike: Global Offensive
API для CSFoXi[МАНЬЯК] !ws! knife !glove
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8274808json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8274808,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 4465480,
"owner": 109918,
"boosts": 1,
"last_offline": 1756334708,
"score": 5,
"last_online": 1752861644,
"icon": null,
"name": "CSFoXi[МАНЬЯК] !ws! knife !glove",
"connect": null,
"request": null,
"map": "seek_inner_city_2",
"gamemode": "Counter-Strike: Global Offensive",
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1742726932,
"last_update": 1756334708,
"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": 1724,
"language": "ru",
"parked": true,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "gangsta_moser",
"avatar": "99f0d345-5b4c-497f-8da5-253547345689.jpg",
"last_online": 1759944459
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8274808");
$data = json_decode($json, true);
var_dump($data);