aiendpoint.dev
ServicesMastodon

Mastodon

community

Decentralized social network (fediverse). Open-source microblogging with federation via ActivityPub.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://mastodon.socialoauth2communicationconfidence: 90/1000 discoveries2 contributors
GEThttps://mastodon.social/api/v2/search

Search accounts, statuses, and hashtags

Parameters

qsearch query (stringrequired
typeaccounts|statuses|hashtags (stringoptional
limitresults (integeroptional
resolveresolve remote (booleanoptional

Returns

accounts[], statuses[], hashtags[] with name, url, history[]
GEThttps://mastodon.social/api/v1/timelines/public

Get public or home timeline

Parameters

limitresults (integeroptional
locallocal only (booleanoptional
max_idpagination (stringoptional

Returns

statuses[] with id, content, account, created_at, reblogs_count, favourites_count, media_attachments[]
POSThttps://mastodon.social/api/v1/statuses

Create a new post (toot)

Parameters

statuspost content (stringrequired
visibilitypublic|unlisted|private|direct (stringoptional
in_reply_to_idreply to status ID (stringoptional

Returns

id, content, account, created_at, url, visibility