Get capabilities
GET
/v1/atmosphere/capabilities
const url = 'https://api.verticalweather.com/v1/atmosphere/capabilities';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.verticalweather.com/v1/atmosphere/capabilitiesConfigured coverage, returned fields and usage limits. No API key needed.
Responses
Section titled “ Responses ”Successful Response
Media typeapplication/json
Examplegenerated
example