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

text
https://api.gamemonitoring.in/servers/10896209
json
{
  "response": {
    "fps": 117,
    "fps_avg": 115,
    "entities_count": 39464,
    "world_seed": 1337,
    "world_size": 1800,
    "steam_id": "90286546536764438",
    "domain": null,
    "id": 10896209,
    "ip": "66.51.96.63",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Ashburn",
    "description": "![WAR 2x | Small Map | One Grid](https://cdn3.mapstr.gg/616ba11674698954408f37e8d00bcf3d.png)\nRespect Players\r\n-No racism, sexism, hate speech, or extreme toxicity.\r\n-No excessive harassment or targeted bullying.\r\n-Trash talk is allowed, but keep it reasonable.\r\nNo Cheating / Exploits\r\n-No cheating, scripting, ESP, aim assist, or third-party hacks.\r\n-No exploiting bugs or glitches.\r\n-Report exploits to staff instead of abusing them.\r\nNo Ban Evasion\r\n-Players banned from the server may not return on alternate accounts.\r\n-Ban evasion results in permanent bans.\r\nVoice & Chat Rules\r\n-No mic spam, ear rape, or soundboards that disrupt gameplay.\r\n-No advertising other servers or communities.\r\nKeep chat readable and avoid spam.\r\nGriefing & Gameplay\r\n-No intentional server lagging or performance abuse.\r\n-No abusing safe zones or unintended game mechanics.\r\n-No blocking monuments or key gameplay areas if it disrupts server play.\r\nTeaming / Group Limits\r\n-Max team size: [8]\r\n-Alliances beyond the team limit are not allowed.\r\n-Sharing bases or coordinated roaming beyond the limit -counts as teaming.\r\nBase & Raid Rules (Optional – remove if vanilla)\r\n-No raid blocking with exploits.\r\n-No intentional exploit building.\r\n-No placing deployables to cause server issues.\r\nStaff Respect\r\n-Respect staff decisions.\r\n-Do not argue in global chat—open a ticket or contact staff.\r\n-Staff harassment may lead to punishment.\r\nReporting Players ( USE /REPORT )\r\n-Use tickets or report systems with proof when possible.\r\n-False reports or staff baiting are punishable.\r\nPunishments\r\nPunishments may include:\r\n-Warning\r\n-Kick\r\n-Temporary Ban\r\n-Permanent Ban\r\n-Severe violations may skip warnings.\r\nImp",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780212234,
    "last_online": 1780606230,
    "icon": null,
    "name": "WAR 2x | Small Map | One Grid",
    "connect": "66.51.96.63:28025",
    "request": "66.51.96.63:28026",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768383790,
    "last_update": 1780606230,
    "banned": false,
    "wipe": 1780469881,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2886,
    "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/10896209");
$data = json_decode($json, true);
var_dump($data);