API pentru SLEEPY RUST ДЛЯ НОВИЧКОВ [RU]

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11488857
json
{
  "response": {
    "fps": 67,
    "fps_avg": 68,
    "entities_count": 103596,
    "world_seed": 2032592847,
    "world_size": 4250,
    "steam_id": "90284549853099024",
    "domain": null,
    "id": 11488857,
    "ip": "185.189.255.113",
    "port": 35200,
    "query": 35210,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"type\":\"image\",\"data\":{\"file\":{\"url\":\"https://pic.survivalhost.org/images/2026/04/13/435.th.png\"},\"caption\":\"SLEEPY RUST ДЛЯ НОВИЧКОВ [RU]\",\"withBorder\":false,\"stretched\":false,\"withBackground\":false}},{\"type\":\"paragraph\",\"data\":{\"text\":\"Sleepy Rust — сервер для новичков [RU]\"}},{\"type\":\"paragraph\",\"data\":{\"text\":\"Идеальное место, чтобы спокойно освоить Rust — тихо, не спеша, без суеты.\"}},{\"type\":\"paragraph\",\"data\":{\"text\":\"⚙️ Стаки ресурсов: 2000\\r\\ngm.link/u158892\"}}]",
    "game": 252490,
    "owner": 158892,
    "boosts": 1,
    "last_offline": 1776407019,
    "score": 0,
    "last_online": 1776456614,
    "icon": null,
    "name": "SLEEPY RUST ДЛЯ НОВИЧКОВ [RU]",
    "connect": "185.189.255.113:35200",
    "request": "185.189.255.113:35210",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1775872772,
    "last_update": 1776456614,
    "banned": false,
    "wipe": 1775829913,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 491,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "forever30",
      "avatar": "d6075199-ce14-44de-92d7-9b09c5f922b3.jpg",
      "last_online": 1776421614
    },
    "mods": [
      {
        "id": 900,
        "name": "Image Library"
      },
      {
        "id": 1823,
        "name": "BetterChat"
      },
      {
        "id": 452,
        "name": "Admin Radar"
      }
    ],
    "disabled_modules": []
  }
}

Exemple de cod

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