JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11131255
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 79219,
    "world_seed": 1965738211,
    "world_size": 3700,
    "steam_id": "90286604129044481",
    "domain": null,
    "id": 11131255,
    "ip": "195.252.231.238",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Norfolk",
    "description": "![Stravos 10x - Fridays |TP|BattlePass|Kits|PVP|](https://i.imgur.com/xvGWO4Z.jpeg)\nFEATURES\r\n\r\n ▶ RUST + ENABLED \r\n ▶ 10x Smelting Speed \r\n ▶ 10x Resource Gathering \r\n ▶ Instant Crafting \r\n ▶ 50x Resource Stacking \r\n ▶ All BP's Unlocked \r\n ▶ Global Workbench \r\n ▶ Raidable Bases \r\n ▶ Cases \r\n ▶ Bgrade \r\n ▶ Shop \r\n ▶ Junk Loot Removed \r\n ▶ Bed Timers Reduced \r\n ▶ Turret limit increased from 12-20 \r\n ▶ Free QOL Plugins \r\n ▶ AUTO-SKIP Night",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596270,
    "last_online": 1780603232,
    "icon": null,
    "name": "Stravos 10x - Fridays |TP|BattlePass|Kits|PVP|",
    "connect": "195.252.231.238:28035",
    "request": "195.252.231.238:28036",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1770397349,
    "last_update": 1780603232,
    "banned": false,
    "wipe": 1780596609,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4053,
    "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/11131255");
$data = json_decode($json, true);
var_dump($data);