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

text
https://api.gamemonitoring.ru/servers/10740597
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 99487,
    "world_seed": 1080757893,
    "world_size": 3400,
    "steam_id": "90285579512139799",
    "domain": null,
    "id": 10740597,
    "ip": "45.8.187.227",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Amsterdam",
    "description": "![WARBANDITS.GG EU 10X No BPs Loot++|PvP|MyMini|Shop|Noob Friendl](https://cdn.warbandits.gg/banners/eu10xnobps.jpg)\nWelcome to WarBandits.gg 10x No BPs! \r\n - 10x Gather Rates \r\n - Instant crafting \r\n - Everyone has access to Skinbox, Furnace Sorter, BGrade, Auto Doors, Remove\r\n - Custom loot tables made for PVP \r\n - Recyclers at additional monuments \r\n - Custom High Performance Maps \r\n - All Blueprints Unlocked!  \r\n - Long Days & Short Nights \r\n - Active Staff \r\n - Fast Smelt",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777999987,
    "score": 0,
    "last_online": 1778588415,
    "icon": null,
    "name": "WARBANDITS.GG EU 10X No BPs Loot++|PvP|MyMini|Shop|Noob Friendl",
    "connect": "45.8.187.227:28010",
    "request": "45.8.187.227:28015",
    "map": "Wiped 2 Days ago",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 10,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1766250718,
    "last_update": 1778588415,
    "banned": false,
    "wipe": 1778414251,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1101,
    "language": "nl",
    "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/10740597");
$data = json_decode($json, true);
var_dump($data);