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

text
https://api.gamemonitoring.ru/servers/12951273
json
{
  "response": {
    "steam_id": "90289827167696900",
    "domain": null,
    "id": 12951273,
    "ip": "45.156.85.142",
    "port": 2326,
    "query": 2327,
    "project_id": null,
    "color": 0,
    "city": "Eygelshoven",
    "description": null,
    "game": 1857950,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787686702,
    "last_online": 1787763308,
    "icon": null,
    "name": "Server hosted by ZAP-Hosting.com",
    "connect": "45.156.85.142:2326",
    "request": "45.156.85.142:2327",
    "map": "Champlain Valley",
    "gamemode": "VEIN",
    "version": "0.024h6",
    "numplayers": 2,
    "maxplayers": 13,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 41,
    "add_date": 1785314055,
    "last_update": 1787763308,
    "ban_reason": null,
    "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": 180,
    "language": "nl",
    "parked": false,
    "app": {
      "id": 1530675,
      "steam_id": 1857950,
      "name": "VEIN",
      "url": "vein"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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