Hytale
Hytale.bz - Русский сервер! için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11138669json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11138669,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 9000061,
"owner": 166539,
"boosts": 1,
"last_offline": 1773640894,
"score": 5,
"last_online": 1772730618,
"icon": null,
"name": "Hytale.bz - Русский сервер!",
"connect": null,
"request": null,
"map": "default",
"gamemode": "Hytale",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770424214,
"last_update": 1773640894,
"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": 273,
"language": "fi",
"parked": true,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "alfikfnx",
"avatar": "743f8469-fbe3-4e59-aa03-9a0398102477.jpg",
"last_online": 1770562403
},
"mods": [
{
"id": 2037,
"name": "Simple Claims"
},
{
"id": 2027,
"name": "MultipleHUD"
},
{
"id": 2029,
"name": "EconomySystem"
},
{
"id": 2041,
"name": "AdminUI"
},
{
"id": 2016,
"name": "TPS"
},
{
"id": 2061,
"name": "Emotes"
}
],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11138669");
$data = json_decode($json, true);
var_dump($data);