← All APIs

OMDb

byAPI3FreeAirnode v0.1.0

The Open Movie Database: one record per film, series or episode, carrying its plot, its cast and crew as prose, its IMDb, Rotten Tomatoes and Metacritic scores side by side, its awards, certificate, runtime and box office, plus a paged search over titles. Every value arrives as a string, including the year, the scores and the box office, and "N/A" is what a missing one looks like rather than JSON null. Read the Response field before reading anything else: OMDb answers a lookup that matches nothing, and a lookup that named neither an id nor a title, with HTTP 200 and {"Response":"False","Error":"Movie not found!"} rather than with an error status, and this Airnode attests that envelope exactly as it attests a title. The content is contributed and maintained by OMDb's own users and mirrors IMDb without being it. OMDb states that it is not endorsed by or affiliated with IMDb.com, and neither is API3 or this Airnode. It is licensed CC BY-NC 4.0, so a consumer that passes the data on owes attribution and may not put it to commercial use without asking OMDb first. Data source and documentation: https://www.omdbapi.com/

Every response carries an EIP-191 signature from the Airnode that served it, so the data can be attributed back to its source rather than trusted on reputation.

Interface

Served at https://airnode-omdb.fly.dev/. The two requests below are everything the endpoint speaks, and each can be sent from this page. What comes back is verified right here in the browser.

GET /

Returns the machine-readable documentation this page is rendered from. Free, and everything an agent needs.

POST /

Names an operation and its parameters, performs it against the upstream API, and answers with the response and the attestation over it.

Verify the response

Every response is signed by the API that served it. Paste one to check it really came from this listing and was not altered along the way.