JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11488677
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11488677,
    "ip": "216.201.76.246",
    "port": 23331,
    "query": 9051,
    "color": 0,
    "city": "Maidenhead",
    "description": null,
    "game": 1874880,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776096073,
    "score": 0,
    "last_online": 1775779245,
    "icon": null,
    "name": null,
    "connect": null,
    "request": "216.201.76.246:9051",
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1775712100,
    "last_update": 1776096073,
    "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": 65,
    "language": "en",
    "parked": false,
    "app": {
      "id": 55076,
      "steam_id": 1874880,
      "name": "Arma Reforger",
      "url": "arma-reforger"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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