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

text
https://api.gamemonitoring.ru/servers/11212483
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11212483,
    "ip": "149.202.17.176",
    "port": 6666,
    "query": 6666,
    "color": 0,
    "city": "Paris",
    "description": null,
    "game": 9000035,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772700887,
    "score": 0,
    "last_online": 1776396149,
    "icon": null,
    "name": "BEST DISCORD: discord.gg/7sjy3EM",
    "connect": "149.202.17.176:6666",
    "request": "149.202.17.176:6666",
    "map": "chill",
    "gamemode": "GDM v3.59",
    "version": "omp 1.3.1.2748",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1772700887,
    "last_update": 1776396149,
    "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": 743,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 168,
      "steam_id": 9000035,
      "name": "Samp",
      "url": "samp"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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