API · /arena-api

Are.na API

healthy 3,491 Subscribers

A live window into Are.na, the calm, ad-free social platform where people collect and connect ideas into visual "channels", as an API. Search the channels people are building — each with its block count, follower count and status — open a channel to read its details, or pull a channel's contents: the images, links and notes ("blocks") inside it. The community's collective research and moodboards delivered as clean JSON for creative, bookmarking, research and dashboard apps. Live data, no key. Distinct from microblogs, link-aggregators and forums — this is connected collecting.

api.oanor.com/arena-api
Get an API key Try in playground → Contact provider

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

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

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

Are.na API — live data on the oanor API marketplace

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
488 ms
Server probes · 24h
Subscribers
3,491
active
Total calls
121
last 7 days
status Full status page → · 14 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 550 calls / month
  • 5 requests / second
  • Hard cap (429 above quota, no overage)
  • 550 calls/month
  • 5 req/sec
  • Search, channel, blocks
  • No credit card
Sign in to subscribe

Starter

€7.00 /month

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

Pro

€16.00 /month

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

Business

€39.00 /month

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

Built by

Related APIs

Other APIs with overlapping tags.

Keltner Channels Screener (Multi-Asset) API — oanor API marketplace

Keltner Channels Screener (Multi-Asset) API

Which markets are breaking out of their volatility-adjusted trend channel, computed live from Yahoo Finance (no key, nothing stored). Keltner Channels wrap a 20-day exponential average in bands set at two Average-True-Ranges above and below it — and unlike Bollinger Bands, whose width is statistical standard deviation, Keltner's width is the market's actual trading range. A close above the upper Keltner band is a trend-following breakout (riding strength), below the lower a breakdown, and price hugging a band signals a powerful, persistent trend. For a cross-asset, cross-sector universe — equity indices and sectors, gold, oil, commodities, bonds and crypto — this computes each asset's Keltner upper, middle and lower bands, where price sits inside the channel, and flags fresh breakouts. The screener endpoint returns the upside and downside Keltner breakouts across the board. The asset endpoint returns one market's Keltner card. The universe endpoint lists what is covered. The cross-asset Keltner-channel / volatility-trend screener cut — distinct from the Bollinger-Bands screener (standard-deviation width, mean-reversion), the bring-your-own-candle ATR API and the other indicator screeners.

api.oanor.com/keltner-api

Minds API — oanor API marketplace

Minds API

Read any public Minds channel and the platform's live hashtag trends — no key needed. Minds is an open-source, decentralised social network; this API returns a public channel's display name, bio, subscriber and subscription counts, lifetime impressions, Plus/Pro and verified flags and join date, plus the hashtags trending on Minds right now with their volume. Pass a username (the handle without the @). Data comes live from Minds' own public API — nothing cached, nothing stored. Distinct from the Mastodon/fediverse APIs — Minds runs its own platform. Built for social dashboards, creator analytics and trend monitoring.

api.oanor.com/minds-api

Coub API — oanor API marketplace

Coub API

Live looping-video data from Coub, the social platform built around short, seamlessly looping video clips, served straight from Coub's public API — no key, nothing cached. The explore endpoint returns the trending feed (rising, hot or random coubs across the whole site), each with its title, view, like and recoub counts, duration, channel and tags, plus ready-to-use loop-preview image URLs at several sizes. The tag endpoint returns the newest coubs for a tag — cats, gaming, music — the hashtag feed of Coub. The channel endpoint returns a creator's profile (title, follower and recoub counts) together with their most recent coubs. Every clip comes back cleaned up: the watch URL, the channel handle, the human tags and several preview-image sizes. Everything is live from Coub, nothing stored. This is the looping-video discovery layer for any feed, meme, moodboard, embed or social app. Distinct from YouTube, Vimeo, Dailymotion and other video APIs — this is Coub's looping clips by trend, tag and channel. 3 endpoints, no key on our side.

api.oanor.com/coub-api

Farcaster API — oanor API marketplace

Farcaster API

A live window into Farcaster, the decentralised social network, as an API via the public Warpcast feed. Look a user up by username or FID for their profile (followers, following, bio); pull a user's recent casts (posts) with their likes, recasts and replies; browse the channels people post in, ranked by followers, or filter them; or open a single channel. The on-chain social graph delivered as clean JSON for social, web3 and dashboard apps. Live data, no key. Distinct from Mastodon, Bluesky and other social platforms — this is Farcaster.

api.oanor.com/farcaster-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

How do I get an API key for Are.na API?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call Are.na API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for Are.na API?
Free tier allows 1 request per second. Paid plans scale up to 50 requests per second on the Mega tier. Hard limits return HTTP 429 above the quota — no surprise overage charges.
How much does Are.na API cost?
Are.na API has a free tier with 100 calls / month. Paid plans start at €7.00 / month with higher quotas and faster rate limits.
Can I cancel my subscription anytime?
Yes. Plans are billed monthly and you can cancel anytime from your billing dashboard. No long-term contracts and no cancellation fee.
Is Are.na API GDPR-compliant?
All requests to Are.na API go through our EU-based gateway. Your upstream API key never leaves our server and no personal data is shared with the upstream provider beyond the request you send.

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/arena-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/arena-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/arena-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/arena-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Ratings

Sign in to rate.

No reviews yet.

Discussion

Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.

Sign in to start a thread or reply.

Sign in

New thread

/ 4000

📌 Pinned 🔒 Locked

·

· ·

/ 4000

🔒 This thread is locked — no new replies.

  • No threads yet — start the discussion.

Support

Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.

Sign in to open a support ticket.

Sign in

Open new ticket

Describe what you need help with. The provider team gets an email and replies on the ticket page.

  • No tickets yet for this API.

Subscription active — calls can start immediately.

Send your first request —

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