JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10698131
json
{
  "response": {
    "steam_id": null,
    "domain": "createmod.ebrefebre.ru",
    "id": 10698131,
    "ip": "89.20.106.163",
    "port": 32254,
    "query": 32254,
    "project_id": null,
    "color": 0,
    "city": "Yekaterinburg",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779383062,
    "last_online": 1780944129,
    "icon": null,
    "name": "EbreCreate Mod 1.20.1 https://potatocraft.ru/create_modpack",
    "connect": "createmod.ebrefebre.ru:32254",
    "request": "89.20.106.163:32254",
    "map": null,
    "gamemode": null,
    "version": "1.20.1",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1765122415,
    "last_update": 1780944129,
    "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": 3854,
    "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/10698131");
$data = json_decode($json, true);
var_dump($data);