Tower Unite
API для 85568392922969140
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11108818json
{
"response": {
"steam_id": 85568392922969140,
"domain": null,
"id": 11108818,
"ip": "139.162.125.210",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 394690,
"owner": null,
"boosts": 1,
"last_offline": 1770038146,
"score": 0,
"last_online": 1777701035,
"icon": null,
"name": "85568392922969140",
"connect": "139.162.125.210:7777",
"request": "139.162.125.210:27015",
"map": "/Game/Maps/L_ThePlaza2018",
"gamemode": "L",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1770038146,
"last_update": 1777701035,
"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": 11,
"language": "ja",
"parked": false,
"app": {
"id": 163,
"steam_id": 394690,
"name": "Tower Unite",
"url": "tower-unite"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11108818");
$data = json_decode($json, true);
var_dump($data);