Overview
This endpoint allows you to search for visible images captured by cameras directed towards target volcanoes. You can filter results by site, volcano number, and time range.Usage Examples
Basic Query
Search for all visible images from a specific site and volcano:Time-Range Query
Search for visible images within a specific time range:Download as Zip
Download results as a zip file instead of JSON metadata (works only for ≤ 100 results):Notes
- Default behavior: Returns JSON metadata about images matching your criteria
- Large result sets: Queries without time ranges can return thousands of results
- With
download=true: Returns a zip file containing the actual image files (≤100 results only) - Time parameters should be in ISO 8601 format
Playground Testing Tips
The playground is pre-configured with optimal defaults that return ~10 results:- Default time range:
2024-05-30 12:00to2024-05-30 14:00(2-hour midday window) - Expected results: ~11 visible images
- Response size: Manageable JSON that displays properly
Quick Test
Click Try It
Check required fields
site=CLNE, vnum=311240Verify time range
Send request
Troubleshooting Playground Issues
The playground may have limitations with JSON display, but the AVERT API itself works perfectly. For reliable testing, we recommend using the testing alternatives which provide a much better experience.Query Parameters
Site identifier (e.g., CLNE)
"CLNE"
Volcano number identifier
311240
Start time for search (ISO 8601 format). Playground defaults to a 2-hour window with ~10 results.
"2024-05-30T12:00"
End time for search (ISO 8601 format). Use short time ranges for manageable results.
"2024-05-30T14:00"
Maximum number of results to return
10
Download images as zip file instead of returning JSON metadata (only works for <= 100 results)
Response
List of visible images matching the search criteria
Database ID of the image record
269011
Unique identifier for the image file
"311240.CLNE.2024.152_000001-0000"
Site identifier
"CLNE"
Volcano number identifier
311240
When the image was captured
"2024-05-31T00:00:01"
Image file format
"jpg"
Relative path to the image file
"/data/vulcand/archive/imagery/visible/311240/2024/CLNE/still/152/311240.CLNE.2024.152_000001-0000.jpg"
Frame number for video sequences
0
Image quality indicator
0

