JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11664760
json
{
  "response": {
    "steam_id": "85568392936298326",
    "domain": null,
    "id": 11664760,
    "ip": "148.251.177.248",
    "port": 27000,
    "query": 27000,
    "project_id": null,
    "color": 0,
    "city": "Falkenstein",
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780179080,
    "last_online": 1780673508,
    "icon": "https://cdn.discordapp.com/attachments/1504589346752299153/1505120278601138187/7FD43BFE-388A-45C4-A117-A40E74317AD7.png?ex=6a0977fe&is=6a08267e&hm=1f17e5c90e673a84e7d1f4bcd7fc70080420032f66e71c573035df7e5308f78c",
    "name": "Unturned",
    "connect": "148.251.177.248:27000",
    "request": "148.251.177.248:27000",
    "map": "California2",
    "gamemode": "[EU] Semi - Vanilla. VidaLo / 5x / PvPvE / Tpa / Vault / Home",
    "version": "3.26.3.2",
    "numplayers": 0,
    "maxplayers": 18,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1780179080,
    "last_update": 1780673508,
    "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": 1369,
    "language": "de",
    "parked": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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