▚▞ MigosMc.net 26.1.2 - 1.16.5 Вайп был 01.04 ▞▚ ⁂ Сурв, Гриф, Мини-Игры, RolePlay, Анархия, MSO RPG 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11127081
json
{
  "response": {
    "steam_id": null,
    "domain": "mc.lattycraft.ru",
    "id": 11127081,
    "ip": "195.18.27.110",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777239239,
    "score": 0,
    "last_online": 1778595627,
    "icon": null,
    "name": "▚▞ MigosMc.net 26.1.2 - 1.16.5 Вайп был 01.04 ▞▚ ⁂ Сурв, Гриф, Мини-Игры, RolePlay, Анархия, MSO RPG",
    "connect": "mc.lattycraft.ru:25565",
    "request": "195.18.27.110:25565",
    "map": null,
    "gamemode": "FML",
    "version": "NullCordX 1.8.x-1.21.x",
    "numplayers": 844,
    "maxplayers": 2026,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 48,
    "add_date": 1770271204,
    "last_update": 1778595627,
    "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": 613,
    "language": "ru",
    "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.cn/servers/11127081");
$data = json_decode($json, true);
var_dump($data);