Yarkis01 / TyraDex

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

[DATA] #37

Closed WebDev-Jon closed 1 year ago

WebDev-Jon commented 1 year ago

Informations

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

Problème

Caractère manquant à Peau Métal

Données actuelles

{
    "evolution": {
        "pre": null,
        "next": [
            {
                "pokedexId": 208,
                "name": "Steelix",
                "condition": "Echange avec Peau Métal/Au contact d'une Peau M໩tal"
            }
        ],
}

Données souhaitées

{
    "evolution": {
        "pre": null,
        "next": [
            {
                "pokedexId": 208,
                "name": "Steelix",
                "condition": "Echange avec Peau Métal/Au contact d'une Peau Métal"
            }
        ],
}