← Wissenschaft & Weltraum

Astronomie-Bild des Tages

GET /nasa/apod

Rufen Sie das Astronomy Picture of the Day (APOD) der NASA ab, mit einem beeindruckenden Weltraumbild oder -video sowie einer Erklärung eines professionellen Astronomen. Optional können Sie ein Datum angeben, um frühere Einträge abzurufen. Seit 1995 in Betrieb, ist APOD eines der beliebtesten wissenschaftlichen Outreach-Programme. Ideal für Wissenschaftsbildungs-Apps, tägliche Content-Feeds, Desktop-Hintergrund-Apps und Communitys für Weltraumbegeisterte.

Sehen Sie es visualisiert

Parameter

date optional

Date

Beispielanfragen

Grundlegende Verwendung
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-Antwort

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
}