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

text
https://api.gamemonitoring.ru/servers/10957972
json
{
  "response": {
    "steam_id": null,
    "domain": "rating.agerapvp.club",
    "id": 10957972,
    "ip": "45.157.234.112",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773249167,
    "score": 0,
    "last_online": 1776089418,
    "icon": null,
    "name": "AgeraPvP Club | [1.8- 26.1] | EU proxy ✦ NEWS | UPDATE vk.ru/agerapvp",
    "connect": "rating.agerapvp.club:25565",
    "request": "45.157.234.112:25565",
    "map": null,
    "gamemode": null,
    "version": "1.8 / 26.1",
    "numplayers": 1229,
    "maxplayers": 3000,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 49,
    "add_date": 1768741937,
    "last_update": 1776089418,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 637,
    "language": "de",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10957972");
$data = json_decode($json, true);
var_dump($data);