Hytale
API for Hytale Server §6§l¡BIENVENIDO A §e§lHytaleLand§6§l! §7Explora las tierras de §aOrbis §7como nunca antes. §f--------------------------------------- §2§l» §aSupervivencia §f| §5§l» §dMagia §f| §3§l» §bGremios §f--------------------------------------- §e§o¡
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11387064json
{
"response": {
"steam_id": null,
"domain": "feresdevhytaleserver.cloud",
"id": 11387064,
"ip": "76.13.27.161",
"port": 5520,
"query": 5520,
"color": 0,
"city": "Boston",
"description": null,
"game": 9000061,
"owner": null,
"boosts": 1,
"last_offline": 1774596361,
"score": 0,
"last_online": 1776856298,
"icon": null,
"name": "Hytale Server §6§l¡BIENVENIDO A §e§lHytaleLand§6§l! §7Explora las tierras de §aOrbis §7como nunca antes. §f--------------------------------------- §2§l» §aSupervivencia §f| §5§l» §dMagia §f| §3§l» §bGremios §f--------------------------------------- §e§o¡",
"connect": "feresdevhytaleserver.cloud:5520",
"request": "76.13.27.161:5520",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596361,
"last_update": 1776856298,
"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": 195,
"language": "en",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11387064");
$data = json_decode($json, true);
var_dump($data);