Back to catalog
🎌

PokéAPI

Free

Pokémon data, including imagery

🎌AnimeHTTPSNo API key required

Gen 1 Starters

5 items

Bulbasaur

Grass / Poison

45

Charmander

Fire

39

Squirtle

Water

44

Pikachu

Electric

35

Eevee

Normal

55

Sample Response

response.json
1{
2 "items": [
3 {
4 "name": "Bulbasaur",
5 "types": "Grass / Poison",
6 "hp": 45,
7 "attack": 49,
8 "defense": 49
9 },
10 {
11 "name": "Charmander",
12 "types": "Fire",
13 "hp": 39,
14 "attack": 52,
15 "defense": 43

Code Snippets

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

Similar APIs