JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11448676
json
{
  "response": {
    "steam_id": 90284539658898460,
    "domain": null,
    "id": 11448676,
    "ip": "134.255.214.76",
    "port": 11000,
    "query": 11001,
    "color": 0,
    "city": "Clifton",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776468150,
    "score": 0,
    "last_online": 1776384166,
    "icon": null,
    "name": "Arma With Friends",
    "connect": "134.255.214.76:11000",
    "request": "134.255.214.76:11001",
    "map": "cup_chernarus_A3",
    "gamemode": "RIS - Chernarus 2020",
    "version": "2.20.152984",
    "numplayers": 1,
    "maxplayers": 4,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 11,
    "add_date": 1774977949,
    "last_update": 1776468150,
    "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": 3346,
    "language": "en",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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