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

text
https://api.gamemonitoring.in/servers/10116694
json
{
  "response": {
    "fps": 72,
    "fps_avg": 87,
    "entities_count": 98459,
    "world_seed": 1,
    "world_size": 4000,
    "steam_id": "90286579822180376",
    "domain": null,
    "id": 10116694,
    "ip": "148.251.232.50",
    "port": 28045,
    "query": 28046,
    "color": 0,
    "city": "Falkenstein",
    "description": "![EU Untraced.gg 3x Monthly Main | 50% Upkeep | No Team Limit](https://www.dropbox.com/scl/fi/f7ff16p4rs6vfmk1z074x/rust-image.png?rlkey=rflq0jr9ppsrnpokdmcbd3llo&st=zkshz1wd&dl=0)\nMap and Blueprints Wipe monthly on the first Thursday. \r\nDiscord: https://discord.gg/Qyu4aazWrm \r\nNo Team Limit. \r\n \r\nServer Modifiers: \r\n3x Gather Rate | 1x Diesel \r\n3x Stack Sizes \r\n4,5x Turret Limit \r\n9x Smelting \r\n3x Crafting and Recycling \r\n50% Upkeep\r\n\r\nServer Features:\r\nConvoy event\r\nOffline raid protection, use /raid for more info\r\nWorkbench radius\r\nAir Wolf vendors and recyclers in every safe zone\r\nPrivate messages between players, use /pm and /r \r\nAnd much more!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595663,
    "last_online": 1780594833,
    "icon": null,
    "name": "EU Untraced.gg 3x Monthly Main | 50% Upkeep | No Team Limit",
    "connect": "148.251.232.50:28045",
    "request": "148.251.232.50:28046",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1755725410,
    "last_update": 1780595663,
    "banned": false,
    "wipe": 1778182517,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9413,
    "language": "de",
    "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/10116694");
$data = json_decode($json, true);
var_dump($data);