API для ʟᴜxᴏʀᴄʀᴀꜰᴛ 1.16.5 - 1.21.X ⚔ Твій сервер анархії ⚔

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

text
https://api.gamemonitoring.ru/servers/10976769
json
{
  "response": {
    "steam_id": null,
    "domain": "play.luxorcraft.fun",
    "id": 10976769,
    "ip": "194.69.160.93",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "City of London",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1771606344,
    "score": 0,
    "last_online": 1776084071,
    "icon": null,
    "name": "ʟᴜxᴏʀᴄʀᴀꜰᴛ 1.16.5 - 1.21.X ⚔ Твій сервер анархії ⚔",
    "connect": "play.luxorcraft.fun:25565",
    "request": "194.69.160.93:25565",
    "map": null,
    "gamemode": null,
    "version": "Velocity 1.7.2-1.21.11",
    "numplayers": 22,
    "maxplayers": 100,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 38,
    "add_date": 1769900039,
    "last_update": 1776084071,
    "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": 866,
    "language": "en",
    "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/10976769");
$data = json_decode($json, true);
var_dump($data);