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

text
https://api.gamemonitoring.in/servers/9861458
json
{
  "response": {
    "fps": 65,
    "fps_avg": 64,
    "entities_count": 74158,
    "world_seed": 1337,
    "world_size": 3650,
    "steam_id": "90285747330791424",
    "domain": null,
    "id": 9861458,
    "ip": "86.54.213.10",
    "port": 28015,
    "query": 28020,
    "color": 0,
    "city": "London",
    "description": "![EU Vex.gg 2x Solo/Duo/Trio/Quad|Shared BPs|50% Upkeep|Max 4|x2](https://public-cdn.velt.gg/uploads/vex_banner_off_center_1024x512.jpg)\nJoin Vex for a better Rust experience, with fully custom plugins and features!\nMax team limit: 4 (/limits)\n\nJoin us on Discord: discord.gg/VexRust\nGet VIP perks: Store.Vex.gg\nStats and Leaderboards: Vex.gg/leaderboard\n--------------- | Features | ---------------\nEnjoy free /skinbox - skin any item\nShared team blueprints & shared across all 2x Vex servers\n50% upkeep\nRust+ Raid Alerts when you're getting raided\nCustom Convoy event roaming the road every few hours\nCustom Airfield event every few hours\n2x gather, scrap and components\n2x faster crafting and recycling\nIncreased stack sizes & faster smelting\nMinicopters spawning on roads, scrap helicopters in the wild\nCars spawn ready-to-drives with parts included\nDrone marketplaces & AirWolf at fishing villages & ranches\nRecyclers at Dome, Oilrigs, Ranches & Fishing Villages\nLong days and shorter nights\nActive, non-playing admins to ensure fair play\nAnd so much more! View more with /help\n--------------- | Rules | ---------------\nNo cheating or playing with cheaters. No VPNs/proxies allowed\nNo Rust game banned alts in the last 180 days, no more than 1\nView more with /rules",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778246584,
    "score": 0,
    "last_online": 1778781020,
    "icon": null,
    "name": "EU Vex.gg 2x Solo/Duo/Trio/Quad|Shared BPs|50% Upkeep|Max 4|x2",
    "connect": "86.54.213.10:28015",
    "request": "86.54.213.10:28020",
    "map": "Wiped 3 hours ago",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 4,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1753269488,
    "last_update": 1778781020,
    "banned": false,
    "wipe": 1778767111,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2324,
    "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/9861458");
$data = json_decode($json, true);
var_dump($data);