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

text
https://api.gamemonitoring.in/servers/5844084
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 11961,
    "world_seed": 1337,
    "world_size": 1250,
    "steam_id": 90286466588261390,
    "domain": null,
    "id": 5844084,
    "ip": "51.161.198.212",
    "port": 28005,
    "query": 28006,
    "color": 0,
    "city": "North Sydney",
    "description": "![OneGrid Paradise | One Grid 2x | Solo/Duo/Trio | Kits | Shop](https://i.ibb.co/03tpysb/onegrid-paradise.jpg)\nONEGRID / ONE GRID SERVER \r\n\r\nOneGrid Paradise | 2x | Solo/Duo/Trio\r\n\r\nFast PvP – No Grind – Instant Action\r\n\r\nA fast-paced OneGrid (One Grid) Rust server built for constant fights and quick progression.\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━\r\n\r\nWHY PLAY HERE?\r\n\r\n• Custom OneGrid Map (Non-stop PvP)\r\n• 2x Gather Rates (Faster Progression)\r\n• Solo / Duo / Trio\r\n• 4 Day Wipes (Perfect Balance)\r\n• Starter Kits\r\n• Reward Shop ($ Economy)\r\n• Playtime Rewards\r\n• Active Admins\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n EVENTS (RUNNING CONSTANTLY)\r\n\r\n• Armoured Convoy\r\n• Dangerous Treasures\r\n• Gas Station Event\r\n• Traveling Vendor\r\n• Santa Sleigh\r\n• Airdrops Every 30 Minutes\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━\r\n\r\nGAMEPLAY\r\n\r\n• Fast Progression (Less Grind, More PvP)\r\n• Balanced Economy\r\n• PvP Focused Gameplay\r\n• Fair & Non-Pay-To-Win\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n COMMANDS\r\n\r\n• /shop – Open Shop\r\n• /kit – Claim Kits\r\n• /info – Server Info\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━\r\n\r\nEarn money by playing, upgrade gear, and dominate the grid.\r\n\r\nFast fights. Constant action. No boring grind.\r\n\r\nWIPES\r\n• Saturday & Wednesday\r\n\r\nWelcome to Paradise…\r\nLet’s just hope it stays that way 😈",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780523060,
    "last_online": 1780581032,
    "icon": null,
    "name": "OneGrid Paradise | One Grid 2x | Solo/Duo/Trio | Kits | Shop",
    "connect": "51.161.198.212:28005",
    "request": "51.161.198.212:28006",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1725264164,
    "last_update": 1780581032,
    "banned": false,
    "wipe": 1780288354,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1599,
    "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/5844084");
$data = json_decode($json, true);
var_dump($data);