Endpoint: encounter-method

GEThttps://pokedex.mimo.dev/api/encounter-method/bubbling-spots

Request

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

Response

response.json
1{
2 "id": 34,
3 "name": "bubbling-spots",
4 "names": [],
5 "order": 34
6}