JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11606895
json
{
  "response": {
    "fps": 162,
    "fps_avg": 180,
    "entities_count": 66509,
    "world_seed": 1598497453,
    "world_size": 3500,
    "steam_id": "90286605466871829",
    "domain": null,
    "id": 11606895,
    "ip": "165.217.129.52",
    "port": 10000,
    "query": 10003,
    "color": 0,
    "city": "Staten Island",
    "description": "![[NA] RUIN 2x Biweekly Solo/Duo/Trio/Quad | 50% Upkeep |](https://www.dropbox.com/scl/fi/xmgf2tdg651fozgm5qfnx/ruin_temp_banner.png?rlkey=pi4fba8pg47sg8zuu38la49yu&st=k2lfxm9q&dl=1)\nRUIN Rust Servers |  2x Bi-weekly \r\n \r\nWipe Schedule \r\n - Map: Biweekly (every other thursday) at 2pm EST\r\n -  Blueprints: BPs wipe @ Force\r\n Features \r\n - 2x Gather Rates ( Sulfur 1.5x rates )\r\n  - 50% Upkeep\r\n  - 1.5x Faster smelting \r\n  - Quad Max \r\n - Custom Shop system\r\n \r\nJOIN the Discord | https://discord.gg/MDWvFa3SNx",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780599268,
    "last_online": 1780606229,
    "icon": null,
    "name": "[NA] RUIN 2x Biweekly Solo/Duo/Trio/Quad | 50% Upkeep |",
    "connect": "165.217.129.52:10000",
    "request": "165.217.129.52:10003",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 5,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1779915487,
    "last_update": 1780606229,
    "banned": false,
    "wipe": 1780597273,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2002,
    "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/11606895");
$data = json_decode($json, true);
var_dump($data);