API для Offline
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1764543737,
"app": {
"id": 169,
"name": "Minecraft",
"steam_id": 9000034,
"url": "minecraft"
},
"color": 0,
"connect": "tierrasinreino.exaroton.me:56029",
"country": "DE",
"domain": "tierrasinreino.exaroton.me",
"game": 9000034,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 10658890,
"ip": "37.228.148.22",
"language": "de",
"last_update": 1790457984,
"map": "Aternos",
"maxplayers": 1,
"name": "Offline",
"numplayers": 0,
"official": null,
"points": 30,
"port": 56029,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 56029,
"request": "37.228.148.22:56029",
"secured": null,
"status": true,
"steam_id": null,
"version": "26.51",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Неккаргемюнд",
"description": null,
"disabled_modules": [],
"gamemode": "Survival",
"hidden": false,
"last_offline": 1790068982,
"last_online": 1790457984,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 2858,
"wipe_period": null,
"edition": "MCPE",
"ipv4Port": 12001,
"ipv6Port": 12001,
"protocol": 2193,
"serverId": "4693332753644212738",
"nintendoOnly": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10658890");
$data = json_decode($json, true);
var_dump($data);