PokeAPI / api-data

Static JSON data from the API, plus a JSON Schema
BSD 3-Clause "New" or "Revised" License
135 stars 47 forks source link

Legends arceus pokeballs missing #170

Open lati111 opened 1 year ago

lati111 commented 1 year ago

Hi, I'm currently writing a program that pulls a list of all pokeballs and associates sprites from PokeAPI to update itself. Unfortunately, it appears that legends arceus pokeballs are not present in the current version of the database (in neither the base V2 API, or the GraphQL variant)

I'd like it if these could be added for to have all the pokeballs available to me. Thanks in advance!

Naramsim commented 1 year ago

Hi, we lack all of the item's sprites. Do you know a place where we can fetch them?

lati111 commented 1 year ago

The PokeSprite repository has them all available, so they're the ones I'd recommend using. Thanks for the quick support haha.