JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11502710
json
{
  "response": {
    "fps": 233,
    "fps_avg": 233,
    "entities_count": 66396,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286547890267163",
    "domain": null,
    "id": 11502710,
    "ip": "172.93.110.216",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Miami",
    "description": "![RCS | Solo/Duo/Trio | Competitive | No BP Wipe | Biweekly](https://i.postimg.cc/HLmRNqxD/Untitled-5.png)\nCompetitive Solo/Duo/Trio vanilla server with a points-based leaderboard.\r\n\r\nWipe: Biweekly (7:00 PM EST)\r\nBlueprints never wipe\r\nMap Size: 3500 (player-voted on the website)\r\n\r\nWhy Us:\r\n• Small maps for more PvP\r\n• Advanced leaderboards and player metrics\r\n• Heatmaps and placement tracking\r\n• Earn medals for top-3 placements in each defined category\r\n• Earn points across Combat, Farming, Raiding, Looting, and Events\r\n• Top 3 players in each category earn community-voted rewards (marketplace skins)\r\n\r\nRules:\r\n• Zero tolerance for cheaters; fast-acting admin team\r\n• No exploiting bugs or glitches (report issues immediately)\r\n• No racism or hate speech\r\n• Low-hour accounts are subject to scrutiny\r\n• Max 3 players per TC and codelocks\r\n• Max 3 sleeping bags per base\r\n• No teaming or alliances with other groups\r\n\r\nAdmins reserve the right to refuse service.\r\nFurther rules available in Discord.\r\n\r\nWebsite: https://rustcompetitiveservers.com\r\nDiscord: https://discord.gg/RjsQQTzd8K",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207213,
    "last_online": 1780560632,
    "icon": null,
    "name": "RCS | Solo/Duo/Trio | Competitive | No BP Wipe | Biweekly",
    "connect": "172.93.110.216:28015",
    "request": "172.93.110.216:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207213,
    "last_update": 1780560632,
    "banned": false,
    "wipe": 1778227628,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5025,
    "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/11502710");
$data = json_decode($json, true);
var_dump($data);