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

text
https://api.gamemonitoring.in/servers/11305898
json
{
  "response": {
    "fps": 176,
    "fps_avg": 178,
    "entities_count": 96113,
    "world_seed": 1,
    "world_size": 3800,
    "steam_id": "90284737432565777",
    "domain": null,
    "id": 11305898,
    "ip": "104.143.2.110",
    "port": 29015,
    "query": 29016,
    "color": 0,
    "city": "Toronto",
    "description": "![Rustobia 2x Monthly | Solo Only | Raid Window | Noob Friendly](https://i.imgur.com/2XMCmtP.jpeg)\nLooking for a relax, chill 2x solo server? Come check us out!\r\nBP Wipes every 2 Months(Next in May 2026)\r\n\r\n- 2x Loot/Gathering\r\n- 50% Upkeep\r\n- Kits\r\n- Short Nights\r\n- Raidable Bases/Events\r\n- Raid Protection Time\r\n- Shorter Locked Crates\r\n- Active Staff\r\n- Check out our discord for more!\r\n\r\nRules\r\n- No Teaming/Alliances/Roaming as more than a 1 player group\r\n- No Cheating\r\n- No VAC/EAC or game bans within 180 days\r\n- No more than 2 total bans\r\n- No Stream Sniping, Doxxing, or IRL Threats",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776776600,
    "score": 0,
    "last_online": 1776857426,
    "icon": null,
    "name": "Rustobia 2x Monthly | Solo Only | Raid Window | Noob Friendly",
    "connect": "104.143.2.110:29015",
    "request": "104.143.2.110:29016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592904,
    "last_update": 1776857426,
    "banned": false,
    "wipe": 1775151807,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5214,
    "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/11305898");
$data = json_decode($json, true);
var_dump($data);