API for ]1.16.5 - 26.1[ ᴄᴜʙɪᴄᴡᴏʀʟᴅ.ʀᴜ гриф] 🪓[анархия ] 🗡[выживание ] ⛏ [

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10698154
json
{
  "response": {
    "steam_id": null,
    "domain": "mc.cubicworld.ru",
    "id": 10698154,
    "ip": "195.122.224.30",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Saratov",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778642534,
    "score": 0,
    "last_online": 1778516513,
    "icon": null,
    "name": "]1.16.5 - 26.1[ ᴄᴜʙɪᴄᴡᴏʀʟᴅ.ʀᴜ гриф] 🪓[анархия ] 🗡[выживание ] ⛏ [",
    "connect": "mc.cubicworld.ru:25565",
    "request": "195.122.224.30:25565",
    "map": null,
    "gamemode": null,
    "version": "Elytrium",
    "numplayers": 0,
    "maxplayers": 1000,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1765122434,
    "last_update": 1778642534,
    "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": 5134,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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