API for Rarerust MAIN | X2 | Vanilla | NoLimit |
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 65572,
"world_seed": 1239193863,
"world_size": 3500,
"steam_id": "90286056967901201",
"domain": null,
"id": 10533736,
"ip": "185.189.255.82",
"port": 35100,
"query": 35110,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"CRMwYfyoKb\",\"type\":\"image\",\"data\":{\"caption\":\"Rarerust | X2 | Vanilla+ | NoLimit | \",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://pic.survivalhost.org/images/2026/03/05/Picture-in-main-menu2-2.png\"}}},{\"id\":\"mk3B5W6fPx\",\"type\":\"paragraph\",\"data\":{\"text\":\"Rarerust MAIN X2 — Классика для новичков\\nДобро пожаловать на Rarerust MAIN X2, дружелюбный сервер Rust для новичков, который бережёт ваши нервы и время!\\n\\nПрисоединяйтесь к нам!\\nВсе вопросы, новости и общение — в нашем Telegram: t.me/Rarerust\\n\\n• Сниженное гниение построек\\n• Рейд-Блок 18:00-22:00\\n• Стаки: x3\\n• Карта: 3500\\n• Нет к/д в мирном городе и бандитке\\n\\n\"}}]",
"game": 252490,
"owner": 124664,
"boosts": 1,
"last_offline": 1779419618,
"last_online": 1779743413,
"icon": null,
"name": "Rarerust MAIN | X2 | Vanilla | NoLimit |",
"connect": "185.189.255.82:35100",
"request": "185.189.255.82:35110",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1762518606,
"last_update": 1779743413,
"banned": false,
"wipe": 1778242083,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 376,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "denmarkx",
"avatar": "e5223cf0-bea2-431b-93c9-4b4c45956883.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10533736");
$data = json_decode($json, true);
var_dump($data);