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

text
https://api.gamemonitoring.in/servers/10605756
json
{
  "response": {
    "fps": 37,
    "fps_avg": 35,
    "entities_count": 96128,
    "world_seed": 1033391689,
    "world_size": 4000,
    "steam_id": "90286475429584903",
    "domain": null,
    "id": 10605756,
    "ip": "193.31.31.34",
    "port": 21245,
    "query": 21247,
    "color": 0,
    "city": "Dallas",
    "description": "![EchoRust.co 2x Monthly |Solo/Duo/Trio/Quad| No BP Wipe](https://www.dropbox.com/scl/fi/yuenngd9j5cuny5igwzkb/ECHO_Banner1.6.png?rlkey=bngdz8j022i6j5rohmqy2e3jz&st=meikay2f&dl=1)\nWelcome to EchoRust.co! \r\n \r\n|   Team Limit : 4 \r\n|   Wipe : Monthly \r\n|   2x Gather Rates / 2x barrels / 2x smelt... \r\n|   Better Loot \r\n|   Customized Anti Cheat System \r\n|   Long Days & Short Nights \r\n|   Active Non-Playing Admin",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778248985,
    "last_online": 1780553422,
    "icon": null,
    "name": "EchoRust.co 2x Monthly |Solo/Duo/Trio/Quad| No BP Wipe",
    "connect": "193.31.31.34:21245",
    "request": "193.31.31.34:21247",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 17,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 68,
    "add_date": 1763321690,
    "last_update": 1780553422,
    "banned": false,
    "wipe": 1778177490,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 452,
    "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/10605756");
$data = json_decode($json, true);
var_dump($data);