JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11501816
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 72574,
    "world_seed": 1915723344,
    "world_size": 3500,
    "steam_id": "90286224259807237",
    "domain": null,
    "id": 11501816,
    "ip": "185.172.175.236",
    "port": 28135,
    "query": 28136,
    "color": 0,
    "city": "City of London",
    "description": "![SwiftRust EU 10x Max 6|Loot+|MyMini|Kits|No BPs ](https://i.ibb.co/2YYgBhvH/Chat-GPT-Image-14-Mai-2026-06-25-17.png)\nSwiftRust EU 10x\n\nMAX 6 PLAYERS PER TEAM\nWIPES EVERY TUESDAY & SATURDAY @ 15:00 CET\n\n- 10x Gather & Loot+\n- No BPs\n- Kits / Shop / Skinner\n- MyMini\n- Clans & Events\n- King of the Hill\n- TC Capture Event\n- Fast Progression\n- Balanced PvP\n- Active Staff\n- High Performance EU Hosting\n\nJoin the rush. Dominate. Repeat.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780601021,
    "last_online": 1779793224,
    "icon": null,
    "name": "SwiftRust EU 10x Max 6|Loot+|MyMini|Kits|No BPs",
    "connect": "185.172.175.236:28135",
    "request": "185.172.175.236:28136",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207181,
    "last_update": 1780601021,
    "banned": false,
    "wipe": 1779195725,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10941,
    "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/11501816");
$data = json_decode($json, true);
var_dump($data);