Hytale
API for gm.link/u186566 HytaleRealms
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/11488647json
{
"response": {
"steam_id": null,
"domain": "play.hytalerealms.ru",
"id": 11488647,
"ip": "46.8.18.197",
"port": 25584,
"query": 25584,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000061,
"owner": 186566,
"boosts": 1,
"last_offline": 1775678876,
"score": 0,
"last_online": 1775719817,
"icon": null,
"name": "gm.link/u186566 HytaleRealms",
"connect": "play.hytalerealms.ru:25584",
"request": "46.8.18.197:25584",
"map": null,
"gamemode": null,
"version": "2026.03.26-89796e57b",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1775678876,
"last_update": 1775719817,
"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": 18,
"language": "ru",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale",
"popular_maps_available": false
},
"server_owner": {
"username": "jack_reacher",
"avatar": "a8acb1c5-8780-441d-aa42-e6ff8dc4614a.jpg",
"last_online": 1775679739
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11488647");
$data = json_decode($json, true);
var_dump($data);