Skip to content

Commit 8f9fcff

Browse files
committed
feat: add r6roulette api
1 parent 2a556ad commit 8f9fcff

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
* [Produkte](products/products.md)
66
* [Polas-System](products/polas.md)
77
* [PV-System](products/pvs.md)
8+
* [R6 Roulette - API](products/r6roulette.md)
89
* [TS-Updater](products/tsup.md)

products/r6roulette.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
description: R6 Roulette
3+
---
4+
5+
# R6 Roulette - API
6+
7+
> To access the API, you will need an API key. You can request this key through the ticket system on [Discord](https://discord.gg/z8ScRvf).
8+
> Once you receive the API key, you can use it to access the API and utilize all available functions.
9+
10+
11+
### Api Request
12+
All Operator
13+
```js
14+
https://api.r6roulette.de/operator?api_key={YourApiKey}
15+
```
16+
Select a specific one
17+
```js
18+
https://api.r6roulette.de/operator/Ace?api_key={YourApiKey}
19+
```
20+
Only attacker or defender
21+
```js
22+
https://api.r6roulette.de/role/attacker?api_key={YourApiKey}
23+
https://api.r6roulette.de/role/defender?api_key={YourApiKey}
24+
```
25+
all challenges
26+
```js
27+
https://api.r6roulette.de/challenges?api_key={YourApiKey}
28+
```

0 commit comments

Comments
 (0)