Endpoint: encounter-method

GEThttps://pokedex.mimo.dev/api/encounter-method/sos-from-bubbling-spot

Request

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

Response

response.json
1{
2 "id": 37,
3 "name": "sos-from-bubbling-spot",
4 "names": [],
5 "order": 37
6}