GET /nasa/apod
Get NASA's Astronomy Picture of the Day (APOD), featuring a stunning space image or video along with a professional astronomer's explanation. Optionally specify a date to retrieve past entries. Running since 1995, APOD is one of the most popular science outreach programs. Ideal for science education apps, daily content feeds, desktop wallpaper apps, and space enthusiast communities.
date
optional
Date
| Name | Required | Default | Description |
|---|---|---|---|
date |
No | - | Date |
curl https://nordapi.ee/api/v1/nasa/apod
curl https://nordapi.ee/api/v1/nasa/apod
curl "https://nordapi.ee/api/v1/nasa/apod?date=2026-04-15"
curl "https://nordapi.ee/api/v1/nasa/apod?date=2025-07-20"
{
"data": {
"copyright": "Julien Looten",
"date": "2026-07-06",
"explanation": "What are these two bands in the sky? The more commonly seen band is on the left and is the central band of our Milky Way galaxy. Our Sun orbits in the disk of this spiral galaxy so that from inside, it appears as a band of comparable brightness all the way around the sky. The less commonly seen band, on the right, is zodiacal light -- sunlight reflected from dust orbiting the Sun in our Solar System. Zodiacal light is brightest near the Sun and so is best seen just before sunrise or just after sunset. On some evenings, this ribbon of zodiacal light can appear quite prominent. It was discovered only in this century that zodiacal dust was mostly expelled by comets that have passed near Jupiter. The featured image was captured about a year ago from the Atacama Desert in Chile.",
"hdurl": "https://apod.nasa.gov/apod/image/2607/ZodiMw_Looten_6125.jpg",
"media_type": "image",
"service_version": "v1",
"title": "Dueling Bands over the Atacama Desert",
"url": "https://apod.nasa.gov/apod/image/2607/ZodiMw_Looten_960.jpg"
},
"success": true
}