API · /threads-api

Threads API

unhealthy

32 endpoints for live Meta Threads data — users, posts, search, topics, trending, URL helpers.

api.oanor.com/threads-api
Get an API key Try in playground → Contact provider
For AI / LLMs

Machine-readable spec so AI agents can integrate this API.

/api/threads-api/openapi.json
/api/threads-api/llms.txt

Discovery: GET /api/index.json lists every API.

API health

unhealthy
Uptime
99.69%
Server probes · 24h
Avg latency
1262 ms
Server probes · 24h
Subscribers
0
active
Total calls
10,024
last 7 days
status Full status page → · 2592 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 100 calls / month
  • 1 requests / second
  • Hard cap (429 above quota, no overage)
  • 100 calls/month
  • 1 req/sec
  • All endpoints
  • No credit card
Sign in to subscribe

Basic

€15.00 /month

  • 25,000 calls / month
  • 10 requests / second
  • Hard cap (429 above quota, no overage)
  • 25k calls/month
  • 10 req/sec
  • Email support
Sign in to subscribe

Pro

€49.00 /month

  • 100,000 calls / month
  • 20 requests / second
  • Hard cap (429 above quota, no overage)
  • 100k calls/month
  • 20 req/sec
  • Priority support
  • Webhook events
Sign in to subscribe

Mega

€149.00 /month

  • 500,000 calls / month
  • 50 requests / second
  • Hard cap (429 above quota, no overage)
  • 500k calls/month
  • 50 req/sec
  • Dedicated SLA
  • Custom integrations
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

Pick an endpoint from the list on the left to see its details and try it.

Code snippets

Sign up to get an API key, then call any path under your slug.

curl https://api.oanor.com/threads-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/threads-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/threads-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/threads-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Documentation

Threads API

Real-time access to Meta Threads public data — 32 endpoints across users, posts, search, topics, trending and URL helpers.

What you can do

Users (6)

Search, profile, links, top-result, posts, replies.

Posts (6)

Search, recent, links, codes, top-result, by-URL.

Search (7)

Combined, users-only, posts-only, top-result, links, suggestions, media.

Topics (3)

Search, links, top-result.

Trending (2)

Trending search terms + trending posts.

Utils (8)

Username/post-code extraction from URLs, profile/post/search URL builders for both threads.net and threads.com domains.

Authentication

Included — your oanor API key is forwarded to the upstream automatically.

Latency

0.4–2.8 seconds end-to-end. Outbound residential proxy rotation, no stale cache.

Ratings

Sign in to rate.

No reviews yet.

Subscription active — calls can start immediately.

Send your first request —

Subscription active — copy a snippet and fire off your first call.