API для Tyr's Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "Silica",
"gametype": "lis,Beta:0.9.47,MP_Strategy,DE,50,2,v",
"dedicated": false,
"steam_id": "90292535153549331",
"domain": null,
"id": 15876190,
"ip": "87.170.55.169",
"port": 26901,
"query": 26900,
"project_id": null,
"color": 0,
"city": "Дортмунд",
"description": null,
"game": 1494420,
"boosts": 1,
"last_offline": 1789078515,
"last_online": 1789075156,
"icon": null,
"name": "Tyr's Server",
"connect": "87.170.55.169:26901",
"request": "87.170.55.169:26900",
"map": "WhisperingPlains",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": null,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789067558,
"last_update": 1789078515,
"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": 98,
"language": "de",
"parked": false,
"app": {
"id": 1611691,
"steam_id": 1494420,
"name": "Silica",
"url": "silica"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15876190");
$data = json_decode($json, true);
var_dump($data);