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

text
https://api.gamemonitoring.ru/servers/10129327
json
{
  "response": {
    "fps": 59,
    "fps_avg": 59,
    "entities_count": 87142,
    "world_seed": 1572213658,
    "world_size": 3500,
    "steam_id": 90284725618686980,
    "domain": null,
    "id": 10129327,
    "ip": "31.58.143.184",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Singapore",
    "description": "![TemplarGaming SEA 3x 5 Max LootX3|SkinBox|Kits JUST WIPED](https://templar.gg/images/SEA-3x-5Max.jpg)\nWelcome to the TemplarGaming 3x 5 Max!\r\n⦿ Intricately Customized Loot Tables\r\n⦿ Kits | Clan Auth Sharing | Instant Craft | Teleport | + More!\r\n⦿ Everyone has SkinBox, Box Sorter, AutoDoors, /Remove, /BGrade & more\r\n⦿ Full Base Workbench Range | Automatic Base Upgrader, Base Repair Tool\r\n⦿ Leaderboard tracking your Kills, Deaths, Headshots, Accuracy & more!\r\n⦿ Group Limit: 5\r\n⦿ Clan Blueprint Sharing | All Tier 1 Blueprints unlocked\r\n⦿ Building Skins (/BSkin) available to all\r\n⦿ Cars spawn with parts\r\n⦿ Performance Optimized Custom Maps\r\n\r\n⦿ Join our Discord to claim an exclusive /Kit Discord & stay up to date with all our latest news.\r\nhttps://discord.gg/templar\r\n\r\n⦿ Join our Steam group and get access to /Kit Steam\r\nhttps://steam.templar.gg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776639797,
    "score": 0,
    "last_online": 1776848418,
    "icon": null,
    "name": "TemplarGaming SEA 3x 5 Max LootX3|SkinBox|Kits JUST WIPED",
    "connect": "31.58.143.184:28014",
    "request": "31.58.143.184:28015",
    "map": "Wiped 27 Hours Ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 6,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1755944029,
    "last_update": 1776848418,
    "banned": false,
    "wipe": 1776750916,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1427,
    "language": "en",
    "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/10129327");
$data = json_decode($json, true);
var_dump($data);