← All APIs

MoviesDatabase

byAPI3FreeAirnode v0.1.0

MoviesDatabase is a catalogue of around nine million films, series and episodes, with cast, crew, ratings, images and trailers, and around eleven million people. This Airnode wraps its read endpoints, so a consumer receives a title or a rating with a signature saying this Airnode obtained it from MoviesDatabase at this time.

The catalogue is open-ended enough to be worth searching rather than looked up by identifier, so most operations here take a free text term or a filter and return a page of results. An identifier, once found, is an IMDb one such as tt0111161, and the rest of the operations take it.

The listing is a third-party repackaging rather than the producer of this data, and its catalogue is consistent with the IMDb non-commercial datasets, which are licensed for personal and non-commercial use. Nothing here is priced, and the provenance is worth knowing before anything is built on it.

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-moviesdatabase.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.