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

text
https://api.gamemonitoring.in/servers/7467893
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 82661,
    "world_seed": 1337,
    "world_size": 3650,
    "steam_id": "90285932803460108",
    "domain": null,
    "id": 7467893,
    "ip": "185.172.175.243",
    "port": 28024,
    "query": 28025,
    "color": 0,
    "city": "City of London",
    "description": "![[EU]Royal Family Gaming|Vanilla|Main|Biweekly|](https://i.ibb.co/CpjSbzKD/EU-Vanilla.png)\nRoyal Family Gaming | Vanilla Biweekly\r\n\r\nA true vanilla Rust experience built for competitive and long-term gameplay. Active admins ensure fair play and a smooth server environment.\r\n\r\nLast Wipe: 5-07-26\r\nNext Wipe: 5-21-26\r\n\r\nServer Info:\r\nVanilla Rates\r\nActive Admins\r\nBiweekly Map Wipes\r\nMonthly BP Wipes\r\n\r\nNo pay-to-win. No gameplay alterations. Just pure Rust the way it was meant to be played.\r\n\r\nJoin a growing community and secure your place early.\r\n\r\nDiscord: discord.gg/RFGaming\r\nSearch Royal Family Gaming for more servers or visit our Discord for full server info",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773545566,
    "last_online": 1779204020,
    "icon": null,
    "name": "[EU]Royal Family Gaming|Vanilla|Main|Biweekly|",
    "connect": "185.172.175.243:28024",
    "request": "185.172.175.243:28025",
    "map": "Royal Family Gaming FPS+",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234778,
    "last_update": 1779204020,
    "banned": false,
    "wipe": 1778176971,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3078,
    "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/7467893");
$data = json_decode($json, true);
var_dump($data);