Pokemon API
The RESTful API that will give you a simple and easy way to retrieve information about any Pokemon from the PokéAPI. By making a GET request to the /pokemon endpoint with the name of the Pokemon as a query parameter, this API returns a JSON response with a wealth of data on that Pokemon's abilities, moves, stats, and more. The API is built using Python and the Flask web framework, and uses the…
Pokemon API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
pokemon /pokemon |
Pokemon |
Pokemon API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / minute |
|
| PRO | $9.99 / month | 100 / minute |
|
| ULTRA Recommended | $39.99 / month | 100 / minute |
|
| MEGA | $99.99 / month | 100 / hour |
|