Hytale
API for Hiddentale Hiddentale - Where Hytale Adventures begin!
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10972780json
{
"response": {
"steam_id": null,
"domain": "hiddensanctuary.net",
"id": 10972780,
"ip": "92.113.26.157",
"port": 5520,
"query": 5520,
"color": 0,
"city": "Paris",
"description": "[{\"id\":\"g3svblIp99\",\"type\":\"paragraph\",\"data\":{\"text\":\"You can watch our server trailer here: https://www.youtube.com/watch?v=d7dcqfJOOtg\\n\\nJoin our Discord: https://discord.com/invite/ms3w9rFA6k\\n\\nHytale is already incredible! Even in its alpha state, there’s so much content packed in.\\nAnd the best part? This game was built for modding. The flexibility of the engine is outstanding, you can already see it in the flood of great mods and plugins created just days after release.\\n\\nI’ve spent the past 3 weeks gathering and configuring the absolute best of them all, and where there were gaps, I filled them in with my own custom mods. Boats, fishing, procedurally generated dungeons, better movement, dodgerolls and parries, landclaims, full RPG leveling, and that’s just scratching the surface. We build this server together, throught an Oldschool Runescape like community polling system. Any big changes are made together as a community.\\n\\nWelcome to Hiddentale, a dedicated Hytale survival/adventure server aching for a thriving community, with a stable EU and NA connection - 24/7 uptime. We are 100% Free To Play, and will always be. No form of progression or QoL (even the slightest) will ever be locked behind a pay wall. Donations are purely for cosmetic items.\\n\\nCome be part of something that’s already redefining what Hytale multiplayer can be, lets build Hiddentale together!\\n\\nJoin us today @ IP: hiddensanctuary.net\"}}]",
"game": 9000061,
"owner": 162552,
"boosts": 1,
"last_offline": 1776856351,
"score": 0,
"last_online": 1776798014,
"icon": null,
"name": "Hiddentale Hiddentale - Where Hytale Adventures begin!",
"connect": "hiddensanctuary.net:5520",
"request": "92.113.26.157:5520",
"map": null,
"gamemode": null,
"version": "2026.03.26-89796e57b",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": null,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1768999493,
"last_update": 1776856351,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 3,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 253,
"language": "en",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "knetterkoekje",
"avatar": "no.jpg",
"last_online": 1771874692
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10972780");
$data = json_decode($json, true);
var_dump($data);