Rust
API for RUSTONIK2 Vanilla X2 Wipe 3.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. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11002173json
{
"response": {
"fps": 44,
"fps_avg": 45,
"entities_count": 138597,
"world_seed": 84573988,
"world_size": 3550,
"steam_id": "90284206202207235",
"domain": null,
"id": 11002173,
"ip": "212.22.93.105",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Moscow",
"description": "\nДобро Пожаловать!!!! \r\n Устали от хардкора и токсичности? Хотите освоить Rust в спокойной и дружелюбной атмосфере? Тогда сервер RUSTONIK2 — это то, что вам нужно! Мы создали идеальные условия для новичков и тех, кто ищет комфортную игру. \r\n • Идеально для Новичков \r\n • Оптимальная Карта 3000",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775872917,
"score": 5,
"last_online": 1775902815,
"icon": null,
"name": "RUSTONIK2 Vanilla X2 Wipe 3.04",
"connect": "212.22.93.105:28014",
"request": "212.22.93.105:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1769918134,
"last_update": 1775902815,
"banned": false,
"wipe": 1775216824,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2620,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11002173");
$data = json_decode($json, true);
var_dump($data);