Hytale
API for HYITALE.RU | Voice
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10972926json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10972926,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"d9Vn5W6fYe\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер Hytale с голосовым чатом и другими фишками, присоединяйся к нам! \"}}]",
"game": 9000061,
"owner": 160773,
"boosts": 1,
"last_offline": 1770271262,
"score": 5,
"last_online": 1769398209,
"icon": null,
"name": "HYITALE.RU | Voice",
"connect": null,
"request": null,
"map": "world",
"gamemode": "Hytale",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1769007995,
"last_update": 1770271262,
"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": 256,
"language": "ru",
"parked": true,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "kolyalyanych",
"avatar": "b92a259d-80ec-484d-aec5-374118ecab78.jpg",
"last_online": 1770421003
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10972926");
$data = json_decode($json, true);
var_dump($data);