Skip to content
Docs
GraphQL
Quickstart

What is GraphQL?

IMDb APIs use GraphQL for querying data.

GraphQL (opens in a new tab) is a strongly typed API query language that provides an alternative to REST. You can use it to request the exact data you need, and therefore limit the number of requests you need.
GraphQL data is arranged in types, so your client can use client-side GraphQL libraries (opens in a new tab) to consume the API and avoid manual parsing.

Endpoint:

The GraphQL IMDb API is available at:

https://graph.imdbapi.dev/v1

Interactive GraphQL explorer

Explore the GraphQL API using the interactive GraphQL explorer, either: