Hytale
API for OG-HT §6Come Try It Out!
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10973189json
{
"response": {
"steam_id": null,
"domain": "og-hytale.com",
"id": 10973189,
"ip": "170.9.246.154",
"port": 5520,
"query": 5520,
"color": 0,
"city": "Chicago",
"description": null,
"game": 9000061,
"owner": null,
"boosts": 1,
"last_offline": 1771540985,
"score": 0,
"last_online": 1775774448,
"icon": null,
"name": "OG-HT §6Come Try It Out!",
"connect": "og-hytale.com:5520",
"request": "170.9.246.154:5520",
"map": null,
"gamemode": null,
"version": "2026.02.17-255364b8e",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769419134,
"last_update": 1775774448,
"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": 194,
"language": "en",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10973189");
$data = json_decode($json, true);
var_dump($data);