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

text
https://api.gamemonitoring.in/servers/11501767
json
{
  "response": {
    "fps": 49,
    "fps_avg": 56,
    "entities_count": 145147,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286261892527123",
    "domain": null,
    "id": 11501767,
    "ip": "66.51.97.60",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] Rush | 2x | BiWeekly | No Offlines | Events | Noob Friendl](https://cdn.corenexis.com/files/c/8398578720.jpg)\nWhy play Rush?\r\n\r\nOffline Raid Protection (ORP) – your base is protected when you log off\r\nBoosted rates – faster farming, quicker progression\r\nActive PvP – constant fights, no boring downtime\r\nBalanced for all players – solos and clans can compete\r\nActive admins – fair, cheat-free environment\r\nCustom QoL features – improved gameplay without losing the Rust feel\r\n\r\n Offline Protection System\r\nWhen you log off after 15 mins your base gains protection prevent offline raids—so you can play without worrying about losing everything overnight.\r\n\r\n Play your way:\r\nOnline raid, roam, build, or dominate monuments—Rush keeps the action going while respecting your time.\r\n\r\nJoin Rush today\r\nFast. Fair. Relentless.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779836775,
    "last_online": 1779901225,
    "icon": null,
    "name": "[EU] Rush | 2x | BiWeekly | No Offlines | Events | Noob Friendl",
    "connect": "66.51.97.60:28015",
    "request": "66.51.97.60:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207180,
    "last_update": 1779901225,
    "banned": false,
    "wipe": 1778756568,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4853,
    "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/11501767");
$data = json_decode($json, true);
var_dump($data);