JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11588107
json
{
  "response": {
    "steam_id": 90286069880325140,
    "domain": null,
    "id": 11588107,
    "ip": "82.14.195.65",
    "port": 27020,
    "query": 27020,
    "color": 0,
    "city": "Stratford-upon-Avon",
    "description": null,
    "game": 311210,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779357555,
    "last_online": 1779473504,
    "icon": null,
    "name": "[U4EA][EN][TDM]Black Ops 111 Multiplayer!",
    "connect": "82.14.195.65:27020",
    "request": "82.14.195.65:27020",
    "map": "mp_biodome",
    "gamemode": "Call of Duty: Black Ops III",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 18,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1779357555,
    "last_update": 1779473504,
    "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": 10,
    "language": "en",
    "parked": false,
    "app": {
      "id": 4041,
      "steam_id": 311210,
      "name": "Call of Duty: Black Ops III",
      "url": "call-of-duty-black-ops-iii"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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