apod-api
apod-api copied to clipboard
Astronomy Picture of the Day API service
On today's APOD in the api, it still returns `hdurl`, but when you go to that URL, it does not exist
The following request is producing an Internal Server Error: Request: `https://api.nasa.gov/planetary/apod?api_key=[APY_KEY]&start_date=2020-09-12&end_date=2020-09-21&thumbs=true` Response: ``` { "code": 500, "msg": "Internal Service Error", "service_version": "v1" } ``` Removing the 'thumbs=true' query parameter solves...
### Based on: https://github.com/nasa/apod-api/issues/76 ### Extended function "_get_json_for_random_dates" to accept optional start_date and\or end_date parameters. If only `start_date` is provided - the `current date` will be used as an `end_date`....
Video embedded in a <video> HTML tag for customizing video player of the astronomy video of the day
Since the video URL is a YouTube video i've to embed It using `iframe`. Is possibile to use [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video) so can customize my video player? ## Providers - YouTube -...
- Added urllib3 to requirements.txt - Abbreviated props dictionary creation as dictionary literal in utility.py - Fixed typo in get_explanation function - Made formatting PEP 8 compliant
For today's (1/1/2022) explanation, the 'E' in 'Every' was being removed (similar behavior to #87). strip removes individual leading / trailing characters that match, not just the whole word. Want...
In the data retrived through the API, the explanation parragraph reads as: `very time two massive black holes collide [...]` while on the [APOD](https://apod.nasa.gov/apod/astropix.html) website, it reads as: `Every time...
Video Credit & Copyright: JL Dauvergne; Music: Oro Aqua (Benoit Reeves) api returned "JL Dauvergne Music:"
The API returns a `copyright` of `NASAESAHubbleSubaru TelescopeW. CramerYaleet al.M. YagiJ. DePasquale`. It should be `NASA, ESA, Hubble, Subaru Telescope, W. Cramer (Yale) et al., M. Yagi, J. DePasquale`.