published

PokeAPI

PokeAPI offers developers free access to structured Pokémon game data, making it ideal for game development, research, and educational use.

null%Uptime
nullmsLatency
0Stars
No AuthAuth
NoCredit Card
RESTStyle
v1Version
API Endpoints

Reference for available routes, request structures, and live examples.

Retrieve detailed information about a Pokémon species

Full Endpoint URL
https://pokeapi.co/pokemon/{name}
Implementation Example
curl -X GET 'https://pokeapi.co/pokemon/{name}'
Request Payload
{
  "name": "pikachu"
}
Expected Response
{
  "id": 25,
  "name": "pikachu",
  "types": [
    {
      "slot": 1,
      "type": {
        "name": "electric"
      }
    }
  ],
  "height": 4,
  "weight": 60,
  "sprites": {
    "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/25.png"
  },
  "abilities": [
    {
      "ability": {
        "name": "static"
      }
    }
  ]
}
Version:v2
Limit:100 requests/minute
Real-World Applications
  • {'items': ['Building web and mobile Pokémon encyclopedias'Optimized Capability
  • 'Game mechanics calculators'Optimized Capability
  • 'Data visualization dashboards for Pokédex stats'Optimized Capability
  • 'Educational programming projects using Pokémon data'Optimized Capability
  • 'ML or AI models trained on Pokémon features']}Optimized Capability

API Specifications

v1
Pricing Model
Free
Credit Card
Not Required
Response Formats
{'items': ['JSON']}
Supported Languages
8 Languages
SDK Support
REST Only
Rate Limit

100 requests per hour per IP (GraphQL Beta); REST Public: Unspecified, but reasonable usage expected

Use Case: Best For

Not Recommended For

#gaming#entertainment#pokemon

Explore Related APIs

Discover similar APIs to PokeAPI

View All APIs
OPEN SOURCE

Magic: The Gathering API

The Magic: The Gathering API provides developers free access to a comprehensive database of MTG cards, sets, and game elements for application development.

OPEN SOURCE

Deck of Cards API

The Deck of Cards API offers developers a straightforward way to simulate standard playing card decks for game and educational applications.

OPEN SOURCE

Dungeons & Dragons API

The Dungeons & Dragons API offers developers comprehensive and free access to data related to D&D 5th Edition, suitable for applications and tools in the tabletop RPG space.