JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/386349
json
{
  "response": {
    "steam_id": "85568392923045278",
    "domain": null,
    "id": 386349,
    "ip": "158.69.122.105",
    "port": 27017,
    "query": 27017,
    "color": 0,
    "city": "Montreal",
    "description": "",
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1771624295,
    "score": null,
    "last_online": 1776295867,
    "icon": null,
    "name": "GMod Cruise Line: Minigolf [Open Beta]",
    "connect": "158.69.122.105:27017",
    "request": "158.69.122.105:27017",
    "map": "gmcl_minigolf_backyard_1",
    "gamemode": "GMod Cruise Line: Minigolf",
    "version": "2025.03.26",
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1597719813,
    "last_update": 1776295867,
    "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": 624,
    "language": "en",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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