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

text
https://api.gamemonitoring.ru/servers/7174468
json
{
  "response": {
    "fps": 109,
    "fps_avg": 108,
    "entities_count": 72722,
    "world_seed": 918788163,
    "world_size": 3250,
    "steam_id": "90284731679306759",
    "domain": null,
    "id": 7174468,
    "ip": "179.41.8.202",
    "port": 28060,
    "query": 28062,
    "color": 0,
    "city": "Buenos Aires",
    "description": "![LatinPOWA PRIMARIS - AR Long](https://image.myrustserver.com/logo/cachalote_676e145a9a377.jpg)\nAdmin activo+SS Tools (anticheat)\r\nServidor dedicado 24/7. Vanilla - \r\nWipe mensual, primer jueves de cada mes. \r\nServidor sin reglas - team max8 -Se permiten alianzas.\r\nLimite de raideo OFFline a 2 por dia.\r\nhttps://discord.gg/NSXdwqVE67 \r\nNo chiters, no spam, no racismo, no jugadores toxicos. (ban)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776763399,
    "score": 0,
    "last_online": 1776849020,
    "icon": null,
    "name": "LatinPOWA PRIMARIS - AR Long",
    "connect": "179.41.8.202:28060",
    "request": "179.41.8.202:28062",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 180,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736279704,
    "last_update": 1776849020,
    "banned": false,
    "wipe": 1775162507,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3039,
    "language": "es",
    "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/7174468");
$data = json_decode($json, true);
var_dump($data);