You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When requesting a pokemon from the API, the weight is off by 10x.
For example, when requesting https://pokeapi.co/api/v2/pokemon/snorlax weight = 4600
when it should be weight = 460kg
This is true for Ditto and Meowth as well. Have not checked other pokemon, but assume it is the same.
Edit: If this falls on me to fix, it will be delayed.
The text was updated successfully, but these errors were encountered:
When requesting a pokemon from the API, the weight is off by 10x.
For example, when requesting
https://pokeapi.co/api/v2/pokemon/snorlax
weight = 4600
when it should be
weight = 460kg
This is true for Ditto and Meowth as well. Have not checked other pokemon, but assume it is the same.
Edit: If this falls on me to fix, it will be delayed.
The text was updated successfully, but these errors were encountered: