API for ZAEBAL RUST | X2 | ДЛЯ НОВИЧКОВ | WIPE 21.03

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7174659
json
{
  "response": {
    "fps": 203,
    "fps_avg": 203,
    "world_seed": 1749849560,
    "world_size": 2200,
    "entities_count": 26818,
    "id": 7174659,
    "ip": "109.248.4.9",
    "port": 35020,
    "query": 35020,
    "owner_name": "sedoiBY109781",
    "owner_avatar": "no.jpg",
    "color": 0,
    "description": "Добро пожаловать на ZAEBAL RUST\r\n\r\nЕсли тебя тоже zaebal раст, заходи отдохнуть, ведь у нас ты найдёшь:\r\n- Внутриигровая экономика, с возможностью продажи предметов и вывода валюты на баланс магазина\r\n- Уменьшенное время работы переработчика + переработка в сейвзоне без штрафа + переработчик установлен в рыбацких деревнях\r\n- Застраиваемые РТ(Да, да хочешь застроить заправку под себя - дерзай)\r\n- Возможность апгрейда, изменения скина и починка базы прямо из шкафа\r\n- Рейты на ресурсы и компоненты Х2\r\n- Уменьшенное время крафта Х2\r\n- Длинные дни и короткие ночи\r\n- Спаун коптеров на дорогах\r\n- Удобный плагин кланов\r\n- Стаки Х2\r\n\r\nWelcome to ZAEBAL RUST\r\n\r\nIf you're tired of rust, too, come rest, because you'll find it here:\r\n- In-game economy, with the ability to sell items and withdraw currency to the store's balance\r\n- Reduced processing time + processing in the season without penalty + the processor is installed in fishing villages\r\n- Built-up RT (Yes, if you want to build a gas station for yourself, go ahead)\r\n- The ability to upgrade, change the skin and fix the base directly from the closet\r\n- Rates on resources and components X2\r\n- Reduced crafting time X2\r\n- Long days and short nights\r\n- Spawn copters on the roads\r\n- A convenient clan plugin\r\n- Stacks X2",
    "game": 252490,
    "owner": 24705,
    "boosts": 1,
    "last_offline": 1742580488,
    "score": 5,
    "last_online": 1742862050,
    "icon": null,
    "name": "ZAEBAL RUST | X2 | ДЛЯ НОВИЧКОВ | WIPE 21.03",
    "connect": "109.248.4.9:35018",
    "request": "109.248.4.9:35020",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 4,
    "points": 94,
    "add_date": 1736279733,
    "last_update": 1742862050,
    "banned": false,
    "wipe": 1742580909,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": {
      "username": "sedoiBY109781",
      "avatar": "no.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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