API для Leki-Minecraft ♡ ★ 1.21.11 ★ Private Access. | Die, die wissen, sind schon drin.

JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/6188509
json
{
  "response": {
    "steam_id": null,
    "domain": "www.leki-world.de",
    "id": 6188509,
    "ip": "85.214.232.177",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Berlin",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777340038,
    "score": 0,
    "last_online": 1777499430,
    "icon": null,
    "name": "Leki-Minecraft ♡ ★ 1.21.11 ★ Private Access. | Die, die wissen, sind schon drin.",
    "connect": "www.leki-world.de:25565",
    "request": "85.214.232.177:25565",
    "map": null,
    "gamemode": "FML",
    "version": "BungeeCord 1.8.x-26.1.x",
    "numplayers": 12,
    "maxplayers": 20,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 46,
    "add_date": 1728259806,
    "last_update": 1777499430,
    "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": 203,
    "language": "de",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6188509");
$data = json_decode($json, true);
var_dump($data);