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

text
https://api.gamemonitoring.in/servers/11602647
json
{
  "response": {
    "steam_id": "90286230244808721",
    "domain": null,
    "id": 11602647,
    "ip": "187.16.252.233",
    "port": 6000,
    "query": 6001,
    "color": 0,
    "city": "Nova Friburgo",
    "description": "Servidor Day Z",
    "game": 221100,
    "owner": 192747,
    "boosts": 1,
    "last_offline": 1779507213,
    "last_online": 1779787813,
    "icon": null,
    "name": "Frontline - VPR.DIGITAL - GAMEGTXRJ | discord.gg/4phhVRnHDq",
    "connect": "187.16.252.233:6000",
    "request": "187.16.252.233:6001",
    "map": "sakhal",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 0,
    "maxplayers": 64,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1779399387,
    "last_update": 1779787813,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 632,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": {
      "username": "vander_pereira",
      "avatar": "07453f23-4254-42c8-9e72-a84bfdfb02c5.jpg"
    },
    "mods": [
      {
        "id": 1615,
        "name": "CF"
      },
      {
        "id": 1614,
        "name": "VPPAdminTools"
      }
    ],
    "disabled_modules": []
  }
}

कोड उदाहरण

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