Skip to content
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

[BUG] Pokemon weight is inaccurate #1182

Closed
pedwards95 opened this issue Jan 5, 2025 · 4 comments
Closed

[BUG] Pokemon weight is inaccurate #1182

pedwards95 opened this issue Jan 5, 2025 · 4 comments

Comments

@pedwards95
Copy link

pedwards95 commented Jan 5, 2025

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.

@Naramsim
Copy link
Member

Naramsim commented Jan 6, 2025

Yes we are aware, it's written in the documentation

@Naramsim
Copy link
Member

Naramsim commented Jan 6, 2025

I don't think we will change the unit

@phalt
Copy link
Member

phalt commented Jan 6, 2025

Docs say it is in hectograms, so we're keeping it like it is :)

@Naramsim Naramsim closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2025
@pedwards95
Copy link
Author

What an incredibly stupid choice. Hectograms. How fucking dumb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants