Rust
API for Классика x3 для НОВИЧКОВ |Loot+|BigBoyRust|
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/7174664json
{
"response": {
"fps": 132,
"fps_avg": 133,
"entities_count": 194866,
"world_seed": 14010008,
"world_size": 4000,
"steam_id": "90284072467324941",
"domain": "s2.bigboyrust.ru",
"id": 7174664,
"ip": "5.141.84.81",
"port": 27015,
"query": null,
"color": 0,
"city": "Yekaterinburg",
"description": "\nДобро пожаловать на сервер Big Boy Rust \r\n Почувствуй себя Большим мальчиком \r\n - рейты х3 \r\n - увеличенный лут из ящиков и крейтов \r\n - увеличенные стаки \r\n - ускоренное плавление печей \r\n - стартовые наборы /kit\r\n И многое-многое другое ждёт тебя",
"game": 252490,
"owner": 89061,
"boosts": 1,
"last_offline": 1775613802,
"score": 0,
"last_online": 1775675411,
"icon": null,
"name": "Классика x3 для НОВИЧКОВ |Loot+|BigBoyRust|",
"connect": "s2.bigboyrust.ru:27015",
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 80,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 106,
"add_date": 1736279734,
"last_update": 1775675411,
"banned": false,
"wipe": 1775476696,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 129,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": {
"username": "salutgoda",
"avatar": "5f927704-9e27-42a3-90f1-8df7a2823e38.jpg",
"last_online": 1775423728
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7174664");
$data = json_decode($json, true);
var_dump($data);