Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 1 KB

README.md

File metadata and controls

44 lines (40 loc) · 1 KB

Solar Dynamics Observatory Data REST API

REST API for all public data of the Solar Dynamics Observatory

Usage:

GET api.sdodata.com/v1/latest
[
  {
    "date": "",
    "utcTime": "",
    "resolution": "2048",
    "wavelength": "0094",
    "url": "https://sdo.gsfc.nasa.gov/assets/img/latest/latest_2048_0094.jpg"
  },
  {
    "date": "",
    "utcTime": "",
    "resolution": "2048",
    "wavelength": "0131",
    "url": "https://sdo.gsfc.nasa.gov/assets/img/latest/latest_2048_0131.jpg"
  },
  ...
]
GET /v1/queryProducts/20220819
{
    "date": "20220819",
    "utcTime": "000000",
    "resolution": "1024",
    "wavelength": "HMIB",
    "url": "https://sdo.gsfc.nasa.gov/assets/img/browse/2022/08/19/20220819_000000_1024_HMIB.jpg"
}
...

Run in Postman