API для ╭ PureVanilla SMP ╮ ╰ 🍂 ɴᴇᴡ: updated to 1.21.5! 🍂 ╯

Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами

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

text
https://api.gamemonitoring.ru/servers/6187255
json
{
  "response": {
    "id": 6187255,
    "ip": "157.90.148.178",
    "port": 25565,
    "query": 25565,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743018871,
    "score": 0,
    "last_online": 1743573070,
    "icon": null,
    "name": "╭ PureVanilla SMP ╮ ╰ 🍂 ɴᴇᴡ: updated to 1.21.5! 🍂 ╯",
    "connect": "mp.purevanilla.co:25565",
    "request": "157.90.148.178:25565",
    "map": null,
    "gamemode": "FML",
    "version": "BungeeCord 1.8.x-1.21.x",
    "numplayers": 106,
    "maxplayers": 300,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 38,
    "add_date": 1728259336,
    "last_update": 1743573070,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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