← Back to catalog
nasa.apod
mock data$0.001 / callNASA 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)
Input schema
date
stringDate in YYYY-MM-DD format (default: today). Returns the Astronomy Picture of the Day for that date
thumbs
booleanReturn thumbnail URL for video APOD entries (default false)
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>"}'