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

text
https://api.gamemonitoring.in/servers/10661537
json
{
  "response": {
    "fps": 60,
    "fps_avg": 58,
    "entities_count": 37485,
    "world_seed": 1,
    "world_size": 5000,
    "steam_id": "90286229255144459",
    "domain": null,
    "id": 10661537,
    "ip": "66.51.97.52",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "London",
    "description": "![Rusty Sheep | BEDWARS](https://www.dropbox.com/scl/fi/e32elysq8jfb03jvyr35x/RustyBedWars_banner.png?rlkey=05ifev1a5ty52xtrypwfutaly&st=8rp66kwy&dl=1)\nRusty Sheep | BedWars\r\nA custom BedWars experience built from the ground up for Rust.\r\nDestroy enemy beds, protect your own, and be the last team standing.\r\nNo wipes. Always online.\r\nJump in anytime — your stats and rank are always saved.\r\nWhat to expect:\r\n\r\n4 live arenas running simultaneously — 2 team and 4 team modes\r\nCustom kits, team coloured outfits and supply airdrops\r\nResource generators producing scrap throughout each round\r\nPrep phase to build and fortify your base before the walls drop\r\nPrivate games with invite codes for you and your friends\r\nXP and rank system — climb from Naked all the way to Overlord\r\nAll-time leaderboard tracking kills, deaths and wins\r\nPost-game MVP, kill feed, kill streaks and first blood\r\nYour stats and rank persist forever — no resets\r\n\r\nJoin our community:\r\ndiscord.gg/rustysheep",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780608811,
    "last_online": 1780112424,
    "icon": null,
    "name": "Rusty Sheep | BEDWARS",
    "connect": "66.51.97.52:28000",
    "request": "66.51.97.52:28001",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1764544755,
    "last_update": 1780608811,
    "banned": false,
    "wipe": 1778227255,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10095,
    "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/10661537");
$data = json_decode($json, true);
var_dump($data);