Tools/weather/current

weather/current

Current weather conditions for a coordinate (temperature, wind, humidity, conditions).

0.1 credits / call ($0.0001)
charged on success

What it does

Returns the current weather for a latitude/longitude: temperature and feels-like, humidity, pressure, wind, cloud cover, visibility, UV index, and a text condition with an icon.

Primary use cases

  • Answering "what's the weather right now" for a location.
  • Reading live conditions to drive a decision or reminder.

Good to know

Requires lat and lon; use the geocode tool first if you only have a place name. Set units to metric or imperial. For an outlook rather than now, use forecast.

Parameters

latnumberrequired

Latitude in decimal degrees.

lonnumberrequired

Longitude in decimal degrees.

langstringoptional

Language code for weather descriptions (e.g. "en").

unitsstringoptionaldefault: "metric"

Temperature and wind units. metric=Celsius, imperial=Fahrenheit.

weather/current — Faro