Search all
Suche über Titel + Personen + Bilder. Query: query.
API · /imdb-api
18 endpoints for live IMDB data — title + name search, detail, cast, known-for, ID/URL helpers.
Pick a tier — billed monthly, cancel anytime.
Free
€19.00 /month
€49.00 /month
€129.00 /month
Other APIs with overlapping tags.
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
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
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
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
Quick answers about pricing, quotas, and integration.
Pick an endpoint from the list on the left to see its details and try it.
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())
Real-time access to IMDB title and people data.
Included — your oanor API key is forwarded to the upstream automatically.
0.4–1.8 seconds end-to-end. Live IMDB suggestion data, no stale cache.
4.4 · 375 rating(s)
Sign in to rate.
Bestes Preis-Leistungs-Verhältnis für cast filmography — das No-Leak-Gateway macht den Unterschied.
Appreciate the kind words. Always nice to hear from real production users.
Free tier was royaal genoeg om te evalueren. Na 3 dagen Pro.
Σταθερό uptime, καθαρό JSON. Ακριβώς ό,τι υπόσχεται η σελίδα marketing.
Sehr gute Doku. Try-It-Playground hat uns Stunden Lesen erspart.
Plug-and-play. Replaced our own scraper with this in an afternoon.
Appreciate the kind words. Always nice to hear from real production users.
Stabile Verfügbarkeit, sauberes JSON. Genau was die Marketing-Seite verspricht.
Appreciate the kind words. Always nice to hear from real production users.
Οι τιμές κλιμακώνονται καθαρά. Στο Pro σπάνια στο όριο.
Appreciate the kind words. Always nice to hear from real production users.
Excellent docs. The Try-It playground saved hours of reading.
Appreciate the kind words. Always nice to hear from real production users.
Good response shape. The cache TTL on ID-to-URL helpers could be tunable, would help us. Switched from a competitor.
Appreciate the kind words. Always nice to hear from real production users.
Der movie ratings-Endpoint ist schnell genug für unser Echtzeit-Dashboard.
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·
Provider answer
🔒 This thread is locked — no new replies.
·
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 inDescribe what you need help with. The provider team gets an email and replies on the ticket page.
·