JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11511758
json
{
  "response": {
    "steam_id": "90286622165768204",
    "domain": null,
    "id": 11511758,
    "ip": "66.51.99.122",
    "port": 2300,
    "query": 2301,
    "color": 0,
    "city": "Dallas",
    "description": "![FINAL ORDER VANILLA |CUSTOM MAP|Active Staff](https://i.postimg.cc/5jdm4vFc/SERVER-RUST.png)\n🌲FINAL ORDER By: GoldStandardX Gaming | Rust Vanilla Experience \r\n 🔗 Discord: https://discord.gg/7Vs2CJ8P7n \r\n 🌐 Website: www.goldstandardxgaming.org \r\n 🔥 TRUE VANILLA | ACTIVE ADMINS | PERFORMANCE FOCUSED | WIPE CYCLES \r\n 🚀 SERVER FEATURES \r\n 🌿 Core Vanilla Gameplay \r\n - True Vanilla Experience (No Game-Breaking Mods) \r\n - Balanced Progression \r\n - Official-Style Gameplay \r\n - Pure Survival Experience \r\n ⚔️ PvP Environment \r\n - Full PvP Enabled \r\n - Online & Offline Raiding \r\n - Competitive but Fair Play \r\n 🏗️ Performance & Stability \r\n - High Performance Hardware \r\n - Optimized Server Settings \r\n - Minimal Lag & Downtime \r\n - Active Monitoring \r\n 🛠️ Quality of Life (Light Only) \r\n - Improved Server Stability \r\n - Admin Support When Needed \r\n - No Pay-to-Win Mechanics \r\n 📅 Server Management \r\n - Consistent Wipe Schedule \r\n - Active Admin Team \r\n - Fast Issue Resolution \r\n 🌙 Community Features \r\n - Discord ↔ In-Game Chat Integration \r\n - Active Community & Support \r\n - Events (Vanilla-Friendly Only) \r\n 💬 WHY PLAY HERE? \r\n ✔️ Vanilla Rust the Way It Was Meant to Be Played \r\n ✔️ No Pay-to-Win — Skill Matters \r\n ✔️ Stable, Fair, and Competitive \r\n ✔️ Active Staff Without Interference \r\n 👉 Join now for a true Rust experience — no gimmicks, just survival.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780463053,
    "last_online": 1780671639,
    "icon": null,
    "name": "FINAL ORDER VANILLA |CUSTOM MAP|Active Staff",
    "connect": "66.51.99.122:2300",
    "request": "66.51.99.122:2301",
    "map": "Custom Map",
    "gamemode": "Rust",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353864,
    "last_update": 1780671639,
    "banned": false,
    "wipe": 1780599796,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5128,
    "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/11511758");
$data = json_decode($json, true);
var_dump($data);