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

text
https://api.gamemonitoring.in/servers/11677323
json
{
  "response": {
    "fps": 195,
    "fps_avg": 196,
    "entities_count": 87309,
    "world_seed": 7122023,
    "world_size": 4000,
    "steam_id": "90286604723390473",
    "domain": null,
    "id": 11677323,
    "ip": "15.235.23.21",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Montreal",
    "description": "![US-East/Weekly/PVP SEED/Light Plug-Ins](https://easy-peasy.ai/cdn-cgi/image/quality=80,format=auto,width=700/https://fdczvxmwwjwpwbeeqcth.supabase.co/storage/v1/object/public/images/268c4b03-533f-4e81-aec1-0c22df466a90/1027b098-ba20-4ef9-b01f-cb68a45a6586.png)\nHosted by RobstaDalobsta\r\nJoin the Discord in the link below!!! Message me @RobstaDaLobsta when you join!!\r\nPVP Seeded Map\r\nSolid Monument Clusters\r\nLight Plug-ins\r\nNot Heavily Modded\r\n5 Person Team Limit",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780216203,
    "last_online": 1780639232,
    "icon": null,
    "name": "US-East/Weekly/PVP SEED/Light Plug-Ins",
    "connect": "15.235.23.21:28015",
    "request": "15.235.23.21:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216203,
    "last_update": 1780639232,
    "banned": false,
    "wipe": 1780598252,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5482,
    "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/11677323");
$data = json_decode($json, true);
var_dump($data);