JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6966319
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 6966319,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![VictoriousRust.com|Vanilla|Solo/Duo](https://victoriousrust.com/images/serverimage.png)\nWelcome to Victorious Rust: Pure Vanilla \r\nExperience Rust in its truest form with no gameplay modifications—just pure survival, competition, and adventure. At Victorious Rust, our vision is to create a thriving community where players can shape their own stories while engaging in fair and balanced gameplay.\r\n Features:\r\n - **1x Gather Rate**: True to vanilla for an authentic experience.\r\n - **Solo/Duo Team Limits**: Keep it competitive with small, focused groups.\r\n - **Procedural Map (2,750)**: Fresh landscapes for every wipe.\r\n - **Strict Anti-Cheat Enforcement**: Play confidently in a fair environment.\r\n Community Perks: - **Link Your Steam & Discord**: Unlock exclusive Discord access and participate in community-driven map votes. \r\n - **Shape the Future**: Have your say in our server evolution through regular polls.\r\n - **Priority Queue Access**: Verified players enjoy smoother access during peak times.\r\n Victorious Rust is more than a server—it's a growing community committed to providing the ultimate Rust experience. Join us today and make your mark! X5LI5GI5PYOQrEK9",
    "game": 252490,
    "owner": 62522,
    "boosts": 1,
    "last_offline": 1750457066,
    "last_online": 1741292425,
    "icon": null,
    "name": "VictoriousRust.com|Vanilla|Solo/Duo",
    "connect": null,
    "request": null,
    "map": "Custom Map",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 500,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1734715477,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1739473433,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13081,
    "language": "en",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "chrs2477",
      "avatar": "64fd7133-59e0-4bcd-8978-7b18b87da174.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6966319");
$data = json_decode($json, true);
var_dump($data);