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

text
https://api.gamemonitoring.in/servers/11731549
json
{
  "response": {
    "fps": 95,
    "fps_avg": 88,
    "entities_count": 134646,
    "world_seed": 12345,
    "world_size": 5000,
    "steam_id": "90286607505465353",
    "domain": null,
    "id": 11731549,
    "ip": "65.21.205.110",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Helsinki",
    "description": "![[EU/DE]|Rust Apokalypse|Solo/Duo/Trio|Monthly Wipe](https://i.ibb.co/HL7m2RfH/0c79dee3-1afc-4014-aa32-e357eb36f56a.png)\nHosted by MZA Network\r\n\r\nWelcome to Rust Apokalypse!\r\n\r\n-> Group Limit: 3 (Solo/Duo/Trio)\r\n\r\nJoin our community and support us!\r\nDiscord: https://discord.gg/3r9ukyynjQ",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780635799,
    "last_online": 1780603399,
    "icon": null,
    "name": "[EU/DE]|Rust Apokalypse|Solo/Duo/Trio|Monthly Wipe",
    "connect": "65.21.205.110:28015",
    "request": "65.21.205.110:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 550,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780411266,
    "last_update": 1780635799,
    "banned": false,
    "wipe": 1779525989,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12772,
    "language": "fi",
    "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/11731549");
$data = json_decode($json, true);
var_dump($data);