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

text
https://api.gamemonitoring.ru/servers/10488141
json
{
  "response": {
    "fps": 120,
    "fps_avg": 120,
    "entities_count": 8883,
    "world_seed": 1189906285,
    "world_size": 2500,
    "steam_id": "90284680528339991",
    "domain": null,
    "id": 10488141,
    "ip": "51.38.140.169",
    "port": 28115,
    "query": 28117,
    "color": 0,
    "city": "Warsaw",
    "description": "![[GUA] UKRAINE | BATTLEFIELD X1000000 | MILLION | PVP | UA/EU](https://7z8pi75.gua.pub/site/poster.png)\n↳ Найкращий Український сервер [GUA] BATTLEFIELD X1000000 ↲ \r\nㅤ\r\nⓘХарактеристики:\r\n• кіти для всіх - /kits\r\n• коптери для всіх - /mymini\r\n• x1000000 збирання-добування\r\n• x1000000 плавлення\r\n• моментальний переробник \r\nㅤㅤㅤ \r\n• Website - gua.pub\r\n• Discord - discord.gg/guarust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772788946,
    "score": 0,
    "last_online": 1776825623,
    "icon": null,
    "name": "[GUA] UKRAINE | BATTLEFIELD X1000000 | MILLION | PVP | UA/EU",
    "connect": "51.38.140.169:28115",
    "request": "51.38.140.169:28117",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1761122000,
    "last_update": 1776825623,
    "banned": false,
    "wipe": 1776308212,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3642,
    "language": "pl",
    "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/10488141");
$data = json_decode($json, true);
var_dump($data);