Simple Pokemon API
Based on PokemonDB
curl https://pokemon.harnes.xyz/pokemons/id/133
{ "id": 133, "name": "Eevee", "image": "https://img.pokemondb.net/artwork/eevee.jpg", "types": [ "Normal" ], "species": "Evolution Pokémon", "height": "0.3 m (1′00″)", "weight": "6.5 kg (14.3 lbs)", "abilities": [ "Run Away", "Adaptability", "Anticipation" ], "typeDefenses": {...}, }