← Science & Space

Astronomy Picture of the Day

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.

See it visualized

Parameters

date optional

Date

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/nasa/apod
Today's astronomy picture
curl https://nordapi.ee/api/v1/nasa/apod
Picture from a specific date
curl "https://nordapi.ee/api/v1/nasa/apod?date=2026-04-15"
Picture from the Moon landing anniversary
curl "https://nordapi.ee/api/v1/nasa/apod?date=2025-07-20"

Live Response

{
  "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
}