JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7402666
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 7402666,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": null,
    "game": 221100,
    "owner": 101568,
    "boosts": 1,
    "last_offline": 1750457066,
    "last_online": 1738777839,
    "icon": null,
    "name": "[EU] Omega Incident DayZ - PvP/PvE | No-Raid | More Loot | Trad",
    "connect": null,
    "request": null,
    "map": "chernarusplus",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1737117991,
    "last_update": 1750457066,
    "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": 10003,
    "language": "de",
    "parked": true,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": {
      "username": "Viscera",
      "avatar": "ab0fb42d-542e-4dd3-bb79-b25fdbe43bde.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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