Rust
API pentru Классика x5 для НОВИЧКОВ |Loot+|BigBoyRust|
Oferim o gamă largă de metode de integrare. Puteți utiliza oricare dintre ele sau puteți crea propria metodă folosind JSON API. Dacă aveți o propunere pentru adăugarea unei noi metode de integrare, vă rugăm să ne contactați. Contactați-ne
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/6349296json
{
"response": {
"fps": 190,
"fps_avg": 189,
"entities_count": 220633,
"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": 1775696411,
"icon": null,
"name": "Классика x5 для НОВИЧКОВ |Loot+|BigBoyRust|",
"connect": "s1.bigboyrust.ru:28015",
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 10,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 92,
"add_date": 1729684940,
"last_update": 1775696411,
"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": 193,
"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": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/6349296");
$data = json_decode($json, true);
var_dump($data);