sfu-db / APIConnectors

A curated list of example code to collect data from Web APIs using DataPrep.Connector.
https://github.com/sfu-db/dataprep#connector
34 stars 25 forks source link

Add Nasa API #128

Closed Wukkkinz-0725 closed 3 years ago

Wukkkinz-0725 commented 3 years ago

Website Description https://api.nasa.gov/ The objective of this site is to make NASA data, including imagery, eminently, etc.

Reason(s) to Support the Website We haven't got an api for NASA data.

Endpoints https://api.nasa.gov/planetary/apod https://api.nasa.gov/DONKI/CME https://api.nasa.gov/DONKI/GST https://api.nasa.gov/DONKI/FLR https://api.nasa.gov/DONKI/SEP

Questions What are the title of Astronomy Picture of the Day from 2020-01-01 to 2020-01-10? How to get Coronal Mass Ejection(CME) data from 2020-01-01 to 2020-02-01? How many Geomagnetic Storms(GST) have occurred from 2020-01-01 to 2021-01-01? When is it? How many Solar Flare(FLR) have occurred and completed from 2020-01-01 to 2021-01-01? How long did they last? How to get Solar Energetic Particle(SEP) data from 2019-01-01 to 2021-01-01?