Endpoint: evolution-trigger

GEThttps://pokedex.mimo.dev/api/evolution-trigger/agile-style-move

Request

GETevolution-trigger
1fetch("https://pokedex.mimo.dev/api/evolution-trigger/agile-style-move")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "id": 11,
3 "name": "agile-style-move",
4 "names": [],
5 "pokemon_species": [
6 {
7 "name": "wyrdeer",
8 "url": "https://pokedex.mimo.dev/api/pokemon-species/899/"
9 }
10 ]
11}