RESTful APIs built to interact with Pokémon data from PokéAPI & pokemontcg.io
ideal for developers building Pokédex apps, games, or data-intensive Pokémon visualisations.
The Pokémon ー catch 'em all project wraps key endpoints of the widely-used PokéAPI to provide simplified, consistent access to Pokémon data. Whether you’re building a frontend Pokédex, mobile app, or data-science tool, this service streamlines requests, handles caching/formatting, and makes integration easy.
- Fetch Pokémon by name or ID
- Get Pokémon Card with pagination support
- Retrieve Pokémon types, abilities, stats
- Consistent JSON responses designed for frontend use
- Environment variable support (API keys, ports)
# Clone the repository
git clone https://github.com/AngelBelRoth/api-Pokemon.git
# Navigate into the directory
cd api-Pokemon
# Install dependencies
npm install