JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10671296
json
{
  "response": {
    "fps": 236,
    "fps_avg": 235,
    "entities_count": 54111,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90285224460166162",
    "domain": null,
    "id": 10671296,
    "ip": "68.103.239.233",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Hutchinson",
    "description": "![Rust Ops: Search and Destroy | Matchmaking | Leaderboards](https://www.dropbox.com/scl/fi/qnngbl0r57c1mlj41een6/rustops.jpg?rlkey=w63eptqgfx535een7mf3np31g&st=lf767lgr&dl=1)\nWelcome to the ultimate Search and Destroy experience in Rust! \r\n\r\nWe have completely rebuilt Rust into a highly competitive, fast-paced tactical shooter modeled after classic S&D game modes. Queue up, build your classes, and dominate the Global Leaderboard.\r\n\r\nSERVER FEATURES:\r\n• FULL MATCHMAKING: Spawn in the social lobby, create groups with your friends, and queue up for matches.\r\n• CUSTOM CLASS EDITOR: Build and save up to 5 custom loadouts. Mix and match primaries, secondaries, attachments, and tacticals using our custom Draft UI.\r\n• MAP & TIME VOTING: After every match, your lobby votes on the next arena and the Time of Day (Day, Dusk, or Night). Vote for Night, and your team automatically deploys with Night Vision Goggles!\r\n• CLASSIC S&D MECHANICS: Attackers push to plant the bomb at Site A or B. Defenders hold the line and defuse. No respawns mid-round. First team to 4 wins the match.\r\n• GLOBAL LEADERBOARD: Every kill, plant, defuse, and match win is tracked. Climb the 100-point Elo system to become the top-ranked player on the server.\r\n• STREAMER OPTIMIZED: Instanced arenas, lightning-fast round transitions, and zero downtime. Pure, uninterrupted action.\r\n\r\nJoin the Discord to view live leaderboards, suggest new maps, and find groups!\r\n[Insert your Discord Link here]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776339822,
    "score": 0,
    "last_online": 1777726225,
    "icon": null,
    "name": "Demo Server",
    "connect": "68.103.239.233:28015",
    "request": "68.103.239.233:28017",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1764579376,
    "last_update": 1777726225,
    "banned": false,
    "wipe": 1777662687,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3988,
    "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/10671296");
$data = json_decode($json, true);
var_dump($data);