PokéAPI GraphQL · GraphQL Specification

PokéAPI GraphQL API

The PokéAPI GraphQL endpoint is a Hasura-powered GraphQL interface over the complete PokéAPI Pokémon database. It exposes every table in the `pokemon_v2` schema as a top-level query, supporting filtering, ordering, aggregation, and pagination via Hasura's standard argument conventions. The database covers Pokémon species, individual Pokémon forms, moves, abilities, types, items, evolutions, encounters, locations, regions, generations, game versions, Pokédexes, egg groups, berries, natures, machines (TM/HM), contest effects, and associated multilingual name/description tables.

Documentation Endpoint View on GitHub GraphQLPokemonGamingOpen DataHasuraDeveloper ToolsGraphQL

Overview

PokéAPI GraphQL API is a GraphQL API specification published by PokéAPI GraphQL on the APIs.io network.

The PokéAPI GraphQL endpoint is a Hasura-powered GraphQL interface over the complete PokéAPI Pokémon database. It exposes every table in the pokemon_v2 schema as a top-level query, supporting filtering, ordering, aggregation, and pagination via Hasura’s standard argument conventions. The database covers Pokémon species, individual Pokémon forms, moves, abilities, types, items, evolutions, encounters, locations, regions, generations, game versions, Pokédexes, egg groups, berries, natures, machines (TM/HM), contest effects, and associated multilingual name/description tables.

The GraphQL endpoint is available at https://beta.pokeapi.co/graphql/v1beta. documentation is published at https://pokeapi.co/docs/graphql.

The specification includes 8 reference links.

Tagged areas include Pokemon, Gaming, Open Data, Hasura, and Developer Tools.

Endpoint

https://beta.pokeapi.co/graphql/v1beta

References

Back to PokéAPI GraphQL · All GraphQL Specs · GitHub