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

text
https://api.gamemonitoring.in/servers/11305299
json
{
  "response": {
    "fps": 104,
    "fps_avg": 102,
    "entities_count": 135013,
    "world_seed": 76456756,
    "world_size": 4370,
    "steam_id": "90285034154081283",
    "domain": null,
    "id": 11305299,
    "ip": "51.68.234.17",
    "port": 28070,
    "query": 28071,
    "color": 0,
    "city": "Roubaix",
    "description": "![[EU] Dirty Gofer Construct - Build | Noclip | Creative](https://i.postimg.cc/XJJ05HkF/Build-UK.jpg)\nDirty Gofer Construct – The Next Generation of Sandbox Servers\r\n\r\n Unleash your creativity and test your survival skills in a dynamic, ever-evolving sandbox environment. Build and design your dream base, experiment with innovative layouts, and challenge yourself with real-time raids – all while having endless fun!\r\n\r\n Key Features:\r\n 48hr Inactive Purge: Automatically removes inactive players.\r\n Private Plots: Secure personal building areas (via TC).\r\n Custom Map: Expanded 3200-sized progen island with flat building islands (Sunday wipe at 6am ACST).\r\n Unlimited Resources & God Mode: Access via F1 for instant item spawning and invulnerability.\r\n NOCLIP & Debug Camera: Fly freely around the map and record your adventures.\r\n Vehicle Spawner: Use the /vs command for quick vehicle deployment.\r\n PVP Arena & Optimized Cycle: Create arenas to test your PVP skills while enjoying long days and short nights for perfect base lighting.\r\n Custom Anti-Cheat (EAHP): Ensures fair play and an uncompromised gaming experience.\r\n Active Staff: Dedicated owner and team support to keep the server running smoothly.\r\n\r\n Please behave in a mature manner. Trolls, griefers, and toxic players are not welcome. Server rules: https://www.dirtygoferyt.com/rules",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777295600,
    "score": 0,
    "last_online": 1777319421,
    "icon": null,
    "name": "[EU] Dirty Gofer Construct - Build | Noclip | Creative",
    "connect": "51.68.234.17:28070",
    "request": "51.68.234.17:28071",
    "map": "by klauz24",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592882,
    "last_update": 1777319421,
    "banned": false,
    "wipe": 1775174887,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2676,
    "language": "fr",
    "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/11305299");
$data = json_decode($json, true);
var_dump($data);