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

text
https://api.gamemonitoring.in/servers/11639271
json
{
  "response": {
    "fps": 34,
    "fps_avg": 31,
    "entities_count": 226660,
    "world_seed": 488139280,
    "world_size": 4000,
    "steam_id": "90286317861107727",
    "domain": null,
    "id": 11639271,
    "ip": "23.27.211.89",
    "port": 23625,
    "query": 23627,
    "color": 0,
    "city": "Dallas",
    "description": "![AshRust.NET 3x Monthly | Qol/Loot+ | Full Wiped](https://www.dropbox.com/scl/fi/s6c5yw3tcen606pyygspa/d1.2.png?rlkey=fih258k5rwfp1lz05h2ncf45e&st=0nu6jesg&dl=1)\nWelcome to AshRust!!! We try out best to offer the best gaming experience for our players. Servers are runing on high-performance servers for a better aming experience! \r\n \r\nServer Info: \r\n- Wipe: Monthly \r\n \r\nCore Features: \r\n- 3x Gather Rates/3x Loottable \r\n- 3x Smelt/Recycler/Smelting speed \r\n- Team Shared BP \r\n- Recyclers At Monuments \r\n- Long-Day & Short-Night \r\n \r\n- Customized Anti-Cheat \r\n- Active-non-playing Admins \r\n \r\nJOIN DISCORD↓↓↓",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779966226,
    "last_online": 1779993020,
    "icon": null,
    "name": "AshRust.NET 3x Monthly | Qol/Loot+ | Full Wiped",
    "connect": "23.27.211.89:23625",
    "request": "23.27.211.89:23627",
    "map": "Wiped 8 Days ago",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 32,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 74,
    "add_date": 1779917957,
    "last_update": 1779993020,
    "banned": false,
    "wipe": 1779284648,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 607,
    "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/11639271");
$data = json_decode($json, true);
var_dump($data);