प्रोग्राम, वेबसाइट और अन्य के लिए JSON

text
https://api.gamemonitoring.in/servers/10922490
json
{
  "response": {
    "fps": 32,
    "fps_avg": 34,
    "entities_count": 148016,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284399188331544",
    "domain": null,
    "id": 10922490,
    "ip": "104.243.37.163",
    "port": 28018,
    "query": 28020,
    "color": 0,
    "city": "Piscataway",
    "description": "![Reforged PVE Zombies | Events](https://reforgerust.com/img/reforged_pve_banner.png)\nPure PvE built for builders, farmers, grinders, and long-term planners.\r\n No PvP — no random raids, no griefing.\r\n Farm to your heart’s content and scale at your own pace.\r\n A world designed for chill progression without chaos.\r\n Dynamic Zombie Hordes & Monument Swarms keep PvE exciting.\r\n Skill Tree progression that actually feels rewarding.\r\n Server Convoys & PvE Encounters bring real combat without player griefing.\r\n \r\n 48h Raid Protection After Logout\r\n Clans, Teams & Group Systems\r\n Quests, Missions & Daily Rewards\r\n Kits (Progression + QoL)\r\n Vehicles, Fuel QoL & Minicopter Support\r\n Backpacks + Increased Item Stacks\r\n SkinBox + TP/Home + Rewards Store\r\n Personal Recyclers\r\n Custom Shops, Quarries & Vendors\r\n PvE Raid Bases\r\n Fresh Monthly Wipes\r\n 48-Hour Purge Before Wipe\r\n Free VIP Trial Every Wipe\r\n No Toxicity — Instant Bans\r\n Optimized Performance — Low Ping, High FPS\r\n Active, Transparent Staff\r\n Powered by Reforged Infrastructure",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776108113,
    "score": 0,
    "last_online": 1776305412,
    "icon": null,
    "name": "Reforged PVE Zombies | Events",
    "connect": "104.243.37.163:28018",
    "request": "104.243.37.163:28020",
    "map": "ReforgeRust.com",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 11,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1768476956,
    "last_update": 1776305412,
    "banned": false,
    "wipe": 1775157510,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 652,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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