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

text
https://api.gamemonitoring.in/servers/11394359
json
{
  "response": {
    "fps": 61,
    "fps_avg": 56,
    "entities_count": 41356,
    "world_seed": 578369846,
    "world_size": 3500,
    "steam_id": "90284285822819355",
    "domain": null,
    "id": 11394359,
    "ip": "37.148.133.170",
    "port": 28015,
    "query": 28015,
    "color": 0,
    "city": "São Paulo",
    "description": "![[BR]INFINITY RUST 2X KITS,VIPS,SQUAD WIPOU HOJE 12/04](https://a.imagem.app/GBJPP9.png)\nBEM VINDO AO NOSSO SERVIDOR \r\n \r\n ADQUIRA SEU VIP >> KITS,VIPS \r\n CLIQUE EM VEJA PAGINA WEB ENTRE NO DISCORD E FACA SUA WHITE LIST \r\n CLICK ON SEE WEB PAGE JOIN DISCORD AND GET YOUR WHITE LIST \r\n HAZ CLIC EN VER PÁGINA WEB ENTRA EN DISCORD Y HAZ TU LISTA BLANCA \r\n \r\n \r\n PROXIMO WIPE!!! 19/04/24",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776018142,
    "score": 0,
    "last_online": 1776092415,
    "icon": null,
    "name": "[BR]INFINITY RUST 2X KITS,VIPS,SQUAD WIPOU HOJE 12/04",
    "connect": "37.148.133.170:28015",
    "request": "37.148.133.170:28015",
    "map": "Procedural Map",
    "gamemode": "Rust: Survival Mode",
    "version": "2275",
    "numplayers": 15,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1774596934,
    "last_update": 1776092415,
    "banned": false,
    "wipe": 1776029195,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1487,
    "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/11394359");
$data = json_decode($json, true);
var_dump($data);