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

text
https://api.gamemonitoring.in/servers/10895900
json
{
  "response": {
    "fps": 162,
    "fps_avg": 153,
    "entities_count": 72440,
    "world_seed": 139496792,
    "world_size": 3500,
    "steam_id": "90286605048440854",
    "domain": null,
    "id": 10895900,
    "ip": "146.59.81.57",
    "port": 2500,
    "query": 2501,
    "project_id": null,
    "color": 0,
    "city": "Warsaw",
    "description": "![Artemis 2x Main | Bi-Weekly | Quads | Tier 1 Unlocked](https://www.dropbox.com/scl/fi/tea5mgm4easa54p052zm7/artemis-valinna.png?rlkey=nfx6y3w0xqyr83bhyux8lzgp5&st=hbzvebuo&dl=1)\n\r\nPlugin Information:\r\nClans UI\r\nThe best Skinbox\r\nAuto Auth inc Sam auth\r\nBP Share\r\n4 Seater MIni\r\nIn-Game Leaderboards\r\n\r\nServer Side Information:\r\n50% upkeep\r\nEU Server\r\nMax team of 4\r\nBi-weekly Wipe Cycle \r\nNo BP Wipe",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780598666,
    "last_online": 1780926629,
    "icon": null,
    "name": "Artemis 2x Main | Bi-Weekly | Quads | Tier 1 Unlocked",
    "connect": "146.59.81.57:2500",
    "request": "146.59.81.57:2501",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1768383739,
    "last_update": 1780926629,
    "banned": false,
    "wipe": 1780599033,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2464,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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