Counter-Strike: Source
API для [Texas]Arlington CSS Adaptive Bots 2025
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/347981json
{
"response": {
"steam_id": "90284314881122332",
"domain": null,
"id": 347981,
"ip": "64.182.125.196",
"port": 27017,
"query": 27017,
"color": 0,
"city": "Dallas",
"description": "",
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1776081114,
"score": null,
"last_online": 1776115820,
"icon": null,
"name": "[Texas]Arlington CSS Adaptive Bots 2025",
"connect": "64.182.125.196:27017",
"request": "64.182.125.196:27017",
"map": "pg_italy_l33t",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 6,
"maxplayers": 36,
"bots": 20,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1594736179,
"last_update": 1776115820,
"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": 484,
"language": "en",
"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/347981");
$data = json_decode($json, true);
var_dump($data);