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

text
https://api.gamemonitoring.in/servers/11606647
json
{
  "response": {
    "fps": 190,
    "fps_avg": 181,
    "entities_count": 75080,
    "world_seed": 1877276673,
    "world_size": 3700,
    "steam_id": "90286517949091846",
    "domain": null,
    "id": 11606647,
    "ip": "198.244.230.172",
    "port": 25600,
    "query": 25603,
    "color": 0,
    "city": "London",
    "description": "![Rusting Away PvP 2X Mods](https://i.postimg.cc/7hGVQyGN/image-2026-05-15T085722-334-(1).png)\nHosted by Rusting Away\r\n☢️ Rusting Away Modded PvP ☢️ COME GET SOME A modded PvP experience built for players who want faster progression, nonstop action, and quality-of-life upgrades without losing the hardcore Rust feel. Fight real players, battle roaming AI survivors, dominate monuments, raid enemies, and build your empire across land, air, and sea. 🔥 Server Features: • 2x Gather Rates • Custom Stack Sizes • Roaming AI Players • Air, Land & Sea Vehicles • Monthly BP Wipes For Fair Progression • Blueprint Sharing With Your Team • No Team Limits • Long Days / Short Nights • Skinbox – Customize Your Style • Stackable Boxes & Storage QoL • Building Upgrades • Furnace Upgrades & Faster Smelting • Custom Vending Machines • Active Development & Balanced Gameplay Whether you're a solo grinder, massive clan, roaming PvPer, or base builder, Rusting Away delivers a fast-paced modded Rust experience without the boring grind. ⚔️ Raid. Roam. Dominate. ☢️ Rusting Away Modded PvP – COME GET SOME ☢️",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779915478,
    "last_online": 1780557034,
    "icon": null,
    "name": "Rusting Away PvP 2X Mods",
    "connect": "198.244.230.172:25600",
    "request": "198.244.230.172:25603",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 1000,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915478,
    "last_update": 1780557034,
    "banned": false,
    "wipe": 1778983061,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5406,
    "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/11606647");
$data = json_decode($json, true);
var_dump($data);