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

text
https://api.gamemonitoring.ru/servers/8122299
json
{
  "response": {
    "fps": 23,
    "fps_avg": 27,
    "entities_count": 247820,
    "world_seed": 1337,
    "world_size": 6000,
    "steam_id": "90286384354418695",
    "domain": null,
    "id": 8122299,
    "ip": "65.28.44.27",
    "port": 28053,
    "query": 28054,
    "color": 0,
    "city": "Trevor",
    "description": "![Kapco411 Wolves Den||Full Custom Maps|Biweekly](https://i.imgur.com/zVp4gWc.png)\nWelcome to The Wolves Den Experience! Wipes on First Thursday @5:00pm CST\r\n-NEW custom maps in.\r\n- Maps designed just for this server and play style featuring more contested monuments and events.\r\n-Events run throughout the wipes depending on monuments on map.\r\n-Server is Highly Modded and geared towards a tough but great experience.\r\n-Our Servers offer free VIP perks with Additional VIP Tiers available.\r\n-These servers are hands down the most fun you're ever going to have playing rust!\r\n-Come on in, you wont regret the visit.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780108415,
    "last_online": 1780131022,
    "icon": null,
    "name": "Kapco411 Wolves Den||Full Custom Maps|Biweekly",
    "connect": "65.28.44.27:28053",
    "request": "65.28.44.27:28054",
    "map": "Best modded servers",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1741879871,
    "last_update": 1780131022,
    "banned": false,
    "wipe": 1779424397,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3279,
    "language": "en",
    "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/8122299");
$data = json_decode($json, true);
var_dump($data);