$ cat pokeapi.md
PokéAPI
PokéAPI is a RESTful API that provides comprehensive Pokémon-related data. It's a free-to-use database containing information about Pokémon, their moves, abilities, types, and more.
Key Features
- Comprehensive Data: Access information about Pokémon, moves, abilities, and items
- RESTful Architecture: Clean and intuitive API endpoints
- JSON Responses: All data is returned in JSON format
- No Authentication: Free to use without API keys
- Rate Limiting: Fair use limits of 100 requests per IP per minute
- Caching Support: Responses can be cached to optimize performance
Common Endpoints
/pokemon/{id or name}- Get basic Pokémon information/type/{id or name}- Get Pokémon type data/ability/{id or name}- Get ability information/generation/{id}- Get data for specific game generations/berry/{id or name}- Get berry information
Web tool
- Official Site: PokéAPI
- Documentation: API Documentation
- Source Code: GitHub Repository