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"
HTTP 502: {
"error": "NASA API returned 429: %{\"error\" => %{\"code\" => \"OVER_RATE_LIMIT\", \"message\" => \"You have exceeded your rate limit. Try again later or contact us for assistance: https://api.nasa.gov:443\"}}",
"success": false
}