-
-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pokemons rename in species request #1045
Comments
aristofany-herderson
closed this as not planned
Won't fix, can't repro, duplicate, stale
Feb 15, 2024
aristofany-herderson
changed the title
Urshifu-single-strike to urshifu rename in species request
Pokemons rename in species request
Feb 15, 2024
Intended, species and pokemon are different things. Yeah, i also think its stupid. I talk bout that in #1037 species is telling you everything you find under an natdex number, while pokemon are just specific forms of a pokemon, the numeric request being the first form under the natdex number. |
closing this since it's the intended way, as of now |
O-Tahmas
added a commit
to O-Tahmas/pokeapi
that referenced
this issue
May 26, 2024
Removed dupe in locations.csv , malie-city entry PokeAPI#1045 && PokeAPI#768
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The names of the pokemons are different, taking into account the urls
https://pokeapi.co/api/v2/pokemon/{name}
andhttps://pokeapi.co/api/v2/pokemon-species/{name}
, generating errors.For example, in the
https://pokeapi.co/api/v2/pokemon/892
request, the name of the pokemon is urshifu-single-strike, however in thehttps://pokeapi.co/api/v2/pokemon-species/892
request, the name is urshifu, generating an error, if the request is made by name.The text was updated successfully, but these errors were encountered: