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

text
https://api.gamemonitoring.in/servers/11677295
json
{
  "response": {
    "modded": true,
    "fps": 35,
    "fps_avg": 35,
    "entities_count": 16618,
    "world_seed": 1337,
    "world_size": 2000,
    "steam_id": "90286446747021316",
    "domain": null,
    "id": 11677295,
    "ip": "45.88.230.30",
    "port": 28021,
    "query": 28020,
    "color": 0,
    "city": "Canary Wharf",
    "description": "![[EU] GG-OneGrid x10 | Solo/Duo | Loot+| |No Bps|](https://imgur.com/a/xGWvfdf)\nWelcome to GG OneGrid SOLO/DUO // \r\n \r\n https://gg-onegrid.craftingstore.net \r\n \r\n - Custom map \r\n - FastCraft \r\n - Loot++ \r\n - No Bps \r\n \r\n Wipes: Friday @ 4:00 PM UK time \r\n \r\n Any contact on Discord.gg/BNgQxsQ36Y \r\n Top DDOS protection \r\n \r\n rules : No cheating, no racism etc etc \r\n No promote other servers \r\n Respect other \r\n dont use glitches",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780238050,
    "last_online": 1780258227,
    "icon": null,
    "name": "[EU] GG-OneGrid x10 | Solo/Duo | Loot+| |No Bps|",
    "connect": "45.88.230.30:28021",
    "request": "45.88.230.30:28020",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 4,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1780216201,
    "last_update": 1780258227,
    "banned": false,
    "wipe": 1780212662,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1147,
    "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/11677295");
$data = json_decode($json, true);
var_dump($data);