JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11716342
json
{
  "response": {
    "steam_id": "90286466206303254",
    "domain": null,
    "id": 11716342,
    "ip": "179.127.156.160",
    "port": 2322,
    "query": 2323,
    "color": 0,
    "city": "Uberaba",
    "description": null,
    "game": 33930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780301984,
    "last_online": 1780341062,
    "icon": null,
    "name": "FREE TAKISTAN GRUPO FACEBOOK porta 2322 EVENTOS ACE/ACRE/GBL",
    "connect": "179.127.156.160:2322",
    "request": "179.127.156.160:2323",
    "map": "MCN_HazarKot",
    "gamemode": "ace_insurgency1_51mcn_hazarkot",
    "version": "1.64.144629",
    "numplayers": 0,
    "maxplayers": 41,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1780301984,
    "last_update": 1780341062,
    "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": 166,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 62,
      "steam_id": 33930,
      "name": "Arma 2: Operation Arrowhead",
      "url": "arma-2-operation-arrowhead"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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