JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11156391
json
{
  "response": {
    "steam_id": null,
    "domain": "ceres.minecraft-hosting.net",
    "id": 11156391,
    "ip": "213.171.21.74",
    "port": 25310,
    "query": 25310,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779708210,
    "last_online": 1780581735,
    "icon": null,
    "name": "АНАРХИЯ Открытая Выживай если сможешь | [1.16.5 - 1.21.11]",
    "connect": "ceres.minecraft-hosting.net:25310",
    "request": "213.171.21.74:25310",
    "map": null,
    "gamemode": null,
    "version": "1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11",
    "numplayers": 0,
    "maxplayers": 256,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1772228007,
    "last_update": 1780581735,
    "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": 4452,
    "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/11156391");
$data = json_decode($json, true);
var_dump($data);