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

text
https://api.gamemonitoring.ru/servers/11189145
json
{
  "response": {
    "fps": 86,
    "fps_avg": 82,
    "entities_count": 201928,
    "world_seed": 1,
    "world_size": 6000,
    "steam_id": "90284705570143252",
    "domain": null,
    "id": 11189145,
    "ip": "95.217.88.226",
    "port": 11004,
    "query": 11104,
    "color": 0,
    "city": "Helsinki",
    "description": "Welcome to NORDIC VANILLA RUST!\r\n\r\nTry out the full Vanilla Rust experience on a bigger 6K map. \r\nA map this size will slow down the in-game pace.\r\nThe server should be very beginner friendly. \r\n\r\nInfo:\r\n- Max population: 300\r\n- Group size: Max 4 players. \r\n- Full Vanilla experience.\r\n- Full wipe monthly. Next wipe 07.05.2026\r\n- Premium Server\r\n- Beginner friendly\r\n\r\nRules:\r\n- Behave and play fair.\r\n- NO PRIVATE PROFILES.\r\n- NO VAC.\r\n\r\n- Report suspected cheaters by pressing F7 and follow the guidelines.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776704601,
    "score": 0,
    "last_online": 1776825620,
    "icon": null,
    "name": "NORDIC VANILLA RUST-6K Map-Monthly Wipe",
    "connect": "95.217.88.226:11004",
    "request": "95.217.88.226:11104",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699033,
    "last_update": 1776825620,
    "banned": false,
    "wipe": 1775153515,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4722,
    "language": "fi",
    "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/11189145");
$data = json_decode($json, true);
var_dump($data);