Pokédex API
The most complete bilingual Pokemon API available. Every response includes both English and Hebrew data — from names and type labels to full Pokédex descriptions, species trivia, and ability names. What's included: - 718 Hebrew Pokemon names sourced from Israel's leading Pokemon community (pocketmonsters.co.il), covering all generations - Hebrew Pokédex descriptions scraped in real-time from…
Pokédex API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Pokemon /pokemon/list |
Paginated list of Pokemon with bilingual names (EN/HE), types, generation, images, and basic stats. Use this to browse the full Pokédex page by page. Response includes: id, name,… |
| GET |
Get Pokemon Details /pokemon/detail/{idOrName} |
Full details for a single Pokemon in English and Hebrew. Accepts a Pokemon ID (e.g. 25), English name (e.g. pikachu), or Hebrew name (e.g. פיקאצ'ו). Includes Hebrew Pokédex… |
| GET |
List Types /pokemon/types |
Returns all 18 Pokemon types with English, Hebrew, and Japanese names, plus damage relations (double damage to/from, half damage to/from, no damage to/from) with Hebrew type… |
| GET |
Get Pokémon by Type /pokemon/type/{type} |
Returns a paginated list of all Pokemon belonging to a specific type (e.g. fire, dragon, fairy). Each Pokemon includes bilingual summary data. Response includes: type name… |
| GET |
Get Pokemon by Generation /pokemon/generation/{gen} |
Returns all Pokemon introduced in a specific generation (1–9). Includes the generation's Hebrew name and main region name in both languages. Response includes: generation… |
| GET |
Get Evolution Chain /pokemon/evolution/{idOrName} |
Returns the full evolution chain for a Pokemon as a recursive tree. Each node includes the species name in English and Hebrew, official artwork, evolution trigger in Hebrew (e.g.… |
| GET |
Search Pokemon /pokemon/search |
Search for Pokemon by partial name match in English or Hebrew. Automatically detects the query language. Searching "פיקא" returns Pikachu, "דרגונ" returns Dragonair and… |
Pokédex API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|