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

text
https://api.gamemonitoring.ru/servers/760090
json
{
  "response": {
    "fps": 23,
    "fps_avg": 23,
    "entities_count": 169055,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284792724300831",
    "domain": null,
    "id": 760090,
    "ip": "185.62.206.51",
    "port": 28274,
    "query": 28275,
    "color": 0,
    "city": "Karlskrona",
    "description": "Server name is Tiger Eye 10X \r\nGather is 10X Loot is 5X     \r\nMapsize Custom  \r\nNext Wipe is 7 maj \r\nWe speak Swe or Eng is game chat. \r\nSame of plugins we have is..  \r\nAirfield Evenet \r\nCargo Plane  \r\nCrash Ferry Terminal  \r\nHarbour Evenet \r\nBackpack 7 rows \r\nRemovertool \r\nBgrade  \r\nInstantCraft\r\nQuicksmelt\r\nServer Armour    \r\nSkinbox    \r\nRaidableBases    \r\nNTeleportation   \r\nBradleyGuards  \r\nand more  \r\nSome rules we have is Dont steal u dont need to do that",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776219711,
    "score": null,
    "last_online": 1776874218,
    "icon": null,
    "name": "Tiger Eye PVE 10X",
    "connect": "185.62.206.51:28274",
    "request": "185.62.206.51:28275",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 11,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SE",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1680784857,
    "last_update": 1776874218,
    "banned": false,
    "wipe": 1776361830,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1028,
    "language": "sv",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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