API for RustPiece | Для новичков | Vanilla | Вайп 12.04

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/8198161
json
{
  "response": {
    "fps": 130,
    "fps_avg": 121,
    "world_seed": 730868534,
    "world_size": 3500,
    "entities_count": 54860,
    "id": 8198161,
    "ip": "46.174.50.175",
    "port": 20601,
    "query": 20601,
    "owner_name": "Mexic",
    "owner_avatar": "fe1b9017-3ac6-41fd-ac4b-1a60f0ad9804.jpg",
    "color": 0,
    "description": "[{\"id\":\"orz528cn1\",\"type\":\"image\",\"data\":{\"caption\":\"RustPiece | Для новичков | Vanilla\",\"withBorder\":false,\"withBackground\":false,\"stretched\":true,\"file\":{\"url\":\"https://pictures.alkad.org/images/2025/03/19/photo_2025-03-19_18-29-54-1.jpg\"}}},{\"id\":\"cVSD5WOHUS\",\"type\":\"paragraph\",\"data\":{\"text\":\"Классический сервер для новичков\"}},{\"id\":\"mDyULP2mzd\",\"type\":\"paragraph\",\"data\":{\"text\":\"> На топовом железе\"}},{\"id\":\"Zp7C4-1Oi7\",\"type\":\"paragraph\",\"data\":{\"text\":\"> Полная классика\"}},{\"id\":\"nyroL8twaY\",\"type\":\"paragraph\",\"data\":{\"text\":\"> Справедливый донат\"}},{\"id\":\"WQL7sQeJhk\",\"type\":\"paragraph\",\"data\":{\"text\":\"> Активная администрация\"}},{\"id\":\"vTKMl_bpm1\",\"type\":\"paragraph\",\"data\":{\"text\":\"> Минимальное количество плагинов!\"}},{\"id\":\"-q62kSZxNu\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сайт: [https://rustpiece.gamestores.app/](https://vk.com/away.php?to=https%3A%2F%2Frustpiece.gamestores.app%2F&cc_key=)\"}}]",
    "game": 252490,
    "owner": 111380,
    "boosts": 1,
    "last_offline": 1743934792,
    "score": 0,
    "last_online": 1744981221,
    "icon": null,
    "name": "RustPiece | Для новичков | Vanilla | Вайп 12.04",
    "connect": "46.174.50.175:20601",
    "request": "46.174.50.175:20601",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2585",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 12,
    "points": 102,
    "add_date": 1742388505,
    "last_update": 1744981221,
    "banned": false,
    "wipe": 1744458985,
    "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": "Mexic",
      "avatar": "fe1b9017-3ac6-41fd-ac4b-1a60f0ad9804.jpg"
    },
    "mods": [
      {
        "id": 1350,
        "name": "SkinBox"
      }
    ],
    "disabled_modules": [
      "chat"
    ]
  }
}

Code examples

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