JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11645334
json
{
  "response": {
    "fps": 80,
    "fps_avg": 87,
    "entities_count": 84513,
    "world_seed": 925237910,
    "world_size": 3750,
    "steam_id": "90286569303327758",
    "domain": null,
    "id": 11645334,
    "ip": "51.161.198.212",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "North Sydney",
    "description": "![(AU) OceaniaRust - Main](https://i.imgur.com/T6TQUDX.png)\n📜 Server Rules – Rust Community Guidelines\r\nWelcome to OceaniaRust. To keep the experience fun, fair, and enjoyable for everyone, all players are expected to follow the rules below. By joining the server, you agree to these guidelines. ADMINS ACTIVE 24/7 \r\n\r\n1. No Cheating or Exploiting\r\nAbsolutely no hacks, scripts, macros, ESP, aim assistance, or third‑party tools.\r\n\r\nExploiting game bugs or unintended mechanics is not allowed.\r\n\r\nPlayers caught cheating will be permanently banned.\r\n\r\n2. No Toxicity or Harassment\r\nRespect all players and staff.\r\n\r\nNo racism, sexism, hate speech, threats, or targeted harassment.\r\n\r\nKeep chat civil. Trash talk is fine—abuse is not.\r\n\r\n3. No Advertising or Spamming\r\nDo not advertise other servers, communities, or services.\r\n\r\n4. No Evading Bans\r\nBan evasion through alt accounts or VPNs will result in permanent removal.\r\n\r\nStaff decisions are final.\r\n\r\n5. Respect Staff\r\nAdmins and moderators are here to help.\r\n\r\nDo not argue with staff in chat; use proper channels for appeals.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780523060,
    "last_online": 1780578639,
    "icon": null,
    "name": "(AU) OceaniaRust - Main",
    "connect": "51.161.198.212:28000",
    "request": "51.161.198.212:28001",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177460,
    "last_update": 1780578639,
    "banned": false,
    "wipe": 1778177447,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5811,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11645334");
$data = json_decode($json, true);
var_dump($data);