- Home
- Categories
- Gaming
- PokeAPI
PokeAPI
PokeAPI offers developers free access to structured Pokémon game data, making it ideal for game development, research, and educational use.
Reference for available routes, request structures, and live examples.
Retrieve detailed information about a Pokémon species
https://pokeapi.co/pokemon/{name}curl -X GET 'https://pokeapi.co/pokemon/{name}'{
"name": "pikachu"
}{
"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"
}
}
]
}- {'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
v1100 requests per hour per IP (GraphQL Beta); REST Public: Unspecified, but reasonable usage expected
Use Case: Best For
Not Recommended For
Explore Related APIs
Discover similar APIs to PokeAPI
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.
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.
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.