Mastodon
Get accounts, statuses and media. Create or delete statuses, likes, follows and bookmarks. Search by queries.
6 subscribers
24 ms avg latency
18 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Mastodon endpoints
| Method | Endpoint | Description |
|---|---|---|
| Account | ||
| GET |
Get Account /account |
Get an account given the account ID or username |
| GET |
Get Account Statuses /account/statuses |
Get an account's statuses (toots) given the account ID or username |
| GET |
Get Account Followers /account/followers |
Get an account's followers given the account ID or username |
| GET |
Get Account Follows /account/follows |
Get an account's follows given the account ID or username |
| GET |
Get Account Media /account/media |
Get an account's media given the account ID or username |
| GET |
Get Account Likes /account/likes |
Get an account's liked posts |
| GET |
Get Account Bookmarks /account/bookmarks |
Get an account's bookmarked statuses (toots) |
| POST |
Follow Account /account/follow |
Follow an account given the account ID or username |
| DELETE |
Unfollow Account /account/follow |
Unfollow an account given the account ID or username |
| Status | ||
| GET |
Get Status /status |
Get a status (toot) given the status ID |
| GET |
Get Status Thread /status/thread |
Get a status (toot)'s context and replies given the status ID |
| GET |
Get Status Likers /status/likers |
Get a status (toot)'s likers |
| GET |
Get Status Rebloggers /status/rebloggers |
Get a status (toot)'s rebloggers given the status ID |
| GET |
Get Status Media /status/media |
Get a status (toot)'s media given the status ID |
| POST |
Bookmark Status /status/bookmark |
Bookmark a status (toot) given the status ID |
| DELETE |
Unbookmark Status /status/bookmark |
Unbookmark a status (toot) given the status ID |
| Other endpoints | ||
| GET |
Get Health Check /health |
Get a health check |
| GET |
Search /search |
Search for accounts, statuses (toots), and hashtags |
Mastodon pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $5 / month | 10 / minute |
|
| ULTRA | $10 / month | 20 / minute |
|
| MEGA | $20 / month | 30 / minute |
|