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

text
https://api.gamemonitoring.in/servers/11502383
json
{
  "response": {
    "fps": 24,
    "fps_avg": 24,
    "entities_count": 123696,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": 90286594867506200,
    "domain": null,
    "id": 11502383,
    "ip": "66.51.96.65",
    "port": 28050,
    "query": 28051,
    "color": 0,
    "city": "Ashburn",
    "description": "![Oxide Falls | 2x Monthly | 7 Day ORP | Raidable Bases | Roaming](https://www.dropbox.com/scl/fi/w8hwidu1otmratjy1c2c4/OxideFallsServerBanner512x256.png?rlkey=dm3pstb0tkr80nf85qt0keur9&dl=1)\nOxide Falls by Smashed Network is a community-focused Rust server built for solos, duos, trios, clans, new players, and veterans alike. Play your way - build, roam, raid, farm, counter, survive, or cause chaos - as long as you follow the rules.\r\n\r\nOxide Falls features 2x modded gameplay, monthly wipes, 7-day Offline Raid Protection, Raidable Bases, Roaming NPCs, custom vehicles, and more to keep the wasteland active and rewarding.\r\n\r\nThis is still Rust. You will die. You will lose loot. Players and the environment are both part of the survival experience. We are not here to tell you how to play - we are here to keep the server fair, active, and fun.\r\n\r\nFor the full rule list, visit our website.\r\n\r\nWelcome to the Falls.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780598666,
    "last_online": 1780596636,
    "icon": null,
    "name": "Oxide Falls | 2x Monthly | 7 Day ORP | Raidable Bases | Roaming",
    "connect": "66.51.96.65:28050",
    "request": "66.51.96.65:28051",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207200,
    "last_update": 1780598666,
    "banned": false,
    "wipe": 1780578518,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9279,
    "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/11502383");
$data = json_decode($json, true);
var_dump($data);