favware / graphql-pokemon

Extensive Pokémon GraphQL API
http://graphql-pokemon.js.org/
MIT License
147 stars 13 forks source link

request: ipa notation for base species names #979

Closed castdrian closed 2 months ago

castdrian commented 2 months ago

Is there an existing issue or pull request for this?

Feature description

Another niche field request birthed from working on PokéDex stuff, this page has phonetic listings for Gen 1-8, those would make for a niche but useful additional field https://bulbapedia.bulbagarden.net/wiki/User:SnorlaxMonster/Pronunciation

Desired solution

An additional field on the Pokemon object something along the lines of pronounciation, ipa-notation etc…

Alternatives considered

Scraping the page and bundling a json document into my application

Additional context

I’ll do the above anyway and will attach the file later for ease of implementation if deemed useful enough

castdrian commented 2 months ago

gpt-4o did quick work of it ngl pokemon_pronunciations.json

favna commented 2 months ago

Added in 3680c2e48357cb9c3a49e5f71351b7aaa556a78f

Edit: Released in v8.6.0