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

text
https://api.gamemonitoring.in/servers/8297899
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 73034,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286588732566542",
    "domain": null,
    "id": 8297899,
    "ip": "91.229.114.24",
    "port": 28023,
    "query": 28025,
    "color": 0,
    "city": "Chicago",
    "description": "![|US| F7 RUST - 3X GATHER/LOOT+ | CUSTOM ANTICHEAT | JUST WIPED](https://www.dropbox.com/scl/fi/42vrjvc4sc49vsq1ys5ke/f7rust_optimized.png?rlkey=adrz3jrezydy1ixsjk31vh1nf&st=7tfv9x65&dl=1)\nWelcome to |US| F7 RUST - 3X GATHER/LOOT+ | CUSTOM ANTICHEAT | JUST WIPED\r\n\r\nF7 Rust is powered by cutting-edge anti-cheat systems and rapid admin response, making us the most secure and fair Rust server you’ll ever play. We are eliminating\r\ncheaters fast, so you can enjoy true survival, fair fights, and a community built on real skill! \r\n\r\nWIPE MONDAY / THURSDAY @ 4PM EST\r\nBPS WIPE FIRST THURSDAY OF EVERY MONTH!\r\n\r\nSERVER INFO\r\n- NO MAX GROUP\r\n- ACTIVE ADMINS\r\n- HIGH-FPS MAPS\r\n- CUSTOM ANTICHEAT\r\n- LIGHTNING FAST NETWORK / HARDWARE\r\n\r\nCUSTOM FEATURES\r\n- SORT BOXES\r\n- REMOVE TOOL\r\n- 4-SEAT MINICOPTERS\r\n- MINIS SPAWN ON ROAD\r\n- BOATS SPAWN ON SHORE\r\n- FULL BASE WORKBENCH\r\n- /TPR /SETHOME /OUTPOST\r\n- 3X GATHER/COMPONENTS/LOOT+\r\n- TIER 1 BLUEPRINTS UNLOCKED\r\n- FASTER SMELTING/CRAFTING/RECYCLING\r\n- AIRWOLF/RECYCLER/DRONE @ FISHING VILLAGE/OUTPOST",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470419,
    "last_online": 1780642833,
    "icon": null,
    "name": "|US| F7 RUST - 3X GATHER/LOOT+ | CUSTOM ANTICHEAT | JUST WIPED",
    "connect": "91.229.114.24:28023",
    "request": "91.229.114.24:28025",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1743250345,
    "last_update": 1780642833,
    "banned": false,
    "wipe": 1778231902,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3135,
    "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/8297899");
$data = json_decode($json, true);
var_dump($data);