Try GraphQL

Purpose-built Demo APIs for GraphQL.

The Pokédex schema contains basic information about Pokémon and doesn’t contain much else. It's known as a “classic” GraphQL API example.

This schema is entirely uncached and immediate, which makes it ideal to test GraphQL queries without any intereference from other caches.

It covers a wide range of types, enums, and scalars, so it’s still a good place to start when trying out GraphQL.

basic-pokedex

# Enter a GraphQL query.

{}
{
  • "data": null,
  • "errors": []
}