Retrieve Realtime Weather
GET {{baseUrl}}/weather/realtime?location={{location}}&units={{units}}
Using the Realtime Weather API you can access current weather information for your location in minute-by-minute temporal resolution.
For the location query parameter, we support multiple location types:
- Latitude and Longitude (Decimal degree)
location=42.3478, -71.0466
- City name
location=newyork
- US zip
location=10001
- UK postcode
location=SW1
- Canada postal code
location=G2J
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
location | string | (Required) A string representing a location by latitude and longitude (eg. "42.3478, -71.0466"), city name (eg. "newyork"), US zip code (eg. "10001"), UK postcode (eg. "SW1"), or Canada postal code (eg. "G2J") | |
units | string | A string representing units of field values, either "metric" or "imperial" (Default: "metric") |