Pokemon Data API
 Welcome to Pokemon Data API. Use this RESTful service with a simple GET request paried with "name" parameter of a Pokemon, move, ability or type, to get plenty of data about them. Or you can get a random item using the associated random request.
Pokemon Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Pokemon By Name /api/pokemon_data |
Get Pokemon data using its name. |
| GET |
Get Move By Name /api/move_data |
Get move data. |
| GET |
Get Type By Name /api/type_data |
Get type data. |
| GET |
Get Ability By Name /api/ability_data |
Get ability data. |
| GET |
Get random Ability /api/ability_random |
Get a random ability data. |
| GET |
Get random Pokemon /api/pokemon_random |
Get a random pokemon data. |
| GET |
Get random move /api/move_random |
Get random move data. |
| GET |
Get random type /api/type_random |
Get random type data. |
Pokemon Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA Recommended | $18.99 / month | — |
|