NASA Space Data: APOD, Asteroids & Space Weather avatar

NASA Space Data: APOD, Asteroids & Space Weather

Pricing

from $5.00 / 1,000 results

Go to Apify Store
NASA Space Data: APOD, Asteroids & Space Weather

NASA Space Data: APOD, Asteroids & Space Weather

Fetch NASA open data: Astronomy Picture of the Day, near-Earth asteroid tracking (NEO), and space weather alerts (DONKI). Keyless with optional API key for higher rate limits.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Cynix Dev

Cynix Dev

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Fetch current NASA open data from three built-in sources with no API key required (an optional personal key raises the rate limit from 30/hr to 1,000/hr).

NASA

Data Sources

๐ŸŒŒ Astronomy Picture of the Day (APOD)

Daily astronomy imagery with the expert caption. Get the latest image(s) or a specific date. NASA's most popular public feed โ€” used by educators, media, and space enthusiasts worldwide.

โ˜„๏ธ Near-Earth Asteroids (NEO)

Real-time tracking of asteroids approaching Earth. Returns each object's name, estimated diameter, approach date, velocity, miss distance, and potential-hazard flag. Choose a single date or a date range up to 7 days.

๐ŸŒฉ๏ธ Space Weather (DONKI)

Solar activity alerts from NASA's Space Weather Database of Notifications:

  • Solar Flares (FLR) โ€” class (A/B/C/M/X), location, instruments
  • Coronal Mass Ejections (CME) โ€” speed, half-angle, linked analyses
  • Geomagnetic Storms (GST) โ€” K-index severity
  • Solar Energetic Particles (SEP) โ€” particle event class
  • All notifications โ€” recent advisory bulletins

Example Inputs

Fetch today's astro photo, today's asteroids, and recent space weather

{
"source": ["apod", "neo", "donki"],
"apodCount": 1,
"neoMode": "feed",
"maxAsteroids": 50,
"donkiType": "all"
}

5 most recent APOD images + today's near-Earth objects

{
"source": ["apod", "neo"],
"apodCount": 5,
"neoStartDate": "2024-03-01",
"neoEndDate": "2024-03-01",
"maxAsteroids": 100
}

Solar flare and geomagnetic storm watch (last 30 days)

{
"source": ["donki"],
"donkiType": "flr"
}

Output

Each record is tagged with its source (APOD / NEO / DONKI) plus:

FieldDescription
sourceAPOD / NEO / DONKI
dateEvent or observation date
titleImage title or event name
descriptionNASA caption or explanation
urlImage/resource URL
typeimage / asteroid / solar_flare / cme / geomagnetic_storm
metricsSource-specific values (size, speed, K-index, class)
is_potentially_hazardousNEO hazard flag
scraped_atISO timestamp of fetch

Data Source

api.nasa.gov โ€” NASA's open data platform. Public domain data (17 USC ยง105). The built-in demo key allows 30 requests/hour; create a free key at api.nasa.gov and pass it in apiKey for 1,000/hr.

Use Cases

  • Education & outreach: daily astronomy images for classrooms and content
  • Media / science comms: space imagery and asteroid news stories
  • Space industry: track solar weather that affects satellites and comms
  • Research: asteroid close-approach data for astrophysics studies
  • Monitoring: space-weather watch for aurora forecasts and satellite ops

Limitations

  • Built-in demo key: 30 requests/hour. Supply your own key for production volume.
  • NEO feed date range caps at 7 days per request.
  • APOD is occasionally a video rather than an image (media_type distinguishes).