JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11606475
json
{
  "response": {
    "fps": 291,
    "fps_avg": 296,
    "entities_count": 72044,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286604104556556",
    "domain": null,
    "id": 11606475,
    "ip": "51.195.61.10",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Limburg an der Lahn",
    "description": "![[GER/DE] Sterben für Anfänger TRIO](https://sfa-rust.de/storage/img/bannerservermid.png)\nWillkommen auf Sterben für Anfänger TRIO\r\n\r\n►Unser Server ist ein pvp Server mit geregelten Raidzeiten◄\r\n►Raids sind ab der Ausbaustufe Holz nur Sonntags von 15-21 Uhr erlaubt◄\r\n►Raids are only allowed on Sundays between 3pm and 9pm◄\r\n•https://discord.gg/cNkjdqzjD3\r\n\r\n•Wipe 04.06.2026\r\n•Nächster Map Wipe 02.07.2026\r\n•Nächster Force Wipe 02.07.2026\r\n\r\n►Regeln◄\r\n•Teamlimit 3\r\n•Teaming ist nicht gestattet\r\n•Raids sind nur Sonntags von 15-21 Uhr erlaubt. Verstöße werden mit einem Bann geahndet!\r\n•Coderaid ist ebenfalls nicht gestattet.\r\n•eine Base darf nicht gegriefed werden, Turrets usw. dürfen diese nicht blockieren.\r\n•Stream Sniping ist Verboten\r\n•Cheaten und Bugusing ist in jeder Form verboten.\r\nRestart täglich 5:00am",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595663,
    "last_online": 1780599633,
    "icon": null,
    "name": "[GER/DE] Sterben für Anfänger TRIO",
    "connect": "51.195.61.10:28015",
    "request": "51.195.61.10:28017",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915471,
    "last_update": 1780599633,
    "banned": false,
    "wipe": 1780596175,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4640,
    "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/11606475");
$data = json_decode($json, true);
var_dump($data);