apod-api
apod-api copied to clipboard
Astronomy Picture of the Day API service
It was working until yesterday but now getting a 504 error
Here's the request I'm using: https://api.nasa.gov/planetary/apod?hd=True&api_key=DEMO_KEY&start_date=2024-01-01 In the response for date 2024-01-26, I see this for the first sentence of the “explanation”: "silon Tauri lies 146 light-years away.” I expect...
I changed the get_url code snipper from date = apod_object_parser.get_hdurl(response) to date = apod_object_parser.get_url(response) since I think it's a copy and paste mistake I also changed the get_media_type code snippet...
Which time
Fixed: unit test error deriving from variable name 'application'.
Created a UI supported by EzGraphics to display the original JSON output in a uniform manner. Addressed copyright issues with picture display by including all copyright for each photograph. Added...
**Description:** This pull request aims to address a gap in the documentation regarding the credit field in the APOD API responses. During the usage of the APOD API, it was...
This PR solves two issues: 1. The Python version in the old Dockerfile was tied to the latest version of the `3-alpine` Docker image. This created an error in the...
Hi `nasa/apod-api`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
This bump should address issues [101](https://github.com/nasa/apod-api/issues/101) and [99](https://github.com/nasa/apod-api/issues/99)