Rust
API für Классика x5 для НОВИЧКОВ |Loot+|BigBoyRust|
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/6349296json
{
"response": {
"fps": 223,
"fps_avg": 222,
"entities_count": 207271,
"world_seed": 300863772,
"world_size": 4000,
"steam_id": "90284116459577357",
"domain": "s1.bigboyrust.ru",
"id": 6349296,
"ip": "5.141.84.81",
"port": 28015,
"query": null,
"color": 0,
"city": "Yekaterinburg",
"description": "[EU] Welcome to the Big Boy Rust server \r\n Feel like a Big Boy \r\n - rates x5 \r\n - increased loot from boxes and crates \r\n - increased stacks \r\n - accelerated melting furnaces \r\n - kits /kit \r\n [RU] Добро пожаловать на сервер Big Boy Rust \r\n Почувствуй себя Большим мальчиком \r\n - рейты х5 \r\n - увеличенный лут из ящиков и крейтов \r\n - увеличенные стаки \r\n - ускоренное плавление печей \r\n - стартовые наборы /kit",
"game": 252490,
"owner": 89061,
"boosts": 1,
"last_offline": 1775700121,
"score": 5,
"last_online": 1775700611,
"icon": null,
"name": "Классика x5 для НОВИЧКОВ |Loot+|BigBoyRust|",
"connect": "s1.bigboyrust.ru:28015",
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1729684940,
"last_update": 1775700611,
"banned": false,
"wipe": 1775217570,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 200,
"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": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/6349296");
$data = json_decode($json, true);
var_dump($data);