server/docs/api/index.md
2024-08-24 15:44:28 +02:00

40 lines
1.2 KiB
Markdown

# Versia Server API Documentation
The Versia Server API strictly follows the latest available Mastodon API version (Glitch-Soc version). This means that the Versia Server API is a superset of the Mastodon API, with additional endpoints and features.
Some more information about the Mastodon API can be found in the [Mastodon API documentation](https://docs.joinmastodon.org/api/).
## Emoji API
For client developers. Please read [the documentation](./emojis.md).
## Roles API
For client developers. Please read [the documentation](./roles.md).
## Challenges API
For client developers. Please read [the documentation](./challenges.md).
## Moderation API
> [!WARNING]
> **Not implemented.**
For client developers. Please read [the documentation](./moderation.md).
## Federation API
For client developers. Please read [the documentation](./federation.md).
## Frontend API
For frontend developers. Please read [the documentation](./frontend.md).
## Mastodon API Extensions
Extra attributes have been added to some Mastodon API routes. Those changes are [documented in this document](./mastodon.md)
## Instance API
Extra endpoints have been added to the API to provide additional information about the instance. Please read [the documentation](./instance.md).