API für SEVEN RUST x1.5 | ДЛЯ НОВИЧКОВ | WIPE 25.04.25

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11435554
json
{
  "response": {
    "fps": 132,
    "fps_avg": 126,
    "entities_count": 50259,
    "world_seed": 1,
    "world_size": 3500,
    "steam_id": "90284944159754248",
    "domain": null,
    "id": 11435554,
    "ip": "185.189.255.137",
    "port": 35700,
    "query": 35710,
    "color": 0,
    "city": "Moscow",
    "description": "![SEVEN RUST x1.5 | ДЛЯ НОВИЧКОВ | WIPE 25.04.25](https://pic.survivalhost.org/images/2026/04/18/banner-game.png)\nSEVEN RUST — сервер для новичков!\r\nВайп каждую по субботам в 14:00 по МСК\r\n\r\n• Рейты на сервере x1.5\r\n• Переработчик и магазины в безопасных зонах\r\n• Увеличенные стаки на ресурсы\r\n• Ускоренный переработчик и плавка",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777116221,
    "score": 0,
    "last_online": 1777162824,
    "icon": null,
    "name": "SEVEN RUST x1.5 | ДЛЯ НОВИЧКОВ | WIPE 25.04.25",
    "connect": "185.189.255.137:35700",
    "request": "185.189.255.137:35710",
    "map": "SEVENRUST.RU",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977194,
    "last_update": 1777162824,
    "banned": false,
    "wipe": 1777116199,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5194,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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