API для TwistedBane's World
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "autumn",
"secondaries": {
"676204226": {
"id": "676204226",
"port": 10998,
"__addr": "193.179.120.123",
"steamid": "90292209788020744"
}
},
"directory_id": "KU_DOh9g5lB",
"steam_id": null,
"domain": null,
"id": 15177632,
"ip": "193.179.120.123",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Прага",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788615009,
"last_online": 1788622801,
"icon": null,
"name": "TwistedBane's World",
"connect": "193.179.120.123:10999",
"request": "193.179.120.123:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 3,
"maxplayers": 4,
"bots": null,
"secured": null,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1788615009,
"last_update": 1788622801,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5559,
"language": "cs",
"parked": false,
"app": {
"id": 147,
"steam_id": 322330,
"name": "Don't Starve Together",
"url": "dont-starve-together"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15177632");
$data = json_decode($json, true);
var_dump($data);