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

text
https://api.gamemonitoring.in/servers/10870882
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 64337,
    "world_seed": 921905856,
    "world_size": 3500,
    "steam_id": "90286604977177629",
    "domain": null,
    "id": 10870882,
    "ip": "64.20.40.186",
    "port": 28021,
    "query": 28023,
    "color": 0,
    "city": "Secaucus",
    "description": "![[US] Shooters Rust 10X PVE XP|KITS|SHOP](https://dunb17ur4ymx4.cloudfront.net/webstore/logos/392d34d360f024ebb878184f95682a34fa5be120.png)\nShooters Rust 10x PvE is a well balanced and noob friendly PvE environment with PvP zones.\r\nhttps://shootersrust.com\r\nWipes monthly at force-wipe only.\r\nRestarts daily at midnight EST.\r\nType /dc in game to join our Discord\r\nType /info for commands rules, and other details\r\nType /kit for free and VIP kit details\r\nVIP kits available at shootersrust.com\r\nInstant Craft - Rewards Shop - Leaderboard - Active Admins - Dedicated Servers\r\nNo BP(mostly) - Custom Events - Short Nights - Better Loot - Clans\r\nSkinbox - Building Skins - Remover - Raid Alerts - XPerience",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779878009,
    "last_online": 1780606234,
    "icon": null,
    "name": "[US] Shooters Rust 10X PVE XP|KITS|SHOP",
    "connect": "64.20.40.186:28021",
    "request": "64.20.40.186:28023",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768318483,
    "last_update": 1780606234,
    "banned": false,
    "wipe": 1780598852,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4004,
    "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/10870882");
$data = json_decode($json, true);
var_dump($data);