Back to catalog
🎮

GraphQL Pokemon

Free

GraphQL powered Pokemon API. Supports generations 1 through 8

🎮Games & ComicsHTTPSCORS enabledNo API key required

GraphQL Pokemon

5 items

Bulbasaur

Grass/Poison

64

Charmander

Fire

62

Squirtle

Water

63

Pikachu

Electric

112

Mewtwo

Psychic

340

Sample Response

response.json
1{
2 "items": [
3 {
4 "name": "Bulbasaur",
5 "id": 1,
6 "type": "Grass/Poison",
7 "base_experience": 64,
8 "weight": 69
9 },
10 {
11 "name": "Charmander",
12 "id": 4,
13 "type": "Fire",
14 "base_experience": 62,
15 "weight": 85

Code Snippets

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

Similar APIs