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

text
https://api.gamemonitoring.ru/servers/10975803
json
{
  "response": {
    "steam_id": "90284534225208341",
    "domain": null,
    "id": 10975803,
    "ip": "185.9.106.96",
    "port": 10000,
    "query": 10000,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": null,
    "game": 550,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775673127,
    "score": 0,
    "last_online": 1776373363,
    "icon": null,
    "name": "Sirius #2 | Scavenge",
    "connect": "185.9.106.96:10000",
    "request": "185.9.106.96:10000",
    "map": "c8m5_rooftop",
    "gamemode": "Left 4 Dead 2",
    "version": "2.2.4.3",
    "numplayers": 1,
    "maxplayers": 18,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1769899758,
    "last_update": 1776373363,
    "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": 2250,
    "language": "de",
    "parked": false,
    "app": {
      "id": 11,
      "steam_id": 550,
      "name": "Left 4 Dead 2",
      "url": "left-4-dead-2"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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