Hytale
Unity Stronghold | ⚔ RPG için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11127075json
{
"response": {
"steam_id": null,
"domain": "unhold.ru",
"id": 11127075,
"ip": "45.93.200.165",
"port": 5520,
"query": 5521,
"color": 0,
"city": "Nizhnevartovsk",
"description": "[{\"id\":\"cY0RIiYtH6\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚔️ PvP — включено\\n💎 Дроп при смерти — предметы сохраняются, теряется только 10% прочности\\n✨ Моды и улучшения — с сохранением ванильного геймплея\\n💰 Экономика — без влияния доната\\n\\nTelegram: https://t.me/unitystronghold\\nDiscord: https://discord.gg/2FjAMGFNVT\\n\\n\"}}]",
"game": 9000061,
"owner": 165570,
"boosts": 1,
"last_offline": 1774735941,
"score": 1,
"last_online": 1775761211,
"icon": null,
"name": "Unity Stronghold | ⚔ RPG",
"connect": "unhold.ru:5520",
"request": "45.93.200.165:5521",
"map": "world",
"gamemode": "Hytale",
"version": "2026.03.26-89796e57b",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 18,
"points": 108,
"add_date": 1770244936,
"last_update": 1775761211,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5,
"language": "ru",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "nerodarkness",
"avatar": "8b898c7e-ab64-45ef-b057-17c3ecb7d0bf.jpg",
"last_online": 1774987649
},
"mods": [
{
"id": 2037,
"name": "Simple Claims"
},
{
"id": 2020,
"name": "SimpleParty"
},
{
"id": 2022,
"name": "LuckPerms"
},
{
"id": 2092,
"name": "Endgame&QoL"
},
{
"id": 2018,
"name": "Werchat"
}
],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11127075");
$data = json_decode($json, true);
var_dump($data);