]> git.mxchange.org Git - friendica.git/blob - doc/API-Mastodon.md
Merge pull request #7931 from nupplaphil/bug/codecov_exclude
[friendica.git] / doc / API-Mastodon.md
1 # Mastodon API
2
3 * [Home](help)
4   * [Using the APIs](help/api)
5
6 ## Overview
7
8 Friendica provides the following endpoints defined in [the official Mastodon API reference](https://docs.joinmastodon.org/api/).
9
10 Authentication is the same as described in [Using the APIs](help/api#Authentication).
11
12 ## Entities
13
14 These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/api/entities/).
15
16 ## Implemented endpoints
17
18 - [GET /api/v1/follow_requests](https://docs.joinmastodon.org/api/rest/follow-requests/#get-api-v1-follow-requests)
19 - [GET /api/v1/instance](https://docs.joinmastodon.org/api/rest/instances)
20 - GET /api/v1/instance/peers - undocumented, but implemented by Mastodon and Pleroma
21
22 ## Non-implemented endpoints
23
24 - [POST /api/v1/follow_requests/:id/authorize](https://docs.joinmastodon.org/api/rest/follow-requests/#post-api-v1-follow-requests-id-authorize)
25 - [POST /api/v1/follow_requests/:id/reject](https://docs.joinmastodon.org/api/rest/follow-requests/#post-api-v1-follow-requests-id-reject)
26