{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes UV Index API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "UV Index", "type": "folder" }, "items": [ { "info": { "name": "Get Hourly UV Forecast by ZIP", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/dmapservice/getEnvirofactsUVHOURLY/ZIP/:ZIP/:format", "params": [ { "name": "ZIP", "value": "", "type": "path", "description": "5-digit ZIP code." }, { "name": "format", "value": "", "type": "path", "description": "Output format (default JSON)." } ] }, "docs": "Get Hourly UV Forecast by ZIP" }, { "info": { "name": "Get Hourly UV Forecast by City and State", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/dmapservice/getEnvirofactsUVHOURLY/CITY/:CITY/STATE/:STATE/:format", "params": [ { "name": "CITY", "value": "", "type": "path" }, { "name": "STATE", "value": "", "type": "path", "description": "2-letter state abbreviation." }, { "name": "format", "value": "", "type": "path", "description": "Output format (default JSON)." } ] }, "docs": "Get Hourly UV Forecast by City and State" }, { "info": { "name": "Get Daily UV Forecast by ZIP", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/dmapservice/getEnvirofactsUVDAILY/ZIP/:ZIP/:format", "params": [ { "name": "ZIP", "value": "", "type": "path", "description": "5-digit ZIP code." }, { "name": "format", "value": "", "type": "path", "description": "Output format (default JSON)." } ] }, "docs": "Get Daily UV Forecast by ZIP" }, { "info": { "name": "Get Daily UV Forecast by City and State", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/dmapservice/getEnvirofactsUVDAILY/CITY/:CITY/STATE/:STATE/:format", "params": [ { "name": "CITY", "value": "", "type": "path" }, { "name": "STATE", "value": "", "type": "path", "description": "2-letter state abbreviation." }, { "name": "format", "value": "", "type": "path", "description": "Output format (default JSON)." } ] }, "docs": "Get Daily UV Forecast by City and State" } ] } ], "bundled": true }