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

text
https://api.gamemonitoring.in/servers/11645121
json
{
  "response": {
    "fps": 23,
    "fps_avg": 23,
    "entities_count": 177956,
    "world_seed": 1,
    "world_size": 4000,
    "steam_id": "90286603979674654",
    "domain": null,
    "id": 11645121,
    "ip": "66.51.96.71",
    "port": 28030,
    "query": 28031,
    "color": 0,
    "city": "Ashburn",
    "description": "![Rusty's Pandi Island 2X Pvp / Night Vote / Clan Friendly](https://i.ibb.co/TwnSdCM/Rust-Header-Image-Raised.png)\nWelcome to Rusty's Pandi's Island – The Ultimate Friendly Survival Experience!\r\n\r\nFRESH WIPE: Bi-Weekly | Map: Procedural | Max Team: 8\r\n\r\nSERVER FEATURES:\r\n- Starter Kits: Type /kit to claim your free gear and jump into the action instantly.\r\n- Loyalty Rewards: Earn points just by playing! Visit our Reward Shop (/s) to trade points for rare items, resources, and custom kits.\r\n- Friendly Admins: Our active, non-toxic staff are online daily to help, enforce fair play, and ensure a fun environment.\r\n- Balanced Gameplay: 2x Gather Rates | Group Limit 8.\r\n\r\nCOMMUNITY RULES:\r\n1. Respect all players – No toxicity, racism, or harassment.\r\n2. No cheating or exploiting – Instant ban.\r\n3. Raiding is allowed, but griefing new players excessively is discouraged.\r\n4. Listen to Admins – Their word is final.\r\n\r\nJOIN OUR COMMUNITY:\r\nDiscord: discord.gg/5jcUyJNxD7\r\nWebsite: https://scorched-radiance-rust.base44.app/ [In Progress]\r\nStore/Donations: Under Construction\r\n\r\nWhy Play Here?\r\nWe focus on building a long-term community where survival is challenging but fair. Our unique Loyalty System rewards your time, letting you unlock powerful gear without paying. Whether you are a solo survivor or a large clan, you'll find a home here.\r\n\r\nSee you on the island, Survivor!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780199031,
    "last_online": 1780649432,
    "icon": null,
    "name": "Rusty's Pandi Island 2X Pvp / Night Vote / Clan Friendly",
    "connect": "66.51.96.71:28030",
    "request": "66.51.96.71:28031",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177447,
    "last_update": 1780649432,
    "banned": false,
    "wipe": 1780596130,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5418,
    "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/11645121");
$data = json_decode($json, true);
var_dump($data);