2024-08-19 15:16:01 +02:00
# Versia Server API Documentation
2024-05-12 03:27:28 +02:00
2024-08-19 15:16:01 +02:00
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.
2024-05-12 03:27:28 +02:00
Some more information about the Mastodon API can be found in the [Mastodon API documentation ](https://docs.joinmastodon.org/api/ ).
## Emoji API
2024-06-08 05:31:17 +02:00
For client developers. Please read [the documentation ](./emojis.md ).
## Roles API
For client developers. Please read [the documentation ](./roles.md ).
2024-05-12 03:27:28 +02:00
2024-06-14 10:03:51 +02:00
## Challenges API
For client developers. Please read [the documentation ](./challenges.md ).
2024-05-12 03:27:28 +02:00
## Moderation API
2024-05-17 03:50:13 +02:00
> [!WARNING]
> **Not implemented.**
2024-06-08 05:31:17 +02:00
For client developers. Please read [the documentation ](./moderation.md ).
2024-05-17 03:50:13 +02:00
2024-07-17 01:20:18 +02:00
## Federation API
For client developers. Please read [the documentation ](./federation.md ).
2024-05-17 03:50:13 +02:00
## Frontend API
For frontend developers. Please read [the documentation ](./frontend.md ).
## Mastodon API Extensions
2024-06-11 21:55:40 +02:00
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 ).