Access historical UV data for any location on Earth. Data is available in the JSON format.
- Provider
- OpenWeatherMap (Weather Data)
- Input summary
- {"name":"lat","type":"number","required":true,"description":"Geographical coordinates (latitude). If you need to convert city names or zip-codes to coordinates, use the Geocoding API."}, {"name":"lon","type":"number","required":true,"description":"Geographical coordinates (longitude). If you need to convert city names or zip-codes to coordinates, use the Geocoding API."}, {"name":"type","type":"string","required":true,"description":"Type of the call. Must be 'hour' for historical UV index data.","enum":["hour"]}, {"name":"start","type":"integer","required":true,"description":"Start date in Unix timestamp (UTC time zone), e.g., 1609459200 for 2021-01-01 00:00:00 UTC."}, {"name":"end","type":"integer","required":true,"description":"End date in Unix timestamp (UTC time zone), e.g., 1609545600 for 2021-01-02 00:00:00 UTC. Optional if 'cnt' is provided."}, {"name":"cnt","type":"string","required":false,"description":"Number of hourly timestamps to return (e.g., '24' for 24 hours). Alternative to 'end'."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available