JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8302652
json
{
  "response": {
    "steam_id": "90285106760635422",
    "domain": null,
    "id": 8302652,
    "ip": "84.200.135.34",
    "port": 7789,
    "query": 27027,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": null,
    "game": 834910,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775621005,
    "score": 0,
    "last_online": 1777561219,
    "icon": null,
    "name": "D1 - (v560.3)",
    "connect": "84.200.135.34:7789",
    "request": "84.200.135.34:27027",
    "map": "Ocean",
    "gamemode": "TestGameMode_RA_C",
    "version": "560.3",
    "numplayers": 16,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1743321883,
    "last_update": 1777561219,
    "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": 7,
    "language": "de",
    "parked": false,
    "app": {
      "id": 23488,
      "steam_id": 834910,
      "name": "ATLAS",
      "url": "atlas"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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