API · /imdb-api

IMDB API

4.4 (375) healthy 3,813 Subscribers

18 endpoints for live IMDB data — title + name search, detail, cast, known-for, ID/URL helpers.

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

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

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

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

IMDB API — live data on the oanor API marketplace

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
866 ms
Server probes · 24h
Subscribers
3,813
active
Total calls
342
last 7 days
status Full status page → · 54 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

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

Basic

€19.00 /month

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

Pro

€49.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

€129.00 /month

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

Built by

Related APIs

Other APIs with overlapping tags.

Letterboxd API — oanor API marketplace

Letterboxd API

Live Letterboxd film-diary data as an API — Letterboxd is the social network for film lovers, and this returns any member's public diary and ratings from their RSS feed. The diary endpoint lists the films a member has recently watched, each with its title, year, the member's star rating, the date watched, whether it was a rewatch, a review excerpt and the film link. The stats endpoint computes a summary of their recent watching: the number of films, their average rating, the full rating distribution, the rewatch rate and the highest-rated film. The film-social and watch-activity layer for film, social and dashboard apps. Live, no key, no cache. Distinct from TV-listings and movie-catalogue APIs — this is a Letterboxd member's own diary and ratings.

api.oanor.com/letterboxd-api

Star Wars API — oanor API marketplace

Star Wars API

The Star Wars universe as an API — every character, planet, film, starship, vehicle and species from the saga. Look up a record by id (e.g. people 1 → Luke Skywalker: 172 cm, born 19 BBY, homeworld Tatooine), search any category by name (e.g. people q=skywalker → Luke, Anakin and Shmi), or list whole categories with paging. Each record carries the full canonical data — physical traits and affiliations for characters; climate, terrain, gravity and population for planets; crew, hyperdrive rating, cargo and cost for starships and vehicles; titles, directors, opening crawls and release dates for the films — with cross-references between them. Backed by swapi.tech. Ideal for fan sites, quizzes and trivia games, Discord bots, learning projects and any Star Wars app.

api.oanor.com/starwars-api

Disney API — oanor API marketplace

Disney API

Search and browse Disney characters — with their films, TV shows, short films, video games, park attractions, allies, enemies and artwork. Backed by the Disney character database. Great for fan apps, trivia, chatbots, recommendation and entertainment projects.

api.oanor.com/disney-api

Movies & TV API — oanor API marketplace

Movies & TV API

Search TV shows and movies, then fetch full details (genres, rating, network, summary, IMDb id, artwork), the complete episode guide and the cast for any title. Powered by TVMaze.

api.oanor.com/movies-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

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

Documentation

IMDB API

Real-time access to IMDB title and people data.

What you can do

Search

  • All — combined title + name + image search
  • Titles — movies, series, episodes
  • Names — actors, directors, crew
  • Top result — single best match
  • Images — image search

Titles

  • Detail by IMDB title ID (tt…)
  • Resolve — best title-ID for a query
  • From URL — pull data from any IMDB title URL
  • Cast summary — top cast condensed

Names

  • Detail by IMDB name ID (nm…)
  • Resolve — best name-ID for a query
  • From URL — pull data from any IMDB name URL
  • Known for — top works

Utils

  • ID ↔ URL conversion in both directions
  • Classify any IMDB ID as title or name

Authentication

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

Latency

0.4–1.8 seconds end-to-end. Live IMDB suggestion data, no stale cache.

Ratings

4.4 · 375 rating(s)

Sign in to rate.

  • 2026-05-13

    Bestes Preis-Leistungs-Verhältnis für cast filmography — das No-Leak-Gateway macht den Unterschied.

    Provider reply 2026-05-14

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

  • 2026-05-12

    Free tier was royaal genoeg om te evalueren. Na 3 dagen Pro.

  • 2026-05-09

    Σταθερό uptime, καθαρό JSON. Ακριβώς ό,τι υπόσχεται η σελίδα marketing.

  • 2026-05-09

    Sehr gute Doku. Try-It-Playground hat uns Stunden Lesen erspart.

  • 2026-05-06

    Plug-and-play. Replaced our own scraper with this in an afternoon.

    Provider reply 2026-05-11

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

  • 2026-05-03

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

    Provider reply 2026-05-05

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

  • 2026-05-01

    Οι τιμές κλιμακώνονται καθαρά. Στο Pro σπάνια στο όριο.

    Provider reply 2026-05-01

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

  • 2026-04-30

    Excellent docs. The Try-It playground saved hours of reading.

    Provider reply 2026-05-02

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

  • 2026-04-23

    Good response shape. The cache TTL on ID-to-URL helpers could be tunable, would help us. Switched from a competitor.

    Provider reply 2026-04-26

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

  • 2026-04-21

    Der movie ratings-Endpoint ist schnell genug für unser Echtzeit-Dashboard.

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.