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

text
https://api.gamemonitoring.ru/servers/11259899
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 67051,
    "world_seed": 1337,
    "world_size": 3100,
    "steam_id": "90285606929523728",
    "domain": null,
    "id": 11259899,
    "ip": "185.207.125.7",
    "port": 28018,
    "query": 28017,
    "color": 0,
    "city": "Oradea",
    "description": "![RustPlace Romania x5 [BP|Kits|Shop|5xLoot|Fast]7/5](https://www.rustplace.ro/img/rust-x5v.png)\nWelcome To RustPlace Romania x5 !\r\n\r\n - 5x Scrap\r\n - 5x Gather Rates\r\n - 5 Minutes Bright Nights\r\n - 5x Better Vanilla Loot\r\n - /shop and /kit\r\n - Sign Artist (/sil)\r\n - 5x Resource Stacks\r\n - Most Level 1 BP Unlocked\r\n - 5x Smelt Speed (Vanilla For Sulfur)\r\n - Faster Crafting (Vanilla For Raid Items)\r\n - Faster Recycler\r\n - Custom Map Size: ~3400\r\n \r\nTEAM UI : 8\r\n\r\nHave Fun!\r\nPowered By RustPlace!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777704190,
    "score": 0,
    "last_online": 1778539817,
    "icon": null,
    "name": "RustPlace Romania x5 [BP|Kits|Shop|5xLoot|Fast]7/5",
    "connect": "185.207.125.7:28018",
    "request": "185.207.125.7:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RO",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1774555183,
    "last_update": 1778539817,
    "banned": false,
    "wipe": 1778176466,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2206,
    "language": "ro",
    "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/11259899");
$data = json_decode($json, true);
var_dump($data);