API for DRAGON RUST-UA 2X OLD-VANILLA |WIPE 27.03.25

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/7468705
json
{
  "response": {
    "fps": 50,
    "fps_avg": 49,
    "world_seed": 800360479,
    "world_size": 3750,
    "entities_count": 70306,
    "id": 7468705,
    "ip": "65.109.63.52",
    "port": 60414,
    "query": 60414,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![DRAGON RUST-UA 2X OLD-VANILLA |WIPE 27.03.25](https://i.postimg.cc/05n2Cwvh/Dragon-Rust.png)\n✶✶✶✶✶✶✶✶✶✶✶THE BEST RUST SERVER!✶✶✶✶✶✶✶✶✶✶✶\r\nㅤㅤㅤㅤㅤㅤㅤㅤ✶ Ласкаво просимо на наш сервер! ✶\r\nㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ✶ Особливості Сервера ✶\r\n➣ No Tech-Tree – Cтара система експериментів у верстаках!\r\n➣ Рейти ресурсів 2X – класичний баланс для комфортного виживання.\r\n➣ Стабільна робота – сервер на на хорошому хостингу і тестувався 40+ онлайном.\r\n➣ Кланові столи – Легко створюй і керуй кланом у кілька кліків.\r\n➣ Активна адміністрація – чесна гра та допомога в разі потреби.\r\n➣ Мінімальний донат для підтримки серверу та його стабільної роботи.\r\nㅤㅤㅤㅤㅤㅤㅤㅤ✶ Класика, до якої хочеться повертатись! ✶\r\nㅤㅤㅤㅤㅤㅤㅤㅤ✶ Вайп кожний четверг! ✶\r\nㅤㅤㅤㅤㅤㅤㅤㅤ✶ Лише ви і Rust! ✶\r\n✶✶✶✶✶✶✶✶✶✶✶THE BEST RUST SERVER!✶✶✶✶✶✶✶✶✶✶✶\r\nㅤㅤㅤㅤㅤㅤㅤㅤ✶ Welcome to our server! ✶\r\nㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ✶ Features of the Server ✶\r\n➣ No Tech-Tree – The old system of experiments in workbenches!\r\n➣ 2X Resource Rates – classic beration – the server is on good hosting and tested 40+ online.\r\n➣ Clan Tables – Easily create and manage a clan in a few clicks.\r\n➣ Active Administration – fair play and support whenever you need it.\r\n➣ Minimum donation to support the server and its stable operation.\r\nㅤㅤㅤㅤㅤㅤㅤㅤ✶ Classic Rust at its finest! ✶\r\nㅤㅤㅤㅤㅤㅤㅤㅤ✶ Weekly wipes every Thursday! ✶\r\nㅤㅤㅤㅤㅤㅤㅤㅤ✶ Just you and Rust! ✶\r\n✶✶✶✶✶✶✶✶✶✶✶THE BEST RUST SERVER!✶✶✶✶✶✶✶✶✶✶✶",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743087416,
    "score": 0,
    "last_online": 1743364254,
    "icon": null,
    "name": "DRAGON RUST-UA 2X OLD-VANILLA |WIPE 27.03.25",
    "connect": "65.109.63.52:60412",
    "request": "65.109.63.52:60414",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 6,
    "maxplayers": 80,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1739234853,
    "last_update": 1743364254,
    "banned": false,
    "wipe": 1743087708,
    "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/7468705");
$data = json_decode($json, true);
var_dump($data);