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

text
https://api.gamemonitoring.in/servers/11602878
json
{
  "response": {
    "steam_id": "90286216477703177",
    "domain": "proxy.agifav.ru",
    "id": 11602878,
    "ip": "91.122.34.242",
    "port": 20025,
    "query": null,
    "color": 0,
    "city": "St Petersburg",
    "description": null,
    "game": 602960,
    "owner": 196544,
    "boosts": 1,
    "last_offline": 1779741791,
    "last_online": 1779783014,
    "icon": null,
    "name": "Проходим кампанию",
    "connect": "proxy.agifav.ru:20025",
    "request": null,
    "map": "Дюгонь",
    "gamemode": "multiplayercampaign",
    "version": "1.12.7.0",
    "numplayers": 2,
    "maxplayers": 16,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 1,
    "points": 77,
    "add_date": 1779741791,
    "last_update": 1779783014,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": true,
    "position_game": 10,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 50335,
      "steam_id": 602960,
      "name": "Barotrauma",
      "url": "barotrauma"
    },
    "server_owner": {
      "username": "antoshkavvv",
      "avatar": "c594bd3f-0252-4e11-beff-c2107857a374.webp"
    },
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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