Hytale
API pentru HytaleWelten.de Vanilla Server
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11138707json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11138707,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Berlin",
"description": "[{\"id\":\"-XiAJ4ZJx0\",\"type\":\"paragraph\",\"data\":{\"text\":\"Hytale Welten – Dein Abenteuer. Deine Welt.\\n\\nBei uns steht das klassische Hytale-Erlebnis im Mittelpunkt:\\nReines Vanilla-Gameplay – ganz ohne Mods.\\nErkunde eine unveränderte Welt, baue dein eigenes Reich auf, stelle dich den Gefahren von Hytale und erlebe Abenteuer so, wie sie vom Spiel vorgesehen sind. Ob alleine oder gemeinsam mit anderen – hier zählt Kreativität, Entdeckung und echtes Survival-Feeling.\\n\\nWas dich erwartet:\\n100 % Vanilla – keine Mods, keine Gameplay-Eingriffe\\nEine frische, unveränderte Welt\\nFreies Bauen & Erkunden\\nFairer Spielspaß für alle\\nCommunity-orientiertes Spielen\\n\\nUnser Ziel ist es, eine entspannte Umgebung zu schaffen, in der Spielspaß und Fairness im Vordergrund stehen. Egal ob Neuling oder erfahrener Spieler – bei Hytale Welten ist jeder willkommen.\\n\\nHytale Welten – so, wie Hytale gedacht ist.\"}}]",
"game": 9000061,
"owner": 124805,
"boosts": 1,
"last_offline": 1774936417,
"score": 0,
"last_online": 1774018211,
"icon": null,
"name": "HytaleWelten.de Vanilla Server",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": null,
"country": "DE",
"status": false,
"votes": 1,
"points": 0,
"add_date": 1770506617,
"last_update": 1774936417,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 350,
"language": "de",
"parked": true,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "Matthias_Brenzel",
"avatar": "dbcdb449-5597-44a4-8eab-de47f27a2f54.jpg",
"last_online": 1775231445
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11138707");
$data = json_decode($json, true);
var_dump($data);