JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11602883
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11602883,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Dallas",
    "description": "[{\"id\":\"0vvXHbwmx9\",\"type\":\"paragraph\",\"data\":{\"text\":\"Primal Horizons is a \\\"The Isle\\\" server, focused on community satisfaction. We are trying to grow our community as much as possible, and always improving. Visit our website at https://primal-horizons.com or join our discord at https://discord.gg/waTEAy9M2. Thanks!\"}}]",
    "game": 376210,
    "owner": 196553,
    "boosts": 1,
    "last_offline": 1779747153,
    "last_online": 1779864614,
    "icon": null,
    "name": "[NA] Primal Horizons - 3x Growth - Storage - Skins",
    "connect": null,
    "request": null,
    "map": "Gateway",
    "gamemode": null,
    "version": "evrima 0.21.1425",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": null,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1779747153,
    "last_update": 1779864614,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": true,
    "hide_query": true,
    "position_game": 5,
    "language": "en",
    "parked": false,
    "app": {
      "id": 136,
      "steam_id": 376210,
      "name": "The Isle",
      "url": "the-isle"
    },
    "server_owner": {
      "username": "primalhorizons",
      "avatar": "no.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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