Endpoint: encounter-method

GEThttps://pokedex.mimo.dev/api/encounter-method/berry-piles

Request

GETencounter-method
1fetch("https://pokedex.mimo.dev/api/encounter-method/berry-piles")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "id": 35,
3 "name": "berry-piles",
4 "names": [],
5 "order": 35
6}