Hytale
API für Александрия | Skyblock
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10973100json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10973100,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"fXH9kZF47w\",\"type\":\"header\",\"data\":{\"text\":\"Alexandria - проект русскоязычных серверов Hytale с упором на экосистемный подход!\",\"level\":1}},{\"id\":\"1VsgdtkDja\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер, где моды не ломают игру, а делают её комфортной.\\n\\nПервый SkyBlock в РФ, заходи, попробуй режим!\\n👉 alexandria-hytale.com\"}}]",
"game": 9000061,
"owner": 162374,
"boosts": 1,
"last_offline": 1771998780,
"score": 1,
"last_online": 1771065613,
"icon": null,
"name": "Александрия | Skyblock",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1769352086,
"last_update": 1771998780,
"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": 262,
"language": "ru",
"parked": true,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "kotik_mew",
"avatar": "e40a49ee-91b7-45ef-9486-2ba4050fdf17.jpg",
"last_online": 1773684750
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10973100");
$data = json_decode($json, true);
var_dump($data);