Yarkis01 / TyraDex

Une API Pokémon en français. (WIP)
https://tyradex.tech
MIT License
20 stars 3 forks source link

https://api-pokemon-fr.vercel.app/api/v1/pokemon/460 sprites doesn't work #21

Closed Polybiuss closed 1 year ago

Polybiuss commented 1 year ago

Informations

URL: https://api-pokemon-fr.vercel.app/api/v1/pokemon/460

Problème

l'url des sprites sprites.regular et sprites.shiny ne trouve rien

Données actuelles

{
"sprites": {
    "regular": "https://raw.githubusercontent.com/Yarkis01/PokeAPI/images/sprites/460/regular.png", // doesn't work
    "shiny": "https://raw.githubusercontent.com/Yarkis01/PokeAPI/images/sprites/460/shiny.png", // doesn't work
    "gmax": null
}

Données souhaitées

{
"sprites": {
    "regular": "https://raw.githubusercontent.com/Yarkis01/PokeAPI/images/sprites/460/regular.png",
    "shiny": "https://raw.githubusercontent.com/Yarkis01/PokeAPI/images/sprites/460/shiny.png",
    "gmax": null
}