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

text
https://api.gamemonitoring.in/servers/11181657
json
{
  "response": {
    "steam_id": "90284563608158218",
    "domain": null,
    "id": 11181657,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Oakton",
    "description": null,
    "game": 366090,
    "owner": 173226,
    "boosts": 1,
    "last_offline": 1777355559,
    "score": 0,
    "last_online": 1776465623,
    "icon": null,
    "name": "[insanity] Anarchy | PVP",
    "connect": null,
    "request": null,
    "map": "NoCrash",
    "gamemode": "Colony Survival",
    "version": "00.15.01.000",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1772229786,
    "last_update": 1777355559,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 17,
    "language": "en",
    "parked": true,
    "app": {
      "id": 6155,
      "steam_id": 366090,
      "name": "Colony Survival",
      "url": "colony-survival"
    },
    "server_owner": {
      "username": "nuttyguy",
      "avatar": "d65d10b3-c6a6-42b4-93e7-07c5cc2ca863.png",
      "last_online": 1772589393
    },
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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