Rust
API pentru [UA/EU] Band | X2 | NoLimit | Kits | VIP
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/11259966json
{
"response": {
"fps": 165,
"fps_avg": 163,
"entities_count": 138555,
"world_seed": 789550958,
"world_size": 4500,
"steam_id": "90284208512962571",
"domain": null,
"id": 11259966,
"ip": "51.75.55.143",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Warsaw",
"description": "![[UA/EU] Band | X2 | NoLimit | Kits | VIP](https://i.ibb.co/6xjDgF3/Chat-GPT-Image-19-2026-19-55-16.png)\n[UA/EU] Band | X2 | Weekly | NoLimit | Kits | VIP \r\n Команда NoLimit \r\n x2 Ресурси та лут \r\n Прискорена плавка \r\n Автолут бочок і дорожніх знаків \r\n Автоавторизація турелей і ППО \r\n Збільшений ліміт турелей \r\n Кіти \r\n VIP \r\n Привілеї \r\n Вайп: Щочетверга \r\n Деталі та бонуси: \r\n discord.gg/bandua",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775744525,
"score": 0,
"last_online": 1775886014,
"icon": null,
"name": "[UA/EU] Band | X2 | NoLimit | Kits | VIP",
"connect": "51.75.55.143:28015",
"request": "51.75.55.143:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1774555184,
"last_update": 1775886014,
"banned": false,
"wipe": 1775744525,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2434,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11259966");
$data = json_decode($json, true);
var_dump($data);