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

text
https://api.gamemonitoring.ru/servers/10978889
json
{
  "response": {
    "fps": 154,
    "fps_avg": 157,
    "entities_count": 99066,
    "world_seed": 308670667,
    "world_size": 4250,
    "steam_id": 90285040271130640,
    "domain": null,
    "id": 10978889,
    "ip": "89.190.6.44",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Veteli",
    "description": "![Rust.96.fi - Staging Branch](https://rust.96.fi/headerimg.jpg)\nStep into Staging Branch server! Here, you can explore new landscapes, features and build without rush, knowing your progress is safe for a year, unless a new staging branch update (protocol update) requires a reset. This server is not meant for clan battles or base destruction, offering a nurturing environment for beginners to learn and expand their skills.\r\n\r\nServer Features:\r\n* Progress kept until 2027, barring protocol updates.\r\n* Consistent Exploration: Same map seed throughout 2026.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777252399,
    "score": 0,
    "last_online": 1777324223,
    "icon": null,
    "name": "Rust.96.fi - Staging Branch",
    "connect": "89.190.6.44:28015",
    "request": "89.190.6.44:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2624",
    "numplayers": 0,
    "maxplayers": 96,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769901023,
    "last_update": 1777324223,
    "banned": false,
    "wipe": 1774547921,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4444,
    "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/10978889");
$data = json_decode($json, true);
var_dump($data);