Hytale
API for Hytale Server DarkWooD Добропожаловать на сервер Hytale DarkWooD!
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/10972703json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10972703,
"ip": "37.79.255.194",
"port": 5520,
"query": 5520,
"color": 0,
"city": "Chelyabinsk",
"description": null,
"game": 9000061,
"owner": null,
"boosts": 1,
"last_offline": 1772910221,
"score": 3,
"last_online": 1775756451,
"icon": null,
"name": "Hytale Server DarkWooD Добропожаловать на сервер Hytale DarkWooD!",
"connect": "37.79.255.194:5520",
"request": "37.79.255.194:5520",
"map": null,
"gamemode": null,
"version": "2026.01.24-6e2d4fc36",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768996019,
"last_update": 1775756451,
"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": 160,
"language": "ru",
"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/10972703");
$data = json_decode($json, true);
var_dump($data);