Ballistic Overkill
API для BOT vs. PLAYER KOTH [unranked]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11219629json
{
"response": {
"steam_id": "90283659523850265",
"domain": null,
"id": 11219629,
"ip": "137.74.41.138",
"port": 27060,
"query": 27061,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 296300,
"owner": null,
"boosts": 1,
"last_offline": 1774831328,
"score": 0,
"last_online": 1777477813,
"icon": null,
"name": "BOT vs. PLAYER KOTH [unranked]",
"connect": "137.74.41.138:27060",
"request": "137.74.41.138:27061",
"map": "1/KingOfTheHill",
"gamemode": "Ballistic Overkill",
"version": "1.5.6.0.1",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1772701681,
"last_update": 1777477813,
"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": 7,
"language": "fr",
"parked": false,
"app": {
"id": 161,
"steam_id": 296300,
"name": "Ballistic Overkill",
"url": "ballistic-overkill"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11219629");
$data = json_decode($json, true);
var_dump($data);