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

text
https://api.gamemonitoring.in/servers/9340986
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9340986,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": null,
    "game": 885570,
    "owner": 120204,
    "boosts": 1,
    "last_offline": 1758284167,
    "score": 0,
    "last_online": 1754325633,
    "icon": null,
    "name": "Terra Nova | 100K de start | Recherche Staff et PDG",
    "connect": null,
    "request": null,
    "map": "Amboise",
    "gamemode": "Nova-Life: Amboise",
    "version": null,
    "numplayers": 0,
    "maxplayers": 80,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1747757452,
    "last_update": 1758284167,
    "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": 25,
    "language": "fr",
    "parked": true,
    "app": {
      "id": 48590,
      "steam_id": 885570,
      "name": "Nova-Life: Amboise",
      "url": "nova-life-amboise"
    },
    "server_owner": {
      "username": "matheomontanaofficielv2",
      "avatar": "a8729ab7-5502-4e83-bec3-e36171be624f.jpg",
      "last_online": 1770217662
    },
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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