← Vetenskap & rymd

Dagens astronomi-bild

GET /nasa/apod

Hämta NASA:s Astronomy Picture of the Day (APOD) med en hänförande rymdbild eller -video tillsammans med en professionell astronoms förklaring. Ange valfritt ett datum för att hämta tidigare bidrag. APOD har funnits sedan 1995 och är ett av de populäraste programmen för vetenskaplig folkbildning. Idealisk för vetenskapsutbildningsappar, dagliga innehållsflöden, skrivbordsbakgrundsappar och gemenskaper för rymdentusiaster.

Se det visualiserat

Parametrar

date valfri

Date

Exempelförfrågningar

Grundläggande användning
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"

Livesvar

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