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/7468501
json
{
  "response": {
    "fps": 65,
    "modded": true,
    "fps_avg": 60,
    "world_seed": 736032419,
    "world_size": 4250,
    "entities_count": 116358,
    "id": 7468501,
    "ip": "80.242.59.104",
    "port": 35010,
    "query": 35010,
    "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": 1744980389,
    "score": 0,
    "last_online": 1744991422,
    "icon": null,
    "name": "КЛАССИКА x2 | GGRust | Для новичков",
    "connect": "80.242.59.104:35000",
    "request": "80.242.59.104:35010",
    "map": "GGRust.ru Classic Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 493,
    "maxplayers": 550,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 404,
    "add_date": 1739234831,
    "last_update": 1744991422,
    "banned": false,
    "wipe": 1744981184,
    "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/7468501");
$data = json_decode($json, true);
var_dump($data);