Helioviewer Events API
Solar Event Data Platform
Version 2.0
Welcome to the Helioviewer Events API. This API provides access to solar event data from multiple sources.
API Endpoints
Event Data
- GET /api/v2/events/recentsGet recent events
- GET /api/v2/events/{uuid}Get event by UUID
- GET /api/v2/events/{uuid}/sourceGet event source data
- GET /api/v2/events/{source}/observation/{timestamp}Get events by observation time
- GET /api/v1/events/{source}/observation/{timestamp}Legacy V1 format
Region Data
- GET /api/v2/regionsGet all regions
- GET /api/v2/regions/{organization}/{external_id}Get events for specific region
System Information
- GET /api/v2/statsGet API statistics (JSON)
- GET /statsView statistics dashboard (HTML)
Interactive Tools
- GET /predictionsSearch region predictions (HTML)
Documentation
For more information, visit the Helioviewer website.