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

text
https://api.gamemonitoring.in/servers/11501044
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 83110,
    "world_seed": 733709748,
    "world_size": 3750,
    "steam_id": "90286583208787971",
    "domain": null,
    "id": 11501044,
    "ip": "5.9.143.222",
    "port": 25567,
    "query": 27018,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Rustribute | Monthly | Large | No BP Wipe](https://media.discordapp.net/attachments/1383730151002607787/1427349954355269833/ChatGPT_Image_Oct_13_2025_05_22_32_PM.png?ex=68ee8abb&is=68ed393b&hm=18dc0cd1323e29bee0dcac702334d9d25ca55fa10c34fd69d06cb5e17ed9c5a5&=&format=webp&quality=lossless&width=1284&height=856)\nWipe: First Thursday of each month @ 7 PM CET\r\nBlueprints: Never wipe\r\nMap Size: 5000 — hand-crafted & optimized for balanced PvP\r\n\r\nFeatures:\r\n- Optimized for smooth performance & stability\r\n- Combined Outpost + Bandit Camp for convenience\r\n- Increased limits (team UI, bag count, map markers, etc.)\r\n- Hosted on high-end, low-latency hardware\r\n\r\nRules:\r\n- No cheating, scripting, or unauthorized third-party software\r\n- No EAC or Rustribute ban evasion (within 90 days)\r\n- No glitch or bug abuse — report any issues\r\n- No toxicity, racism, or hate speech\r\n- Max 8 players per base/TC (including codelocks)\r\n- No teaming or alliances between groups\r\n\r\nAdmins reserve the right to remove players violating community standards.\r\nFull rules available on Discord.\r\n\r\nDiscord: rustribute.link/discord\r\nSupport the server: store.rustribute.link",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780599868,
    "last_online": 1780596033,
    "icon": null,
    "name": "Rustribute | Monthly | Large | No BP Wipe",
    "connect": "5.9.143.222:25567",
    "request": "5.9.143.222:27018",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207166,
    "last_update": 1780599868,
    "banned": false,
    "wipe": 1779991862,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10698,
    "language": "de",
    "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/11501044");
$data = json_decode($json, true);
var_dump($data);