mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 09:38:06 +01:00
34 lines
719 B
Markdown
34 lines
719 B
Markdown
---
|
||
title: Introduction
|
||
description: Introduction to the distroid api
|
||
---
|
||
|
||
# Introduction
|
||
|
||
This section of the documentation will cover the basics of the Distroid API, and how to use it.
|
||
|
||
Accessible on [https://distroid.xhyrom.dev](https://distroid.xhyrom.dev)
|
||
|
||
## What is Distroid API?
|
||
|
||
Distroid is an API that allows you to track and download the latest releases of Discord’s Android app. It supports all three google release channels:
|
||
|
||
- stable
|
||
- beta (PTB)
|
||
- alpha (Canary)
|
||
|
||
> Did you know that distroid stands for **Discord Android Tracker**?
|
||
|
||
## Requests
|
||
|
||
Base URL
|
||
|
||
```
|
||
https://distroid.xhyrom.dev/v{api_version_number}
|
||
```
|
||
|
||
### Versions
|
||
|
||
| Version | Status |
|
||
| ------- | --------- |
|
||
| v1 | Available |
|