JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11511521
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 26660,
    "world_seed": 0,
    "world_size": 1000,
    "steam_id": "90286588407071756",
    "domain": null,
    "id": 11511521,
    "ip": "40.160.20.178",
    "port": 40045,
    "query": 40046,
    "color": 0,
    "city": "Reston",
    "description": "![RustGames.gg | Rustcraft Lucky Pillars - MEGA ARENA 1](https://assets.rustgames.gg/BRANDING/Server_Banner.png)\nWelcome to the RustGames.gg minigame network!\r\n\r\nRules:\r\n• No cheating, scripting, exploiting, or bug abuse.\r\n• No harassment, hate speech, threats, or excessive toxicity.\r\n• No spam, advertising, or impersonation.\r\n• Respect staff decisions and other players.\r\n• Do not intentionally disrupt games, lobbies, queues, or events.\r\n\r\nThis server description only includes the basic rules.\r\nThe full rules, updates, support, appeals, and announcements are available in our Discord.\r\n\r\nJoin the Discord for the complete rule list:\r\nrustgames.gg/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779353851,
    "last_online": 1780579822,
    "icon": null,
    "name": "RustGames.gg | Rustcraft Lucky Pillars - MEGA ARENA 1",
    "connect": "40.160.20.178:40045",
    "request": "40.160.20.178:40046",
    "map": "RustGames.gg",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 12,
    "maxplayers": 19,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 85,
    "add_date": 1779353851,
    "last_update": 1780579822,
    "banned": false,
    "wipe": 1778625528,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 332,
    "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/11511521");
$data = json_decode($json, true);
var_dump($data);