API for ➦ ᴍᴄ.ᴜᴘɴᴇᴛɪꜱ.ʀᴜ - ᴀдрᴇᴄ ᴄᴇрʙᴇрᴀ ツ ➥ ᴜᴘɴᴇᴛɪꜱ ʙᴀнильный ᴄᴇрʙᴇр ʙыжиʙᴀния

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11126963
json
{
  "response": {
    "steam_id": null,
    "domain": "mc.upnetis.ru",
    "id": 11126963,
    "ip": "193.232.211.203",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Rostov-on-Don",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775990548,
    "score": 0,
    "last_online": 1776097819,
    "icon": null,
    "name": "➦ ᴍᴄ.ᴜᴘɴᴇᴛɪꜱ.ʀᴜ - ᴀдрᴇᴄ ᴄᴇрʙᴇрᴀ ツ ➥ ᴜᴘɴᴇᴛɪꜱ ʙᴀнильный ᴄᴇрʙᴇр ʙыжиʙᴀния",
    "connect": "mc.upnetis.ru:25565",
    "request": "193.232.211.203:25565",
    "map": null,
    "gamemode": "FML",
    "version": "Velocity 1.7.2-26.1.2",
    "numplayers": 50,
    "maxplayers": 90,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 44,
    "add_date": 1770124668,
    "last_update": 1776097819,
    "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": 733,
    "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/11126963");
$data = json_decode($json, true);
var_dump($data);