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

text
https://api.gamemonitoring.in/servers/9919188
json
{
  "response": {
    "fps": 228,
    "fps_avg": 229,
    "entities_count": 79553,
    "world_seed": 360548,
    "world_size": 3750,
    "steam_id": "90286557042625564",
    "domain": null,
    "id": 9919188,
    "ip": "103.15.237.131",
    "port": 28015,
    "query": 28016,
    "project_id": null,
    "color": 0,
    "city": "Мельбурн",
    "description": "Welcome to Rust 3X Modded Main AU       Being a Newly Purchased Server There has been no expense spared in the server host. Ensuring the best possible Gameplay experience for all users :)\r\n~Gather Rates X3 Plus bonus loot tables\r\n~Maxxed out Monuments-Recyclers-Venders-NoScrapTax-MaxEfficiency\r\n~TP/home/outpost/player Commands\r\n~Free Kits + VIP Bundles\r\n~Free Skinbox For All\r\n~AutoBarrelPickup\r\n~PlayerTrading\r\n~Interactive Player Control Panel\r\n~Bonus PvP/NPC/Animal Loot Drops/Spawns\r\n~Quality of Life Mods and more Good Luck Have Fun!\r\nPS: Not all server plugins/mods have been fully installed yet this will happen with time :)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780910005,
    "last_online": 1780609835,
    "icon": null,
    "name": "AU Rust Modded Main X3 Solo/Duo/Tri PvP/Survival",
    "connect": "103.15.237.131:28015",
    "request": "103.15.237.131:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1753971748,
    "last_update": 1780910005,
    "banned": false,
    "wipe": 1780006107,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9637,
    "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/9919188");
$data = json_decode($json, true);
var_dump($data);