Skip to main content

What is GraphQL?

GraphQL is a query language for APIs that lets you request exactly the fields you need in a single, typed request, with no over-fetching and no chained calls. Brandfetch’s GraphQL endpoint is available at https://graphql.brandfetch.io and authenticates with the same API key as the REST APIs.

GraphQL Playground

Explore the GraphQL API using the interactive playground:

GraphQL schema definition

You can find a guide on previewing the full schema reference in the following sections: