Hytale
API для Runeteria
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10973458json
{
"response": {
"steam_id": null,
"domain": "play.runeteria.com",
"id": 10973458,
"ip": "51.222.255.142",
"port": 5520,
"query": 5520,
"color": 0,
"city": "Montreal",
"description": null,
"game": 9000061,
"owner": null,
"boosts": 1,
"last_offline": 1776855838,
"score": 3,
"last_online": 1776841235,
"icon": null,
"name": "Runeteria",
"connect": "play.runeteria.com:5520",
"request": "51.222.255.142:5520",
"map": null,
"gamemode": null,
"version": "2026.03.26-89796e57b",
"numplayers": 3,
"maxplayers": 390,
"bots": 0,
"secured": null,
"private": null,
"country": "CA",
"status": false,
"votes": 0,
"points": 3,
"add_date": 1769705162,
"last_update": 1776855838,
"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": 208,
"language": "en",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10973458");
$data = json_decode($json, true);
var_dump($data);