Endpoint: move-category

GEThttps://pokedex.mimo.dev/api/move-category/damage%20ailment

Request

GETmove-category
1fetch("https://pokedex.mimo.dev/api/move-category/damage%20ailment")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response