JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11607316
json
{
  "response": {
    "fps": 128,
    "fps_avg": 126,
    "entities_count": 48241,
    "world_seed": 2112077139,
    "world_size": 3000,
    "steam_id": "90286575570540559",
    "domain": null,
    "id": 11607316,
    "ip": "147.124.192.191",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![DEADLY NIGHT - TRY TO SURVIVE THE NIGHT](https://i.postimg.cc/76Vn9vt4/DEADLY-SAPKA-1.jpg)\nSURVIVE THE NIGHT — IF YOU CAN\r\n\r\nDuring the day, you farm. At night, you fight to stay alive.\r\n\r\nWhen darkness falls, the world becomes far more dangerous: more bots, better loot, and higher risk with greater rewards.\r\n\r\nSERVER FEATURES:\r\n\r\n- Additional NPCs across the map\r\n- Automated events always running\r\n- Ability to build bases on water\r\n- Advanced skill tree system\r\n- Free kits to get started\r\n- Teleportation to players, home, and monuments\r\n\r\nNight is not just a time of day. It is a challenge.\r\nWill you survive it, or become the prey?",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779915503,
    "last_online": 1780577437,
    "icon": null,
    "name": "DEADLY NIGHT - TRY TO SURVIVE THE NIGHT",
    "connect": "147.124.192.191:28080",
    "request": "147.124.192.191:28015",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915503,
    "last_update": 1780577437,
    "banned": false,
    "wipe": 1779805905,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5577,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11607316");
$data = json_decode($json, true);
var_dump($data);