JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11143416
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11143416,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"vTbeFRuDhh\",\"type\":\"paragraph\",\"data\":{\"text\":\"Дальневосточный сервер DAYZ\"}}]",
    "game": 221100,
    "owner": 171794,
    "boosts": 1,
    "last_offline": 1774677106,
    "score": 5,
    "last_online": 1773744611,
    "icon": null,
    "name": "INSIGHT >>> New IP:  31.200.227.99:2302",
    "connect": null,
    "request": null,
    "map": "chernarusplus",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1771839382,
    "last_update": 1774677106,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4965,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": {
      "username": "ricklondon",
      "avatar": "no.jpg",
      "last_online": 1772176337
    },
    "mods": [
      {
        "id": 1615,
        "name": "CF"
      },
      {
        "id": 1653,
        "name": "Code Lock"
      },
      {
        "id": 1614,
        "name": "VPPAdminTools"
      },
      {
        "id": 1610,
        "name": "Dabs Framework"
      },
      {
        "id": 1609,
        "name": "DayZ-Expansion-Licensed"
      },
      {
        "id": 1611,
        "name": "DayZ-Expansion-Bundle"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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