API for РОССИЙСКИЙ x2 | GGRust | Для новичков

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/7468520
json
{
  "response": {
    "fps": 146,
    "modded": true,
    "fps_avg": 155,
    "world_seed": 799521392,
    "world_size": 4250,
    "entities_count": 256640,
    "id": 7468520,
    "ip": "80.242.59.149",
    "port": 35110,
    "query": 35110,
    "owner_name": null,
    "owner_avatar": null,
    "color": 3,
    "description": "![РОССИЙСКИЙ x2 | GGRust | Для новичков](https://i.imgur.com/6cXhdfX.png)\nДобро пожаловать на классический сервер GGRust! \r\n\r\n• Добыча и стаки ресурсов х2\r\n• Без ограничений на игроков в команде\r\n• Стирание карты раз в 2 недели, обнуление изучений раз месяц\r\n• Переработчики и станции дронов в сейв зонах\r\n• Потребление ресурсов шкафом снижено на 50%\r\n• Классика без телепортов и модов\r\n• Активная администрация 18+\r\n\r\nНаш сайт - GGRust.ru",
    "game": 252490,
    "owner": null,
    "boosts": 4,
    "last_offline": 1744686370,
    "score": 0,
    "last_online": 1744702237,
    "icon": null,
    "name": "РОССИЙСКИЙ x2 | GGRust | Для новичков",
    "connect": "80.242.59.149:35100",
    "request": "80.242.59.149:35110",
    "map": "GGRust.ru Classic Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 39,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 292,
    "add_date": 1739234834,
    "last_update": 1744702237,
    "banned": false,
    "wipe": 1743774915,
    "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/7468520");
$data = json_decode($json, true);
var_dump($data);