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

text
https://api.gamemonitoring.in/servers/11671047
json
{
  "response": {
    "fps": 59,
    "fps_avg": 59,
    "entities_count": 73102,
    "world_seed": 2129308312,
    "world_size": 3500,
    "steam_id": "90286584508032014",
    "domain": null,
    "id": 11671047,
    "ip": "66.51.99.23",
    "port": 28030,
    "query": 28031,
    "color": 0,
    "city": "Dallas",
    "description": "No pay-to-win (P2W) features\r\nNext Scheduled Wipe: Jun 4th\r\n\r\nAvailable features:\r\n- 25% Upkeep\r\n- Auto Night Lanterns\r\n- Building Grade\r\n- Container Sorting\r\n- Enhanced Loot Tables\r\n- Enhanced Stack Sizes\r\n- Kits\r\n- Locked Crate Hack: 30 seconds\r\n- Persistent Backpacks\r\n- Remover Tool\r\n- Sign Artist\r\n- Unburnable Meat\r\n- Vehicle License\r\n- Leveling System",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780557267,
    "last_online": 1780563634,
    "icon": null,
    "name": "Chill PvE Bi-Weekly | Tastefully Modded - Kits, Backpacks, XP",
    "connect": "66.51.99.23:28030",
    "request": "66.51.99.23:28031",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780180912,
    "last_update": 1780563634,
    "banned": false,
    "wipe": 1780557248,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5871,
    "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/11671047");
$data = json_decode($json, true);
var_dump($data);