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.
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
References
- Documentation https://pokeapi.co/docs/graphql
- GettingStarted https://pokeapi.co/docs/graphql#quick-start
- GraphiQL https://beta.pokeapi.co/graphql/console/
- GitHub https://github.com/PokeAPI/pokeapi
- Website https://pokeapi.co
- REST API Documentation https://pokeapi.co/docs/v2
- GitHub Organization https://github.com/PokeAPI
- Main Website https://pokeapi.co