Hytale
API for HytaleVanilla Vanilla Anarchy Server
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11108067json
{
"response": {
"steam_id": null,
"domain": "play.hytalevanilla.com",
"id": 11108067,
"ip": "51.81.30.72",
"port": 50000,
"query": 50000,
"color": 0,
"city": "London",
"description": null,
"game": 9000061,
"owner": null,
"boosts": 1,
"last_offline": 1776060763,
"score": 0,
"last_online": 1776850828,
"icon": null,
"name": "HytaleVanilla Vanilla Anarchy Server",
"connect": "play.hytalevanilla.com:50000",
"request": "51.81.30.72:50000",
"map": null,
"gamemode": null,
"version": "2026.03.26-89796e57b",
"numplayers": 1,
"maxplayers": 35,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 12,
"points": 44,
"add_date": 1770037607,
"last_update": 1776850828,
"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": 24,
"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/11108067");
$data = json_decode($json, true);
var_dump($data);