Hytale
API for [RU] MyTale Arena | GunGame | Custom Match | Pvp
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11489808json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11489808,
"ip": "88.196.68.217",
"port": 5522,
"query": 5522,
"color": 0,
"city": "Tallinn",
"description": null,
"game": 9000061,
"owner": 163851,
"boosts": 1,
"last_offline": 1776878822,
"score": 0,
"last_online": 1776904221,
"icon": null,
"name": "[RU] MyTale Arena | GunGame | Custom Match | Pvp",
"connect": "88.196.68.217:5522",
"request": "88.196.68.217:5522",
"map": null,
"gamemode": null,
"version": "2026.03.26-89796e57b",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "EE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1776878792,
"last_update": 1776904221,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 20,
"language": "ru",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "iceblue",
"avatar": "44c4a5f4-581b-4ed4-a868-9cb401338401.png",
"last_online": 1776883125
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11489808");
$data = json_decode($json, true);
var_dump($data);