JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10671260
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 41886,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286389828016141",
    "domain": null,
    "id": 10671260,
    "ip": "66.51.99.59",
    "port": 28055,
    "query": 28056,
    "color": 0,
    "city": "Dallas",
    "description": "![Wastelands Trust No One](https://imgur.com/a/29PUSrb)\nTRUST NO ONE – RUST EVENT \r\n\r\nDo you think you can survive when alliances crumble and betrayal is inevitable?\r\n\r\nWelcome to Trust No One, a high-stakes Rust event where strategy, deception, and raw survival skills decide everything.\r\n\r\nFor the first 48 hours, NO RAIDING is allowed.\r\nBuild your base, gather resources, form alliances… or fake them.\r\nThis is your time to prepare—but remember, trust is temporary.\r\n\r\nOnce the clock hits 48 hours, ALL BETS ARE OFF.\r\nRaiding is fully enabled, and the map turns into total war.\r\nAlliances will break. Backstabs will happen. Only the strongest (or smartest) will survive.\r\n\r\nAt the end of the event, the last team standing claims victory and the rewards.\r\nEveryone else? Your base, your loot—gone.\r\n\r\nRule #1: Trust No One.\r\n\r\nWill you dominate… or get betrayed?",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778091185,
    "last_online": 1780624228,
    "icon": null,
    "name": "Wastelands Trust No One",
    "connect": "66.51.99.59:28055",
    "request": "66.51.99.59:28056",
    "map": "Custom 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": 1764579370,
    "last_update": 1780624228,
    "banned": false,
    "wipe": 1779215146,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3661,
    "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/10671260");
$data = json_decode($json, true);
var_dump($data);