ISWA - HAPI Server

Heliophysics API Data Access Specification

💡 Browse catalog easily: The ISWA HAPI Catalog allows you to easily search HAPI catalog feeds with data previews.

API Endpoints

  1. capabilities - describe the capabilities of the ISWA HAPI server
  2. catalog - list the datasets that are available; each dataset is associated with a unique id
  3. info - obtain a description for dataset of a given id; the description defines the parameters in every dataset record
  4. data - stream data content for a dataset of a given id; the streaming request must have time bounds time.min, time.max

Available data feeds

https://iswa.ccmc.gsfc.nasa.gov/hapi/catalog
Open

Dataset information

Dataset ID: goesp_mag_p1m
https://iswa.ccmc.gsfc.nasa.gov/hapi/info?id=goesp_mag_p1m
Open

Data query

Dataset ID: goesp_mag_p1m
Time Range: 2018-04-25 to 2018-04-26
Format: CSV
https://iswa.ccmc.gsfc.nasa.gov/hapi/data?id=goesp_mag_p1m&time.min=2018-04-25T00:00:00.0Z&time.max=2018-04-26T00:00:00.0Z
Open

Data query with header

Dataset ID: goesp_mag_p1m
Time Range: 2018-04-25 to 2018-04-26
Format: CSV with header
https://iswa.ccmc.gsfc.nasa.gov/hapi/data?id=goesp_mag_p1m&time.min=2018-04-25T00:00:00.0Z&time.max=2018-04-26T00:00:00.0Z&include=header
Open

Data query in JSON format

Dataset ID: goesp_mag_p1m
Time Range: 2018-04-25 to 2018-04-26
Format: JSON
https://iswa.ccmc.gsfc.nasa.gov/hapi/data?id=goesp_mag_p1m&time.min=2018-04-25T00:00:00.0Z&time.max=2018-04-26T00:00:00.0Z&format=json
Open

Data query with specific parameters

Dataset ID: goesp_mag_p1m
Time Range: 2018-04-25 to 2018-04-26
Format: JSON
Parameters: Hp, He
https://iswa.ccmc.gsfc.nasa.gov/hapi/data?id=goesp_mag_p1m&time.min=2018-04-25T00:00:00.0Z&time.max=2018-04-26T00:00:00.0Z&format=json&parameters=Hp,He
Open