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

text
https://api.gamemonitoring.in/servers/10805374
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 5056,
    "world_seed": 1000,
    "world_size": 1000,
    "steam_id": "90286588652575775",
    "domain": null,
    "id": 10805374,
    "ip": "91.229.114.137",
    "port": 28071,
    "query": 28073,
    "color": 0,
    "city": "Chicago",
    "description": "![The Fryer Monthly Medium | Noob Friendly | US](https://i.imgur.com/gTApLfk.png)\nWipes On First Thursday Of The Month(2:00 PM EST) \r\n\r\nMap Size: 3500. \r\n(Map Vote Hosted Monthly For Best Experience)\r\n\r\nMany QOL Changes But Not Limited To: \r\nMinicopters Spawn On Roads\r\nNo Turret Limit\r\nBag Limit Increased \r\nHalf Locked Crate Times\r\nHalf Upkeep\r\nIncreased Node Spawns",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780581877,
    "last_online": 1780564827,
    "icon": null,
    "name": "The Fryer Monthly Medium | Noob Friendly | US",
    "connect": "91.229.114.137:28071",
    "request": "91.229.114.137:28073",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1766921254,
    "last_update": 1780581877,
    "banned": false,
    "wipe": 1780563972,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10596,
    "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/10805374");
$data = json_decode($json, true);
var_dump($data);