data.current-weather
Get one current weather snapshot for a city/locality name or exact coordinates. Returns the nearest NOAA/NWS station observation where available; otherwise returns the latest MET Norway model point, always labeled explicitly as observation or model with bounded SI fields and source provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City or locality name, optionally followed by country and first-level region qualifiers, for example London, GB or Paris, Texas, US. Provide either city or both latitude and longitude. | |
| latitude | No | Latitude in decimal degrees, rounded to four decimal places. Provide with longitude instead of city. | |
| longitude | No | Longitude in decimal degrees, rounded to four decimal places. Provide with latitude instead of city. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured Current weather snapshot result | |
| meta | Yes | ||
| service | Yes | ||
| version | Yes | ||
| request_id | Yes | Unique request identifier |