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

text
https://api.gamemonitoring.in/servers/11645034
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 77723,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286575474743317",
    "domain": null,
    "id": 11645034,
    "ip": "150.129.120.178",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Bareilly",
    "description": "![NO MERCY 10X | PVP | RAIDS | Weekly Wipes](https://i.ibb.co/Y7v1xVMD/52b9d0af-27e7-4bb3-9f2e-22ed49283804-1.png)\nNO MERCY 10X — Welcome to NO MERCY 10X — the Ultimate Indian Rust battlefield where survival is brutal, raids are nonstop, and only the strongest clans dominate.\r\n\r\nBuilt for fast-paced action, our server delivers:\r\n10X Gather & Loot\r\nInstant PvP & Massive Raids\r\nActive Indian Admins\r\nBalanced Kits & Economy\r\nEvents, Bradley, Heli & PvP Hotspots\r\nLag-Free Indian Experience\r\nTEAM Limit MAX 8\r\nNo Mercy. No Rules. Just Survival.\r\n\r\nWhether you're a solo grinder or a dominant zerg, this is the place to build, raid, and conquer.\r\n\r\nJoin the wipe. Build your empire. Show NO MERCY.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780531461,
    "last_online": 1780563630,
    "icon": null,
    "name": "NO MERCY 10X | PVP | RAIDS | Weekly Wipes",
    "connect": "150.129.120.178:28015",
    "request": "150.129.120.178:28017",
    "map": "Wiped 5 days ago",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177444,
    "last_update": 1780563630,
    "banned": false,
    "wipe": 1780065454,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5767,
    "language": "hi",
    "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/11645034");
$data = json_decode($json, true);
var_dump($data);