Threads has no public trending-topics endpoint and no third-party trend API comparable to X or TikTok. Meta's official API covers posting and limited insights for business accounts. This page maps what programmatic Threads trend data actually exists and which cross-platform signals proxy attention on the network.
Meta launched Threads in July 2023 and opened a limited developer API in 2024. What it did not launch: a public trending-topics endpoint. Teams asking for "Threads trend data API" usually want ranked hashtags or topic volume over time. That data path does not exist in self-serve form the way X trending feeds or TikTok hashtag volume do.
Meta exposes Threads through the Instagram Graph API for business accounts that link an Instagram profile.
Supported operations (high level):
Not supported:
Authentication requires a Meta developer app, Instagram business account linkage, and OAuth tokens scoped to the account being managed. This is a publishing and analytics API for owned accounts, not a trend intelligence API for the open network.
Rate limits follow Meta's standard Graph API tiers. Exceeding them returns HTTP 429 with a retry-after header. Limits vary by app review status and endpoint.
Threads shares infrastructure with Instagram but maintains a separate feed algorithm. Meta has not exposed aggregate trend signals the way Google publishes Search interest or TikTok surfaces hashtag charts.
Possible reasons (speculation, not confirmed by Meta):
The practical impact: any "Threads trend API" product listing that is not Meta official or an enterprise monitoring contract should be verified carefully. Scraping Threads violates Meta's terms and breaks when the frontend changes.
Without a direct endpoint, researchers triangulate from platforms where trend data is programmatically available.
Consumer topics often originate or amplify on TikTok before spreading to Threads. TikTok hashtag volume is available through Trends MCP:
{
"source": "tiktok",
"keyword": "stanley cup"
}
Growth across 3-month and 12-month windows helps distinguish a sustained trend from a one-day spike.
Threads accounts tie to Instagram profiles. Google Search volume for Instagram-adjacent queries and Instagram-native trend behavior (where available through other tools) can signal creator-led momentum that crosses into Threads discussions.
Breaking news and sports events appear on X trending feeds hours before they saturate Threads. The live feed is available without X developer credentials:
{
"mode": "top_trends",
"type": "X (Twitter) Trending",
"limit": 25
}
On June 23, 2026, the feed included sports and news terms (for example ranked entries for Norway, Senegal, and Wolves), illustrating the type of real-time signal that often propagates across text-first social networks.
When a topic spikes on TikTok and X simultaneously, Google Search interest usually confirms broader demand:
{
"source": "google search",
"keyword": "world cup qualifier"
}
Pairing get_growth with comma-separated sources ("google search, tiktok, youtube") returns aligned growth percentages in one request.
| Platform | Public trend feed | Keyword time series | Self-serve API |
|---|---|---|---|
| Threads | No | No | Publishing and owned insights only |
| X (Twitter) | Yes (via Trends MCP or official API) | No (live feed only on Trends MCP) | Yes |
| TikTok | Hashtag charts via trend tools | Yes (hashtag volume) | Yes (via Trends MCP) |
| No ranked public API | Limited | Graph API for business accounts | |
| Google Search | N/A | Yes (search volume) | Yes (via Trends MCP) |
For a full X cost breakdown, see X API pricing comparison. For multi-platform feeds in one connection, see social media trends API.
Teams that need archived Threads post text, sentiment, and influencer tracking at scale typically buy enterprise social listening contracts. Vendors in that category (Meltwater, Brandwatch, Talkwalker) bundle Threads alongside X, Instagram, and news sources under annual agreements starting in the mid five figures per year. That is mention monitoring, not a developer-friendly trend feed.
See social listening API pricing comparison for contract ranges.
A lightweight pipeline when direct Threads data is unavailable:
get_top_trends, type X (Twitter) Trending).get_growth across google search, tiktok, and youtube with 3M and 12M windows.This does not replace Threads-native data. It catches most consumer and news surges at a fraction of the cost of enterprise monitoring or per-post X API reads.
A public Meta Threads trend endpoint would require Meta to publish ranked topics or hashtag volume through the Graph API with clear rate limits and pricing. Until then, "Threads trend API" queries are best answered with an honest map of gaps and the cross-platform proxies above.
FAQ