API для A BadgerPanel hosted server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "groupId0 version1210011 datahashj++UsqwCl53VBrdq5I3N5mpsMXA= mods64 gamemodeS3-1-3-3 view3000 modsTotalSize7278216349",
"os": "w",
"product": "Space Engineers",
"region": -1,
"steam_id": "90289830114917403",
"domain": null,
"id": 12985274,
"ip": "65.109.102.54",
"port": 27020,
"query": 27020,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1785389627,
"last_online": 1785357000,
"icon": null,
"name": "A BadgerPanel hosted server",
"connect": "65.109.102.54:27020",
"request": "65.109.102.54:27020",
"map": "World",
"gamemode": null,
"version": "1210011",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": null,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785355410,
"last_update": 1785389627,
"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": 3815,
"language": "fi",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12985274");
$data = json_decode($json, true);
var_dump($data);