Rust
Классика x5 для НОВИЧКОВ |Loot+|BigBoyRust| için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6349296json
{
"response": {
"fps": 170,
"fps_avg": 178,
"entities_count": 219855,
"world_seed": 300863772,
"world_size": 4000,
"steam_id": "90284072468609037",
"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": 1775613802,
"score": 5,
"last_online": 1775698210,
"icon": null,
"name": "Классика x5 для НОВИЧКОВ |Loot+|BigBoyRust|",
"connect": "s1.bigboyrust.ru:28015",
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 12,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 93,
"add_date": 1729684940,
"last_update": 1775698210,
"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": 173,
"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": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/6349296");
$data = json_decode($json, true);
var_dump($data);