Skip to main content

Welcome

The AVERT Imagery API (v0.0.2) provides programmatic access to infrared and visible images captured by cameras directed towards target volcanoes. This API allows researchers and developers to query, filter, and download volcanic imagery data for analysis and monitoring purposes.

Available Endpoints

Our API currently supports two types of imagery data:

Base URL

All API requests should be made to:
https://avert-legacy.ldeo.columbia.edu/api

Authentication

The AVERT Imagery API currently operates without authentication requirements for public data access. All endpoints are publicly accessible for research and educational purposes.

Rate Limits

To ensure fair usage and system stability:
  • Query endpoints: Limited to reasonable request rates
  • Download endpoints: Bulk downloads (>100 images) should use individual image endpoints
  • Zip downloads: Only available for queries returning ≤100 results

Getting Started

To start using the API, you’ll need:
  1. A site identifier (e.g., “CLNE” for Cleveland Northeast)
  2. A volcano number (vnum) for the target volcano
  3. Optional time range parameters for filtering results
Check out our endpoint documentation for detailed examples and interactive API playground.
Recommended: For the best testing experience, use our API Testing Alternatives. The playground may have display issues with JSON responses, but these tools work flawlessly with the AVERT API.