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

text
https://api.gamemonitoring.in/servers/7965883
json
{
  "response": {
    "fps": 66,
    "fps_avg": 66,
    "entities_count": 53675,
    "world_seed": 837267754,
    "world_size": 3200,
    "steam_id": "90286544661638148",
    "domain": null,
    "id": 7965883,
    "ip": "156.236.84.207",
    "port": 29015,
    "query": 29017,
    "color": 0,
    "city": "City of London",
    "description": "![Rusthub.net | Jump For Loot | Random Item+ | Weekly](https://cdn.rhb.sh/banners/jump-for-loot.png)\nVisit rusthub.net to find out all about our servers and rules!\r\nMap wipes every Thursday at 16:00 BST/17:00 CET\r\nBP wipes every first Thursday of each month\r\n\r\nFeatures:\r\n-Jump for Loot\r\n-F15 Airstrike Events\r\n-Craftable Private Recycler\r\n-Purchasable Faster Tugboats\r\n-Place anything on Tugboats\r\n-Faster Smelting/Recycler Speed\r\n-Instant Craft\r\n-Raidable Bases\r\n-Call in Patrol\r\n5x Partol Heli, Bradley APC, Supply Drops, Hackable Crates\r\n\r\n\r\n\r\nDiscord: discord.gg/rusthub\r\nDaily restarts at 07:00 CET for better performance.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777913013,
    "last_online": 1780545629,
    "icon": null,
    "name": "Rusthub.net | Jump For Loot | Random Item+ | Weekly",
    "connect": "156.236.84.207:29015",
    "request": "156.236.84.207:29017",
    "map": "Rusthub Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1741000556,
    "last_update": 1780545629,
    "banned": false,
    "wipe": 1779990463,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2790,
    "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/7965883");
$data = json_decode($json, true);
var_dump($data);