OpenUV

API

Real-time UV index data and forecasts API

Visit Website

Overview

OpenUV API delivers real-time UV index values, hourly/daily forecasts, and sun protection window calculations. Key endpoints include /uv for current levels, /forecast/hourly for hourly trends, and /protection for safe exposure times. Responses are JSON-formatted, containing UV index, risk level (low to extreme), ozone concentration, and intensity metrics. Ideal for weather apps, skincare tools, outdoor activity planners, and health platforms to help users avoid harmful UV overexposure via location-based (lat/lng) queries.

Example Integration (JavaScript)

script.js JS

fetch('https://www.openuv.io')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON Responses
  • Location-based Queries
  • Real-time UV Data
  • Hourly/Daily Forecasts
  • Sun Protection Calculations

Frequently Asked Questions

? Is OpenUV API free to use?

Yes, OpenUV offers a free tier with up to 50 requests per day. Paid tiers are available for higher volume needs.

? Does it require an API Key?

Yes, all requests need a valid API key obtainable via signing up on the OpenUV website.

? What is the response format?

All responses are in JSON format, including structured data on UV index, risk levels, ozone levels, and protection times.

Top Alternatives

UV Index API by Weatherbit Search Google

People Also Ask about OpenUV

OpenUV vs UV Index API by Weatherbit OpenUV 2025 review

Tool Info

Pricing Freemium
Category Weather
Platform Public API

Pros

  • Accurate real-time metrics
  • Intuitive endpoints
  • Freemium pricing
  • Comprehensive forecast data

Cons

  • Free tier rate limits
  • Requires API key
  • Limited historical data in lower tiers

More Weather Tools