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

text
https://api.gamemonitoring.in/servers/5310009
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 153299,
    "steam_id": "90284654006213636",
    "domain": null,
    "id": 5310009,
    "ip": "205.178.168.202",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "London",
    "description": "![WEREWOLF GAMING.CO 3x Solo/Duo LARGE |Loot X3| JUST WIPED](https://s6.imgcdn.dev/YxLWfy.png)\n          ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co 3x Duo LARGE\r\n▶Max Group: 2\r\n▶3x Gather Rates|3x Crafting Speed|3x Components\r\n▶FREE Skinbox\r\n▶LARGE High-Performance Custom Maps\r\n▶Active Staff 24/7|Anti-Cheat/Teaming\r\n▶Custom Improved Loot Tables\r\n▶BP Clan Sharing\r\n▶TP & Home\r\n▶Automatic Auth Share|TC|Code Lock|AutoTurret\r\n▶Increased stack size",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776423820,
    "score": 0,
    "last_online": 1776823817,
    "icon": null,
    "name": "WEREWOLF GAMING.CO 3x Solo/Duo LARGE |Loot X3| JUST WIPED",
    "connect": "205.178.168.202:28010",
    "request": "205.178.168.202:28015",
    "map": "Server WIPED 2 DAYS AGO",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 3,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1721895902,
    "last_update": 1776823817,
    "banned": false,
    "wipe": 1776603358,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1742,
    "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/5310009");
$data = json_decode($json, true);
var_dump($data);