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

text
https://api.gamemonitoring.in/servers/11189095
json
{
  "response": {
    "fps": 55,
    "fps_avg": 54,
    "entities_count": 78225,
    "world_seed": 3,
    "world_size": 3500,
    "steam_id": "90285105648290836",
    "domain": null,
    "id": 11189095,
    "ip": "66.51.97.61",
    "port": 28055,
    "query": 28056,
    "color": 0,
    "city": "City of London",
    "description": "![(EU) PVP 100X / 50% UPKEEP/ NO RAIDS 1:00AM-1:00PM](https://i.ibb.co/TwnSdCM/Rust-Header-Image-Raised.png)\nEU \r\n\r\nPVP\r\n100X\r\n50% UPKEEP\r\nSHORTER DAYS / NIGHTS\r\n\r\nPLUGINS:\r\n- BACKPACK (DROP PROOF)\r\n- BETTER LOOT\r\n- BIGGER STACKS\r\n- CLANS\r\n- FURANCE SPLITTER\r\n& MUCH MORE\r\n\r\nNEW PLAYERS FRIENDLY SERVER!!\r\n\r\nMAX TEAM SIZE 8\r\n\r\n**NO CHEATING IN ANY WAY OR YOU WILL BE BANNED.**",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777393402,
    "score": 0,
    "last_online": 1777476019,
    "icon": null,
    "name": "(EU) PVP 100X / 50% UPKEEP/ NO RAIDS 1:00AM-1:00PM",
    "connect": "66.51.97.61:28055",
    "request": "66.51.97.61:28056",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1772699032,
    "last_update": 1777476019,
    "banned": false,
    "wipe": 1776215475,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1611,
    "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/11189095");
$data = json_decode($json, true);
var_dump($data);