JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11607045
json
{
  "response": {
    "fps": 65,
    "fps_avg": 61,
    "entities_count": 81007,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286384354659335",
    "domain": null,
    "id": 11607045,
    "ip": "65.28.44.27",
    "port": 28060,
    "query": 28059,
    "color": 0,
    "city": "Trevor",
    "description": "![Kapco411 Rogue Depot|4X|Highly modded|Custom Maps](https://i.imgur.com/WmIsclP.png)\nExplore the world of Rogue Depot with Kapco411.\r\n-This highly modded server offers PVE play with PVP action.\r\n-Roaming Zombies and other NPC's throughout the map.\r\n-Custom maps loaded with plenty of Points of interest and custom monuments.\r\n-More than 20 events running make this a must play adventure.\r\n-Over 250 mods running, far to much to list.\r\n-We have something for eveyone on this one so give it a try.\r\n-Lets go!  rs01/G:aozJ/1oXYc1y}#B",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780108415,
    "last_online": 1780130421,
    "icon": null,
    "name": "Kapco411 Rogue Depot|4X|Highly modded|Custom Maps",
    "connect": "65.28.44.27:28060",
    "request": "65.28.44.27:28059",
    "map": "Welcome To Kapco411",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915493,
    "last_update": 1780130421,
    "banned": false,
    "wipe": 1780007093,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5566,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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