JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/11744629
json
{
  "response": {
    "fps": 122,
    "fps_avg": 120,
    "entities_count": 89610,
    "world_seed": 282216369,
    "world_size": 4000,
    "steam_id": "90286611408329745",
    "domain": null,
    "id": 11744629,
    "ip": "200.152.10.114",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Mirassol d'Oeste",
    "description": "***************BEMM VINDO AO CLT PRO*****************\r\n\r\nSERVER FEITO PARA TRABALHADORES!\r\n\r\n+BLOQUEIO DE RAID E HORARIOS EM QUE ESTAMOS TRABALHANDO\r\n+STAK DE LOOT EM BAU\r\n+MINI-COPTERO COM COWDOWN DE 10M\r\n+SISTEMA DE LV QUE BENEFICIA BOOST EM FARM E CRAFITING\r\n+AUTO COLETAR NOS LATOES DE RUA\r\n+crafiting insta\r\n+mesa de mistura insta\r\n\r\nSERVER MODIFICADO PARA AJUDAR VC TRABALHADOR A TER UMA OTIMA  JOGABILIDADE E PVP \r\n\r\n***************** KITS VIP****************\r\nNOSSO SISTEMA DE KITS SAO BALACIADOS PARA NAO ATRAPALHAR NA JOGABILIDADE.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780607061,
    "last_online": 1780620633,
    "icon": null,
    "name": "(BR) CLT PRO VANILA    (SOLO/DUO)  KIT-MYMINI-LOOT+",
    "connect": "200.152.10.114:28015",
    "request": "200.152.10.114:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 149,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780518717,
    "last_update": 1780620633,
    "banned": false,
    "wipe": 1780607458,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5708,
    "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.ru/servers/11744629");
$data = json_decode($json, true);
var_dump($data);