JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11677403
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 17897,
    "world_seed": 6,
    "world_size": 2000,
    "steam_id": "90286563517399052",
    "domain": null,
    "id": 11677403,
    "ip": "66.51.96.53",
    "port": 28045,
    "query": 28046,
    "color": 0,
    "city": "Ashburn",
    "description": "![[US] Gridlock 2x | SMALL MAP | SOLO/DUO | NO KITS/NO P2W](https://ibb.co/q3sYpvzc)\nWELCOME TO GRIDLOCK 2X SOLO/DUO\r\nFast-paced, action-packed Rust on a compact map. Raw skill and fair play—NO kits, NO pay-to-win, NO nonsense.\r\n\r\nSERVER FEATURES:\r\n- Gather: 2x (Resources, Components, Wood)\r\n- Map: Small/Compact for constant PVP\r\n- Group Limit: Max 2 (Strict Solo/Duo)\r\n- Loot Tables: Balanced (No junk in high-tier crates)\r\n\r\nSERVER RULES:\r\n1. Max Team Size: 2. No teaming, allied raiding, or allied roaming.\r\n2. No Cheating/Exploiting. Scripts, hacks, or glitching = instant ban.\r\n3. No Ban Evading on alt accounts or playing with banned users.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780372451,
    "last_online": 1780594230,
    "icon": null,
    "name": "[US] Gridlock 2x | SMALL MAP | SOLO/DUO | NO KITS/NO P2W",
    "connect": "66.51.96.53:28045",
    "request": "66.51.96.53:28046",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216206,
    "last_update": 1780594230,
    "banned": false,
    "wipe": 1780375271,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2237,
    "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/11677403");
$data = json_decode($json, true);
var_dump($data);