2024-08-18 15:16:44 +02:00
|
|
|
|
---
|
|
|
|
|
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?
|
|
|
|
|
|
2024-08-18 18:02:56 +02:00
|
|
|
|
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:
|
2024-08-18 15:16:44 +02:00
|
|
|
|
|
|
|
|
|
- stable
|
2024-08-18 18:02:56 +02:00
|
|
|
|
- beta (PTB)
|
|
|
|
|
- alpha (Canary)
|
2024-08-18 15:16:44 +02:00
|
|
|
|
|
|
|
|
|
> Did you know that distroid stands for **Discord Android Tracker**?
|
2024-08-18 18:07:35 +02:00
|
|
|
|
|
|
|
|
|
## Requests
|
|
|
|
|
|
|
|
|
|
Base URL
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
https://distroid.xhyrom.dev/v{api_version_number}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Versions
|
|
|
|
|
|
|
|
|
|
| Version | Status |
|
|
|
|
|
| ------- | --------- |
|
|
|
|
|
| v1 | Available |
|