UnifyAPI
← Back to catalog

mastodon.trending

mock data$0.001 / call

Trending Mastodon Posts

Trending posts on Mastodon (Fediverse) — popular content across the decentralized social network. Returns post text, author, reblogs, favourites, replies. No auth needed, $0 upstream (Mastodon.social)

Socialprovider: Mastodon#mastodon#social

Input schema

limit

Number of trending posts to return (default 10, max 40)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/mastodon.trending \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.