JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8297411
json
{
  "response": {
    "fps": 50,
    "fps_avg": 50,
    "entities_count": 117411,
    "world_seed": 1248064023,
    "world_size": 5000,
    "steam_id": "90286605129613332",
    "domain": null,
    "id": 8297411,
    "ip": "78.46.106.155",
    "port": 28019,
    "query": 28020,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Celestial Rust PvE 2 x10 RAIDABLE BASES|TP|HOMES|KITS|+MORE](https://celestialrust.co.uk/assets/images/backdrop-512x288.jpg)\nCelestialRust.co.uk PvE 2 - Newbie friendly and helpful website\r\nWiped every 2-3 weeks, last wipe June 4th\r\nx10 Gather - PvP PRACTICE ZONES Active non-playing admins.\r\nLots and LOTS of really cool stuff to make your life more enjoyable.\r\nRAIDABLE BASES\r\nCLANS++|LOOT++|TP|TRADE|SHOP etc.\r\nRocket Turrets - Home Recyclers - Heli Crash - Shoot Down Cargo Planes - Lock-On Rockets - Treasure Box and more.\r\nACTIVE DISCORD: CelestialRust.co.uk/discord    We encourage memes.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779565361,
    "last_online": 1780605630,
    "icon": null,
    "name": "Celestial Rust PvE 2 x10 RAIDABLE BASES|TP|HOMES|KITS|+MORE",
    "connect": "78.46.106.155:28019",
    "request": "78.46.106.155:28020",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1743250232,
    "last_update": 1780605630,
    "banned": false,
    "wipe": 1780598355,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2728,
    "language": "de",
    "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/8297411");
$data = json_decode($json, true);
var_dump($data);