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

text
https://api.gamemonitoring.ru/servers/17082929
json
{
  "response": {
    "add_date": 1790290278,
    "app": {
      "id": 12,
      "name": "Rust",
      "steam_id": 252490,
      "url": "rust"
    },
    "color": 0,
    "connect": "188.143.83.131:28115",
    "country": "HU",
    "domain": null,
    "game": 252490,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 17082929,
    "ip": "188.143.83.131",
    "language": "hu",
    "last_update": 1790391735,
    "map": "Procedural Map",
    "maxplayers": 10,
    "name": "MantaScope Rust test",
    "numplayers": 0,
    "official": null,
    "points": 0,
    "port": 28115,
    "private": null,
    "project_id": null,
    "pve": null,
    "pvp": null,
    "query": 28117,
    "request": "188.143.83.131:28117",
    "secured": false,
    "status": false,
    "steam_id": "90293369110793231",
    "version": "2633",
    "votes": 0,
    "wipe": 1790289993,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Будапешт",
    "description": null,
    "disabled_modules": [],
    "gamemode": null,
    "hidden": false,
    "last_offline": 1790391735,
    "last_online": 1790292070,
    "list_hidden": false,
    "map_url": null,
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 23512,
    "wipe_period": null,
    "os": "l",
    "region": -1,
    "product": "252490",
    "gametype": "mp10,cp0,ptrak,qp0,$r?,v2633,born1790289993,gmrust,cs165217,ts8",
    "map_name": "Procedural Map",
    "dedicated": true,
    "queueplayers": 0
  }
}

Примеры кода

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