Ballistic Overkill
API для JUX & SON [US]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/3699938json
{
"response": {
"steam_id": "90283246080661510",
"domain": null,
"id": 3699938,
"ip": "15.204.204.143",
"port": 27024,
"query": 27025,
"color": 0,
"city": "Reston",
"description": "",
"game": 296300,
"owner": null,
"boosts": 1,
"last_offline": 1774066920,
"score": null,
"last_online": 1777477961,
"icon": null,
"name": "JUX & SON [US]",
"connect": "15.204.204.143:27024",
"request": "15.204.204.143:27025",
"map": "5/FreeForAll",
"gamemode": "Ballistic Overkill",
"version": "1.5.6.0.1",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1712151915,
"last_update": 1777477961,
"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": 10,
"language": "en",
"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/3699938");
$data = json_decode($json, true);
var_dump($data);