API for КЛАССИКА x3 | Для новичков | GGRust.ru

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/7468505
json
{
  "response": {
    "fps": 111,
    "modded": true,
    "fps_avg": 116,
    "world_seed": 1130110936,
    "world_size": 4250,
    "entities_count": 252509,
    "id": 7468505,
    "ip": "80.242.59.104",
    "port": 35110,
    "query": 35110,
    "owner_name": null,
    "owner_avatar": null,
    "color": 3,
    "description": "![КЛАССИКА x3 | Для новичков | GGRust.ru](https://i.imgur.com/6cXhdfX.png)\nДобро пожаловать на классический сервер GGRust! \r\nИдеальный для новичков.\r\n• Максимум 8 человек в команде\r\n• Добыча и стаки ресурсов х3\r\n• Стирание карты раз в неделю, обнуление изучений раз в 2 недели\r\n• Динамическое расширение слотов сервера\r\n• Потребление ресурсов шкафом снижено на 50%\r\n• Размер карты 4250\r\n• Розыгрыш скинов\r\n• Хостинг в Москве - низкий пинг\r\n• Надёжная Античит система и активная администрация 18+\r\n\r\nНаш сайт - GGRust.ru",
    "game": 252490,
    "owner": null,
    "boosts": 4,
    "last_offline": 1744084135,
    "score": 0,
    "last_online": 1744123228,
    "icon": null,
    "name": "КЛАССИКА x3 | Для новичков | GGRust.ru",
    "connect": "80.242.59.104:35100",
    "request": "80.242.59.104:35110",
    "map": "GGRust.ru Classic Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 148,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 324,
    "add_date": 1739234832,
    "last_update": 1744123228,
    "banned": false,
    "wipe": 1743774754,
    "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": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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