Hytale
API für Nutale World
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11139628json
{
"response": {
"steam_id": null,
"domain": "play.nutale.world",
"id": 11139628,
"ip": "185.207.164.51",
"port": 5520,
"query": null,
"color": 0,
"city": "Singapore",
"description": "[{\"id\":\"7tH1hlw2g8\",\"type\":\"paragraph\",\"data\":{\"text\":\"Nutale World is a server focused on session-based activities. Currently, three main activities are available:\"}},{\"id\":\"9cgVIR6jSi\",\"type\":\"paragraph\",\"data\":{\"text\":\"Dungeons, PvP Arenas, and PvPvE mode called Delves.\"}},{\"id\":\"raXBDbDxkb\",\"type\":\"paragraph\",\"data\":{\"text\":\"To unlock gear upgrades, you’ll need to raise your Arena rating or clear Dungeons — but that’s not enough on its own. You’ll also need a special resource: Crystals.\"}}]",
"game": 9000061,
"owner": 164434,
"boosts": 1,
"last_offline": 1773545589,
"score": 5,
"last_online": 1776857414,
"icon": null,
"name": "Nutale World",
"connect": "play.nutale.world:5520",
"request": null,
"map": null,
"gamemode": null,
"version": "2026.03.26-89796e57b",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "NL",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1770801486,
"last_update": 1776857414,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 3,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 12,
"language": "en",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "jsbmand",
"avatar": "158de712-fd19-4877-976e-2244e2172710.jpg",
"last_online": 1773237450
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11139628");
$data = json_decode($json, true);
var_dump($data);