{ "opencollection": "1.0.0", "info": { "name": "EPA Data Service Envirofacts UVIndex API", "version": "1.0.0" }, "items": [ { "info": { "name": "UVIndex", "type": "folder" }, "items": [ { "info": { "name": "Hourly UV index forecast for a ZIP code", "type": "http" }, "http": { "method": "GET", "url": "https://data.epa.gov/dmapservice/getEnvirofactsUVHOURLY/ZIP/:zip/:format", "params": [ { "name": "zip", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "path" } ] }, "docs": "Hourly UV index forecast for a ZIP code" }, { "info": { "name": "Hourly UV index forecast for a city and state", "type": "http" }, "http": { "method": "GET", "url": "https://data.epa.gov/dmapservice/getEnvirofactsUVHOURLY/CITY/:city/STATE/:state/:format", "params": [ { "name": "city", "value": "", "type": "path" }, { "name": "state", "value": "", "type": "path", "description": "Two-letter state code (e.g. `CT`)." }, { "name": "format", "value": "", "type": "path" } ] }, "docs": "Hourly UV index forecast for a city and state" }, { "info": { "name": "Daily UV index forecast for a ZIP code", "type": "http" }, "http": { "method": "GET", "url": "https://data.epa.gov/dmapservice/getEnvirofactsUVDAILY/ZIP/:zip/:format", "params": [ { "name": "zip", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "path" } ] }, "docs": "Daily UV index forecast for a ZIP code" }, { "info": { "name": "Daily UV index forecast for a city and state", "type": "http" }, "http": { "method": "GET", "url": "https://data.epa.gov/dmapservice/getEnvirofactsUVDAILY/CITY/:city/STATE/:state/:format", "params": [ { "name": "city", "value": "", "type": "path" }, { "name": "state", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "path" } ] }, "docs": "Daily UV index forecast for a city and state" } ] } ], "bundled": true }