OpenUV · Schema
OpenUV UV Index
Current UV index reading for a coordinate, including ozone, sun position and Fitzpatrick skin-type safe exposure times.
WeatherUV IndexSunSolarGeolocationForecastPublic APIs
Properties
| Name | Type | Description |
|---|---|---|
| result | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/openuv/main/json-schema/openuv-uv-index-schema.json",
"title": "OpenUV UV Index",
"description": "Current UV index reading for a coordinate, including ozone, sun position and Fitzpatrick skin-type safe exposure times.",
"type": "object",
"required": ["result"],
"properties": {
"result": {
"type": "object",
"required": ["uv", "uv_time", "uv_max", "uv_max_time", "ozone", "ozone_time", "safe_exposure_time", "sun_info"],
"properties": {
"uv": { "type": "number", "description": "Current UV index." },
"uv_time": { "type": "string", "format": "date-time" },
"uv_max": { "type": "number", "description": "Daily maximum UV index (at solar noon)." },
"uv_max_time": { "type": "string", "format": "date-time" },
"ozone": { "type": "number", "description": "Total column ozone in Dobson units." },
"ozone_time": { "type": "string", "format": "date-time" },
"safe_exposure_time": {
"type": "object",
"description": "Minutes of safe unprotected sun exposure per Fitzpatrick skin type.",
"properties": {
"st1": { "type": ["integer", "null"] },
"st2": { "type": ["integer", "null"] },
"st3": { "type": ["integer", "null"] },
"st4": { "type": ["integer", "null"] },
"st5": { "type": ["integer", "null"] },
"st6": { "type": ["integer", "null"] }
}
},
"sun_info": {
"type": "object",
"properties": {
"sun_times": {
"type": "object",
"properties": {
"solarNoon": { "type": "string", "format": "date-time" },
"nadir": { "type": "string", "format": "date-time" },
"sunrise": { "type": "string", "format": "date-time" },
"sunset": { "type": "string", "format": "date-time" },
"sunriseEnd": { "type": "string", "format": "date-time" },
"sunsetStart": { "type": "string", "format": "date-time" },
"dawn": { "type": "string", "format": "date-time" },
"dusk": { "type": "string", "format": "date-time" },
"nauticalDawn": { "type": "string", "format": "date-time" },
"nauticalDusk": { "type": "string", "format": "date-time" },
"nightEnd": { "type": "string", "format": "date-time" },
"night": { "type": "string", "format": "date-time" },
"goldenHourEnd": { "type": "string", "format": "date-time" },
"goldenHour": { "type": "string", "format": "date-time" }
}
},
"sun_position": {
"type": "object",
"properties": {
"azimuth": { "type": "number", "description": "Solar azimuth in radians." },
"altitude": { "type": "number", "description": "Solar altitude in radians." }
}
}
}
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/openuv-uv-index"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.