# PokéAPI GraphQL API The PokéAPI GraphQL beta exposes the same Pokémon dataset as the REST API through a single endpoint with field-level selection, joins, and filtering. It is well suited to clients that want to cherry-pick fields across Pokémon, species, moves, and abilities in a single round trip. **Endpoint:** https://beta.pokeapi.co/graphql/v1beta **Documentation:** https://pokeapi.co/docs/graphql **References:** - Documentation: https://pokeapi.co/docs/graphql - GettingStarted: https://beta.pokeapi.co/graphql/console/