JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11511348
json
{
  "response": {
    "fps": 125,
    "fps_avg": 118,
    "entities_count": 106080,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90286522799948809",
    "domain": null,
    "id": 11511348,
    "ip": "65.21.237.118",
    "port": 60419,
    "query": 60421,
    "project_id": null,
    "color": 0,
    "city": "Helsinki",
    "description": "![RUSTLAB | Solo Only | Vanilla | Just Wiped 02/06 (19:00 CET)](https://rustservers.gg/banner-6004767-0.gif?nocache=1779189933&preference=banner-uploaded)\nWelcome to RUSTLAB \r\n\r\n → BPs - Monthly @ FacePunch Update \r\n → Group limit: Solo \r\n → Alliances = Ban \r\n → Vending In Stock \r\n → 50% upkeep \r\n → Extra Recyclers @ Fishing/Ranch \r\n → Map size: 4000+FPS \r\n → No racism \r\n → Active non playing admins Computer & Video Games \r\n → 3+ Vac/Game Ban = Ban \r\n → Cheating/Scripting = Ban \r\n → VAC / Game Ban < 365 days = permanent ban on RUSTLAB. \r\n\r\n → Last Map Wipe: 02/06/2026 19:00 CET. \r\n → Next Map Wipe: 02/07/2026 20:00 CET.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780682061,
    "last_online": 1780677035,
    "icon": null,
    "name": "RUSTLAB | Solo Only | Vanilla | Just Wiped 02/06 (19:00 CET)",
    "connect": "65.21.237.118:60419",
    "request": "65.21.237.118:60421",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779353841,
    "last_update": 1780682061,
    "banned": false,
    "wipe": 1780418552,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11280,
    "language": "fi",
    "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/11511348");
$data = json_decode($json, true);
var_dump($data);