API · /youtube-api

YouTube API

4.3 (1425) healthy 3,929 Subscribers

38 endpoints for live YouTube data — search, suggestions, video & channel detail, thumbnails, ID/URL helpers.

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

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

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

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

YouTube API — live data on the oanor API marketplace

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
824 ms
Server probes · 24h
Subscribers
3,929
active
Total calls
684
last 7 days
status Full status page → · 76 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

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

Basic

€25.00 /month

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

Pro

€69.00 /month

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

Mega

€179.00 /month

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

Built by

Related APIs

Other APIs with overlapping tags.

TikTok API — oanor API marketplace

TikTok API

20 endpoints for live TikTok public data — user profiles, posts, search, hashtags, media + URL helpers.

api.oanor.com/tiktok-api

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

Frequently asked questions

Quick answers about pricing, quotas, and integration.

How do I get an API key for YouTube API?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call YouTube API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for YouTube 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 YouTube API cost?
YouTube API has a free tier with 100 calls / month. Paid plans start at €25.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 YouTube API GDPR-compliant?
All requests to YouTube 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/youtube-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/youtube-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/youtube-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/youtube-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Documentation

YouTube API

Real-time access to YouTube data — search, suggestions, videos, channels, thumbnails and ID/URL helpers.

What you can do

Search (7)

  • Combined / videos / channels / live / top-result / video-IDs / thumbnails

Suggestions (3)

  • Auto-complete: phrases, entities, combined

Videos (8)

  • Detail · title · author · thumbnail · embed-HTML · provider · URLs · all-resolution thumbnails

Channels (6)

  • ID from handle · RSS feed + metadata · latest videos · latest video · video IDs

Utils (14)

  • Video-ID ↔ URL conversion · all five thumbnail sizes · channel ↔ handle ↔ URL · playlist ID ↔ URL

Authentication

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

Latency

p50 ~200ms, p95 ~1.4s. Live YouTube web/oEmbed/RSS/Suggest data, no stale cache.

Ratings

4.3 · 1425 rating(s)

Sign in to rate.

  • 2026-05-20

    Support ha risposto in poche ore. Una settimana risparmiata.

  • 2026-05-16

    video detail fonctionne comme annoncé. Sub-300ms p95 serait un rêve. On continue.

  • 2026-05-14

    Stabile Verfügbarkeit, sauberes JSON. Genau was die Marketing-Seite verspricht.

  • 2026-05-14

    Το video detail επιστρέφει ακριβώς τα πεδία που χρειαζόμαστε.

    Provider reply 2026-05-20

    Appreciate the kind words. Always nice to hear from real production users.

  • 2026-05-12

    Plan gratuito generoso para evaluar. Upgrade a Pro tras 3 días. Recomendado.

  • 2026-05-12

    Good response shape. The cache TTL on video detail could be tunable, would help us.

  • 2026-05-12

    Pricing scales smoothly. We're on Pro and rarely hit the cap. Production load.

    Provider reply 2026-05-14

    Appreciate the kind words. Always nice to hear from real production users.

  • 2026-05-10

    Pricing scales smoothly. We're on Pro and rarely hit the cap. Production load.

  • 2026-05-10

    Mostly great. Webhook payload schema changed once without notice — clear post-mortem afterward.

    Provider reply 2026-05-15

    Appreciate the kind words. Always nice to hear from real production users.

  • 2026-05-09

    Gestern 6 Stunden down ohne Status-Update. Schwer zu empfehlen.

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.