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

text
https://api.gamemonitoring.in/servers/11607075
json
{
  "response": {
    "steam_id": "90286584195701772",
    "domain": null,
    "id": 11607075,
    "ip": "91.229.114.182",
    "port": 28015,
    "query": 28014,
    "color": 0,
    "city": "Chicago",
    "description": "![» ProjectGaming.gg | Vanilla | Solo/Duo/Trio | WIPED 5/31](https://projectgaming.gg/s/store-servers/Vanilla-Trio.jpg)\nJoin us on Discord! Discord.gg/ProjectGaming\n- Map Wipes Every Other Friday @ 2PM ET\n- Blueprint Wipes Once a Month\n- Vanilla Server Rates.\n- Max 3 Per Group.\n- Disabled Radiation.\n- 50% Resource Upkeep.\n- Minicopters Spawn on Roads.\n- Chat Killfeed.\n- Custom Maps with High FPS.\n- Active Professional Staff Team.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470420,
    "last_online": 1780596035,
    "icon": null,
    "name": "» ProjectGaming.gg | Vanilla | Solo/Duo/Trio | WIPED 5/31",
    "connect": "91.229.114.182:28015",
    "request": "91.229.114.182:28014",
    "map": "Wiped 3 Days Ago",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915493,
    "last_update": 1780596035,
    "banned": false,
    "wipe": 1780251281,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4423,
    "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/11607075");
$data = json_decode($json, true);
var_dump($data);