JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11606397
json
{
  "response": {
    "fps": 24,
    "fps_avg": 24,
    "entities_count": 88908,
    "world_seed": 24664,
    "world_size": 4000,
    "steam_id": "90286609559911436",
    "domain": null,
    "id": 11606397,
    "ip": "173.212.211.93",
    "port": 28015,
    "query": 27015,
    "color": 0,
    "city": "Lauterbourg",
    "description": "![[EU|GER] Kuhmunity Rust - by greenpool.network | Next Wipe: 02.](https://rust.games.greenpool.network/kuhmunity/kuhmunity_banner.png)\nWelcome to the Kuhmunity Rust World by greenpool.network\r\n\r\nJoin us on #Discord: https://discord.gg/kuhmunity \r\nGet special Rights,Skins and other #Kuhmunity Goodies!\r\n\r\nNext Wipe: 02.07.2026\r\nNext BP Wipe: 02.07.2026",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780605263,
    "last_online": 1780608028,
    "icon": null,
    "name": "[EU|GER] Kuhmunity Rust - by greenpool.network | Next Wipe: 02.",
    "connect": "173.212.211.93:28015",
    "request": "173.212.211.93:27015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779915469,
    "last_update": 1780608028,
    "banned": false,
    "wipe": 1780605508,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2588,
    "language": "fr",
    "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/11606397");
$data = json_decode($json, true);
var_dump($data);