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

text
https://api.gamemonitoring.ru/servers/11489438
json
{
  "response": {
    "fps": 64,
    "fps_avg": 63,
    "entities_count": 124240,
    "world_seed": 382892183,
    "world_size": 4500,
    "steam_id": "90285727141554203",
    "domain": null,
    "id": 11489438,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 252490,
    "owner": 188860,
    "boosts": 1,
    "last_offline": 1779094928,
    "score": 0,
    "last_online": 1778867421,
    "icon": null,
    "name": "РОДИНА RUST |X2|NOLIMIT| ДЛЯ НОВИЧКОВ!",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1776447702,
    "last_update": 1779094928,
    "banned": false,
    "wipe": 1778378275,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": true,
    "hide_address": true,
    "hide_query": false,
    "position_game": 7373,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "ex3mp3l",
      "avatar": "5c07e301-21aa-4727-b5dd-ebe279991a9b.jpg",
      "last_online": 1779070649
    },
    "mods": [
      {
        "id": 926,
        "name": "IQChat"
      },
      {
        "id": 1388,
        "name": "Stack Size Controller"
      },
      {
        "id": 1257,
        "name": "Report System"
      },
      {
        "id": 1139,
        "name": "Oxide"
      }
    ],
    "disabled_modules": []
  }
}

Примеры кода

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