Skip to main content
POST
/
v1
/
weather
weather
curl --request POST \
  --url https://api.fetchbean.com/v1/weather \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "q": "<string>",
  "lat": 123,
  "lon": 123
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
q
string
lat
number
lon
number

Response

Success

The response is of type object.