File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments