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

text
https://api.gamemonitoring.in/servers/11725684
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 122825,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286577834137603",
    "domain": null,
    "id": 11725684,
    "ip": "54.66.181.251",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Sydney",
    "description": "![BB Rust PvE | Relaxed Community | No Killing | No Stealing](https://bbrust.com/header.png)\nJust a testBB Rust is a relaxed, community-oriented PvE server built for players who want to enjoy vanilla Rust without the chaos of PvP. We aim to create a fun, safe space for people to enjoy the game at their own pace. Whether you are brand new to the game or a seasoned survivor, you are welcome here. We are a team of approachable, engaging admins who genuinely care about your experience.\r\n\r\nInformation\r\n------------------------------------\r\n• 25% Decay\r\n• Monthly Wipe\r\n• Max 200 players\r\n• High-performance, premium Sydney-based server\r\n\r\nServer Rules\r\n------------------------------------\r\n• No raiding. No looting. No griefing.\r\n• No stealing from other players.\r\n• Keep chat and voice respectful. Avoid controversial or charged topics.\r\n• No hate speech, racism, or harassment of any kind.\r\n• No blocking river, road, caves, or similar areas.\r\n• Share monuments with other players. Keycard rooms are the exception and do not need to be shared.\r\n• Bradley and Patrol Helicopter loot is split by damage contributions.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780540462,
    "last_online": 1780573829,
    "icon": null,
    "name": "BB Rust PvE | Relaxed Community | No Killing | No Stealing",
    "connect": "54.66.181.251:28015",
    "request": "54.66.181.251:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1780388557,
    "last_update": 1780573829,
    "banned": false,
    "wipe": 1780400319,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1896,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11725684");
$data = json_decode($json, true);
var_dump($data);