API для audit_V_1
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "Natural Selection 2",
"gametype": "344|ns2|M|179|0|0|0|0|0|0|0|0|0|0|1|0|0",
"dedicated": false,
"steam_id": "90292705092257810",
"domain": null,
"id": 16288395,
"ip": "92.208.160.75",
"port": 27015,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Штутгарт",
"description": null,
"game": 4920,
"boosts": 1,
"last_offline": 1789583581,
"last_online": 1789328717,
"icon": null,
"name": "audit_V_1",
"connect": "92.208.160.75:27015",
"request": "92.208.160.75:27016",
"map": "ns2_summit",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 44,
"bots": 0,
"secured": false,
"private": null,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789327531,
"last_update": 1789583581,
"ban_reason": null,
"banned": false,
"hidden": 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": 68,
"language": "de",
"parked": false,
"app": {
"id": 91,
"steam_id": 4920,
"name": "Natural Selection 2",
"url": "natural-selection-2"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16288395");
$data = json_decode($json, true);
var_dump($data);