Hytale
Hyserver | t.me/hyservers için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10973077json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10973077,
"ip": "144.31.107.71",
"port": 5520,
"query": 7003,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"SQe9bINgVY\",\"type\":\"paragraph\",\"data\":{\"text\":\"Русский сервер HyServer | Приваты, телепорты, дома, экономика | Дружное комьюнити | Заходи и строй с друзьями!\\nhttps://t.me/hyservers | Hyserver.net\"}}]",
"game": 9000061,
"owner": 162918,
"boosts": 1,
"last_offline": 1769297249,
"score": 5,
"last_online": 1776855613,
"icon": null,
"name": "Hyserver | t.me/hyservers",
"connect": "144.31.107.71:5520",
"request": "144.31.107.71:7003",
"map": null,
"gamemode": null,
"version": "2026.01.28-87d03be09",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1769297249,
"last_update": 1776855613,
"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": 11,
"language": "ru",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "user4747",
"avatar": "no.jpg",
"last_online": 1770742571
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10973077");
$data = json_decode($json, true);
var_dump($data);