-
There are several Pokémon whose trademarked Japanese names are inaccurate in `data/v2/csv/pokemon_species_names.csv`. These include:
#0911 Skeledirge - Trademarked name should be `Laudbon` rather tha…
-
The OfficialArtwork interface is missing the `front_shiny` property that the API data schema now specifies as of 3 months ago (see [blame](https://github.com/PokeAPI/api-data/blame/dfb76cf05f6768800c7…
-
Error: Must provide name.
at devAssert (/Users/medium/Desktop/phpokedex/frontend/pokedex/node_modules/graphql/jsutils/devAssert.js:12:11)
at assertName (/Users/medium/Desktop/phpokedex/front…
-
The Paldea Pokedex is not provided yet.
Steps to Reproduce:
1.Go to https://pokeapi.co/api/v2/pokedex?limit=30
2.There are only 29 pokedexes and Paldea is not listed
PR to fix the issue is b…
-
the API is missing a gen 5 mon. please update!:)
-
Thanks so much for making this data and API available to us.
For awhile I've been using the GraphQL API (https://beta.pokeapi.co/graphql/v1beta), and now that Scarlet / Violet are out I noticed th…
-
**Describe the bug**
I am attempting to fetch a random PokemonSpecies from the National Pokedex. Due to incomplete data on PokeAPI, some fields are None. However, the package does not properly accoun…
-
Would like to be able to filter search results by generation. Also, generation affects the behavior of some items, as well as the EV system in general.
Here is the business logic for the feature an…
-
Create the command to fetch a random Pokemon and send its sprite and PokeDex entry using PokeAPI
https://pokeapi.co/docs/v2#info
- The syntax for the command should be -pokemon.
- Fetch a random …
-
### What's the problem you're trying to solve?
I need help with managing the data from an outside API, in particular in the INDEX routes when multiple elements are shown I don't know how I can select…