Counter-Strike: Source
API для [V34] PUBLIC Версус [18+]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10973526json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10973526,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1778514135,
"score": 0,
"last_online": 1778136637,
"icon": null,
"name": "[V34] PUBLIC Версус [18+]",
"connect": null,
"request": null,
"map": "de_mirage_csgo_v2",
"gamemode": "!testvip Играй для души",
"version": "1.0.0.34",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 1,
"points": 0,
"add_date": 1769857079,
"last_update": 1778514135,
"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": 1856,
"language": "ru",
"parked": true,
"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/10973526");
$data = json_decode($json, true);
var_dump($data);