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

text
https://api.gamemonitoring.ru/servers/13963789
json
{
  "response": {
    "info": "<b>[P<span style=\"color:#ff0000\">L</span>]<span style=\"color:#43296B\">K</span><span style=\"color:#492777\">o</span><span style=\"color:#4E2680\">c</span><span style=\"color:#55248D\">i</span><span style=\"color:#592395\">a</span><span style=\"color:#5F21A2\">k</span><span style=\"color:#6420AC\">o</span><span style=\"color:#661FB1\">w</span><span style=\"color:#691EB7\">n</span><span style=\"color:#6D1DBF\">i</span><span style=\"color:#721CC8\">a</span> #1 • Trwa rekrutacja</b><br /><span style=\"color:#ffffff\">► Pierwszy polski koci serwer! ◄</span>",
    "modded": true,
    "pastebin": "kJ5mYHve",
    "serverId": 83389,
    "techList": [],
    "accountId": 28584,
    "whitelist": false,
    "friendlyFire": true,
    "officialClass": 0,
    "steam_id": 0,
    "domain": null,
    "id": 13963789,
    "ip": "89.144.32.12",
    "port": 6989,
    "query": 6989,
    "project_id": null,
    "color": 0,
    "city": "Warsaw",
    "description": null,
    "game": 700330,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787564684,
    "last_online": 1787763192,
    "icon": null,
    "name": "[PL]Kociakownia #1 • Trwa rekrutacja | ► Pierwszy polski koci serwer! ◄",
    "connect": "89.144.32.12:6989",
    "request": "89.144.32.12:6989",
    "map": "Facility",
    "gamemode": "SCP: Secret Laboratory",
    "version": "14.2.7",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1787307199,
    "last_update": 1787763192,
    "ban_reason": null,
    "banned": false,
    "wipe": null,
    "official": false,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1027,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 18576,
      "steam_id": 700330,
      "name": "SCP: Secret Laboratory",
      "url": "scp-secret-laboratory"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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