UnifyAPI
← Back to catalog

nasa.apod

mock data$0.001 / call

NASA Astronomy Picture of the Day

Get NASA Astronomy Picture of the Day — daily curated space image or video with expert explanation, dating back to 1995 (NASA APOD)

Space & Astronomyprovider: Nasa#nasa#space

Input schema

date

Date in YYYY-MM-DD format (default: today). Returns the Astronomy Picture of the Day for that date

string
thumbs

Return thumbnail URL for video APOD entries (default false)

boolean

Call via REST

curl -X POST https://unifyapi.pro/api/call/nasa.apod \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"date":"<date>","thumbs":"<thumbs>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.