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

text
https://api.gamemonitoring.ru/servers/10700017
json
{
  "response": {
    "steam_id": "90284517197251593",
    "domain": null,
    "id": 10700017,
    "ip": "176.180.35.37",
    "port": 2466,
    "query": 2467,
    "color": 0,
    "city": "Lens",
    "description": null,
    "game": 892970,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776309112,
    "score": 0,
    "last_online": 1776348038,
    "icon": null,
    "name": "Terres de Viking - Saison 4",
    "connect": "176.180.35.37:2466",
    "request": "176.180.35.37:2467",
    "map": "Terres de Viking - Saison 4",
    "gamemode": null,
    "version": "0.221.12",
    "numplayers": 3,
    "maxplayers": 64,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 40,
    "add_date": 1765122950,
    "last_update": 1776348038,
    "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": 35,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 34967,
      "steam_id": 892970,
      "name": "Valheim",
      "url": "valheim"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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