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

text
https://api.gamemonitoring.ru/servers/11759046
json
{
  "response": {
    "fps": 15,
    "fps_avg": 15,
    "entities_count": 45520,
    "world_seed": 1,
    "world_size": 3000,
    "steam_id": "90286710896450590",
    "domain": null,
    "id": 11759046,
    "ip": "91.124.63.89",
    "port": 28015,
    "query": 28016,
    "project_id": null,
    "color": 0,
    "city": "Istanbul",
    "description": "![Anatolia Rust 3X | TR/EU | Solo/Duo/Trio |](https://i.hizliresim.com/312oick.png)\nAnatolia Rust 3X | TR/EU | Aktif Wipe\r\n\r\nTürkiye lokasyonlu, düşük pingli ve DDoS korumalı 3X Rust sunucusu.\r\n\r\n3X Gather • 3X Stack • Fast Smelt • Fast Craft • Clan • Trade • SkinBox • BGrade\r\n\r\nDengeli PvP sistemi, aktif yönetim, düzenli wipe ve kaliteli topluluk deneyimi.\r\n\r\nKurallar, Discord ve bağlantı bilgileri:\r\nrust.43software.com.tr",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780931698,
    "last_online": 1781031635,
    "icon": null,
    "name": "Anatolia Rust 3X | TR/EU | Solo/Duo/Trio |",
    "connect": "91.124.63.89:28015",
    "request": "91.124.63.89:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780931698,
    "last_update": 1781031635,
    "banned": false,
    "wipe": 1780760274,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6021,
    "language": "tr",
    "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/11759046");
$data = json_decode($json, true);
var_dump($data);