Skip to content

APOD Ingestion Timing #258

Description

@hermda02

After playing around with the API for a bit, it appears that today's APOD details are not available through the API.

For context, I am based in Europe. When I start my workday I check APOD and can see the images. I want to integrate an API call into a self-hosted dashboard to see the APOD as a part of that dashboard. It appears the details have not been ingested into the API database alongside the apod.nasa.gov update.

To avoid web-scraping I would appreciate pushing an update to align with midnight UTC, or at least midnight EST.

Here is an example for today's curl request:

$ date
Fri Sep 11 12:59:00 PM CEST 2026

$ curl -s "https://api.nasa.gov/planetary/apod?api_key=${NASA_API_KEY}&date=2026-09-11"
{"code":404,"msg":"No data available for date: 2026-09-11","service_version":"v1"}

Please let me know if I can contribute in any way.

Best,
Daniel

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions