Back to catalog
🎮

PokéAPI (GraphQL)

Free

The Unofficial GraphQL for PokeAPI

🎮Games & ComicsHTTPSCORS enabledNo API key required

Pokémon

5 items

Charizard

Fire/Flying

Generation I

Mewtwo

Psychic

Generation I

Umbreon

Dark

Generation II

Gardevoir

Psychic/Fairy

Generation III

Lucario

Fighting/Steel

Generation IV

Sample Response

response.json
1{
2 "items": [
3 {
4 "name": "Charizard",
5 "type": "Fire/Flying",
6 "hp": "78",
7 "generation": "Generation I",
8 "is_legendary": "false"
9 },
10 {
11 "name": "Mewtwo",
12 "type": "Psychic",
13 "hp": "106",
14 "generation": "Generation I",
15 "is_legendary": "true"

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://github.com/mazipan/graphql-pokeapi"
View Documentation

Similar APIs