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

text
https://api.gamemonitoring.in/servers/11449236
json
{
  "response": {
    "steam_id": "90285654330273812",
    "domain": null,
    "id": 11449236,
    "ip": "216.225.152.80",
    "port": 9100,
    "query": 9101,
    "color": 0,
    "city": "Cleveland",
    "description": null,
    "game": 1604030,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778269984,
    "score": 0,
    "last_online": 1778592115,
    "icon": null,
    "name": "VeinFire Solo/Duo 1.5x loot-3x refine || FRESH WIPE 5/8",
    "connect": "216.225.152.80:9100",
    "request": "216.225.152.80:9101",
    "map": "VRisingWorld",
    "gamemode": "6331e698-fc2c-479f-b6e1-eec5c2419253",
    "version": "0.0.0.1",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774977965,
    "last_update": 1778592115,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2172,
    "language": "en",
    "parked": false,
    "app": {
      "id": 55075,
      "steam_id": 1604030,
      "name": "V Rising",
      "url": "v-rising"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11449236");
$data = json_decode($json, true);
var_dump($data);