API для Unnamed Ground Branch Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "Ground Branch",
"gametype": "/PowerStation/IntelRetrieval",
"dedicated": true,
"steam_id": "90291356754363407",
"domain": null,
"id": 13975469,
"ip": "160.202.238.166",
"port": 30000,
"query": 30001,
"project_id": null,
"color": 0,
"city": "Shiyan",
"description": null,
"game": 16900,
"owner": null,
"boosts": 1,
"last_offline": 1787729722,
"last_online": 1787340746,
"icon": null,
"name": "Unnamed Ground Branch Server",
"connect": "160.202.238.166:30000",
"request": "160.202.238.166:30001",
"map": "nv1021421",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787340761,
"last_update": 1787729722,
"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": 121,
"language": "zh",
"parked": false,
"app": {
"id": 49744,
"steam_id": 16900,
"name": "GROUND BRANCH",
"url": "ground-branch"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13975469");
$data = json_decode($json, true);
var_dump($data);