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

text
https://api.gamemonitoring.in/servers/570460
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 570460,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![$FLASHBACK - [ EU/RU | SEMI-CLASSIC | MAX 4 | 1.5x ]](https://i.imgur.com/E2NHgsb.png)FLASHBACK - [ EU/RU | SEMI-CLASSIC | MAX 4 | 1.5x ] SEMI-CLASSIC serverTeam - MAX 4The server has unique plugins:QuestsWipeBlockKitsQuick craftingFriendsRare mineralsAnd other interesting pluginsDesigned by GT with love",
    "game": 252490,
    "owner": 32513,
    "boosts": 1,
    "last_offline": 1763099462,
    "last_online": 1762179012,
    "icon": null,
    "name": "FLASHBACK EU - [ 2X | Weekly | Raidable Bases | MAX3 ]",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 70,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1668892623,
    "last_update": 1763099462,
    "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": 13083,
    "language": "de",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "AntonSamchuk",
      "avatar": "396b0425-2b9e-4b97-95cf-0088451fa829.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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