Hytale
API для
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11139134json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11139134,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"odQU8GhUgX\",\"type\":\"paragraph\",\"data\":{\"text\":\"Проект для взрослой аудитории, где ценят честную игру и адекватность\"}},{\"id\":\"OBrQVfCJJs\",\"type\":\"paragraph\",\"data\":{\"text\":\"Мы строим сервер вместе с игроками. \"}}]",
"game": 9000061,
"owner": 165706,
"boosts": 1,
"last_offline": 1776405905,
"score": 1,
"last_online": 1775536211,
"icon": null,
"name": null,
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770622490,
"last_update": 1776405905,
"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": 199,
"language": "ru",
"parked": true,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "grozantwink",
"avatar": "1599f099-596d-4f3a-b349-8651b5d078c6.jpg",
"last_online": 1771787217
},
"mods": [
{
"id": 2037,
"name": "Simple Claims"
},
{
"id": 2028,
"name": "Essentials"
},
{
"id": 2029,
"name": "EconomySystem"
},
{
"id": 2021,
"name": "NPC Dialog"
},
{
"id": 2041,
"name": "AdminUI"
},
{
"id": 2060,
"name": "EcotaleMarket"
},
{
"id": 2025,
"name": "Playtime"
},
{
"id": 2019,
"name": "Hylograms"
},
{
"id": 2134,
"name": "Votifier"
}
],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11139134");
$data = json_decode($json, true);
var_dump($data);