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

text
https://api.gamemonitoring.in/servers/11435986
json
{
  "response": {
    "fps": 186,
    "fps_avg": 192,
    "entities_count": 82204,
    "world_seed": 211920727,
    "world_size": 3700,
    "steam_id": "90284802536382490",
    "domain": null,
    "id": 11435986,
    "ip": "45.157.16.116",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Osasco",
    "description": "![[BR/LATAM] Rust Na Veia WIPE 21/04 13H](https://image.myrustserver.com/logo/r1vatv_69bffe98465eb.png)\nVanilla\r\nWipe mapa: terça-feira as18h\r\nWipe full: Sabado as 14h\r\nSite rustnaveia.shop\r\nMax 4 por time \r\nEm nosso site contem o link para o Discord, Roleta de Premios, loja VIP, RanK\r\n e muito mais",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776847998,
    "score": 0,
    "last_online": 1776849622,
    "icon": null,
    "name": "[BR/LATAM] Rust Na Veia WIPE 21/04 13H",
    "connect": "45.157.16.116:28015",
    "request": "45.157.16.116:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977215,
    "last_update": 1776849622,
    "banned": false,
    "wipe": 1776787036,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5381,
    "language": "pt",
    "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/11435986");
$data = json_decode($json, true);
var_dump($data);