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

text
https://api.gamemonitoring.in/servers/8253078
json
{
  "response": {
    "fps": 28,
    "fps_avg": 29,
    "entities_count": 310498,
    "world_seed": 1,
    "world_size": 5850,
    "steam_id": "90285177080400908",
    "domain": null,
    "id": 8253078,
    "ip": "156.236.84.23",
    "port": 28050,
    "query": 28051,
    "color": 0,
    "city": "Dallas",
    "description": "![Rusty Daze 5X:  PVE, KITS, HeliHUD, & More...](https://games.digiacom.com/rust/RustyDaze5x/headerimage.png)\nNoob Friendly, Training, PVE, Monthly Wipes, & Quality of Life Plugins:\r\n\r\nDaily Rewards, Recyclers, Kits, Remover Tool, and many more!\r\n\r\nWe AUTO-BAN known cheaters and have active Admins.  Let us know if you see anything and/or need help.\r\n\r\nJoin our Discord for rules, details, and to chat with Players & Admins (click 'View Webpage' below).",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777301601,
    "score": 0,
    "last_online": 1777611618,
    "icon": null,
    "name": "Rusty Daze 5X:  PVE, KITS, HeliHUD, & More...",
    "connect": "156.236.84.23:28050",
    "request": "156.236.84.23:28051",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1742460128,
    "last_update": 1777611618,
    "banned": false,
    "wipe": 1775323210,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1628,
    "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/8253078");
$data = json_decode($json, true);
var_dump($data);