JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11143132
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11143132,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Logan",
    "description": null,
    "game": 1326470,
    "owner": 169476,
    "boosts": 1,
    "last_offline": 1774936290,
    "score": 0,
    "last_online": 1774047014,
    "icon": null,
    "name": "Zeek's Geekcave",
    "connect": null,
    "request": null,
    "map": "Custom",
    "gamemode": "Sons Of the Forest",
    "version": null,
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1771347866,
    "last_update": 1774936290,
    "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": 1685,
    "language": "en",
    "parked": true,
    "app": {
      "id": 1569757,
      "steam_id": 1326470,
      "name": "Sons Of The Forest",
      "url": "sons-of-the-forest"
    },
    "server_owner": {
      "username": "thezeekster",
      "avatar": "c95e3949-d6e1-4fee-b9d2-10a6bae7d684.png",
      "last_online": 1773194959
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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