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

text
https://api.gamemonitoring.in/servers/8839064
json
{
  "response": {
    "fps": 50,
    "fps_avg": 49,
    "entities_count": 63145,
    "world_seed": 1166497958,
    "world_size": 3500,
    "steam_id": "90284860435599362",
    "domain": null,
    "id": 8839064,
    "ip": "195.60.166.126",
    "port": 28077,
    "query": 28075,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] TideRust |Solo Only|Noob Friendly|Monthly|No BP Wipes](https://cdn.vgn.gg/maps/tide/TideBackground1.png)\nMap Wipe: At Force\r\nBP Wipe: Never\r\n\r\nServer Information:\r\n‣ Group Limit: 1\r\n‣ Map Size: 3500\r\n‣ Upkeep: 50%\r\n‣ Merged Outpost & Bandit Camp\r\n‣ Additional Recyclers & Drone Stations\r\n‣ Dedicated, Non-Playing Admins\r\n\r\nCommunity Links:\r\nDiscord: discord.gg/tide\r\nQueue Skip: store.tiderust.com\r\n\r\nRules and more information are available in our Discord.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776892998,
    "score": 0,
    "last_online": 1776961219,
    "icon": null,
    "name": "[EU] TideRust |Solo Only|Noob Friendly|Monthly|No BP Wipes",
    "connect": "195.60.166.126:28077",
    "request": "195.60.166.126:28075",
    "map": "Wiped 22 Minutes ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 9,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1746128988,
    "last_update": 1776961219,
    "banned": false,
    "wipe": 1776959775,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1239,
    "language": "en",
    "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/8839064");
$data = json_decode($json, true);
var_dump($data);