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

text
https://api.gamemonitoring.in/servers/8410523
json
{
  "response": {
    "steam_id": "90286199830982657",
    "domain": null,
    "id": 8410523,
    "ip": "158.69.241.34",
    "port": 28027,
    "query": 28028,
    "color": 0,
    "city": "Montreal",
    "description": "![[US] Dirty Gofer Maxed | 25x | PVP | INSTA | TP | KITS](https://i.postimg.cc/ZqjSCtp4/2025-Maxed-US.jpg)\nDirty Gofer Maxed is a high-intensity Rust survival server with maxed-out settings, custom events, and AI-powered challenges.\r\n\r\n Server Features:\r\n ✦25X Gather and Smelt for faster resource collection\r\n ✦Instant Craft for basic items\r\n ✦25X Stack Sizes and 100K Upkeep Cap\r\n ✦Over 25 unique kits\r\n ✦Playtime Ranks: Newbie, Regular, Pro, Trusted, Elder\r\n\r\n Custom Events and Gameplay:\r\n ✦AI-Powered NPC Raiders for PvE battles\r\n ✦FLEX Raidable Bases for extra loot opportunities\r\n ✦Gun Game for fast-paced PvP action\r\n ✦30-minute New Player Protection\r\n ✦Daily Rewards and 25X Loot Multiplier\r\n ✦Vehicle License System to buy any vehicle with RP\r\n ✦In-game Shop for buying and selling items\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": 1780556019,
    "last_online": 1779878421,
    "icon": null,
    "name": "[US] Dirty Gofer Maxed | 25x | PVP | INSTA | TP | KITS",
    "connect": "158.69.241.34:28027",
    "request": "158.69.241.34:28028",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1743835181,
    "last_update": 1780556019,
    "banned": false,
    "wipe": 1779365734,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10515,
    "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/8410523");
$data = json_decode($json, true);
var_dump($data);