API для
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "ZABlAHgAAAA=",
"os": "l",
"product": "eut2",
"region": -1,
"steam_id": "85568392926055801",
"domain": null,
"id": 12083917,
"ip": "8.134.195.159",
"port": 27052,
"query": 27053,
"project_id": null,
"color": 0,
"city": "Guangzhou",
"description": null,
"game": 227300,
"owner": null,
"boosts": 1,
"last_offline": 1785813000,
"last_online": 1785940200,
"icon": null,
"name": null,
"connect": "8.134.195.159:27052",
"request": "8.134.195.159:27053",
"map": "/map/europe.mbd",
"gamemode": null,
"version": "1.0.0.1",
"numplayers": 8,
"maxplayers": 8,
"bots": 8,
"secured": false,
"private": null,
"country": "CN",
"status": true,
"votes": 0,
"points": 94,
"add_date": 1783800775,
"last_update": 1785940200,
"ban_reason": null,
"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": 25,
"language": "zh",
"parked": false,
"app": {
"id": 1980,
"steam_id": 227300,
"name": "Euro Truck Simulator 2",
"url": "euro-truck-simulator-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12083917");
$data = json_decode($json, true);
var_dump($data);