apod-api
apod-api copied to clipboard
Astronomy Picture of the Day API service
I think it would be interesting to have an option to choose a specific media_type. A lot of developers only want pictures, not youtube links (Astronomy _**Picture**_ of the Day)....
As per title, when the change in what day is "today" happens? Looking at the code, it seems that **datetime.today().date()** returns the local datetime, so what local is that?
RE: https://github.com/nasa/apod-api/pull/34 but unrelated to that pr There are some issues with \r \n popping up with Credit or Credit and Copyright in the title fields... e.g. https://api.nasa.gov/planetary/apod?api_key=ENTER_YOUR_DEV_API_KEY&date=1996-09-25 "title": "Bright...
https://earthobservatory.nasa.gov/about Wonder if it is possible to have an earth-api using Earth Observatory - Anyone want to investigate how possible this might be?
These APODs are returning 'media_type' as 'other' but without any image/video content. The json response does not include a 'url' field, although some return a 'digg_url' field. I tested these...
When I make an API call to `https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY` ***right now*** (Thu, 01 Oct 2020 01:30:49 GMT) I get a 404: ```json { "code": 404, "msg": "No data available for date:...
This is perhaps a duplicate of (also raised by me!) #18. 2020-10-25 returns a `copyright` of `Tom AbelRalf KaehlerKIPACSLACAMNH`, whereas [on the APOD site](https://apod.nasa.gov/apod/ap201025.html) it is `Tom Abel & Ralf...
Can we, like the rest of the inhabitants of the planet Earth, who love science, astronomy and space, to absorb them in universities in order to serve the interest of...
Hello, I'm getting this message on the `concepts` key. `concept_tags` search param is set to `True`. There is a way to turn on the functionality? ## Example URL https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY&date=2014-10-01&concept_tags=True ###...
Currently it would seem that in case of a `count` the elements are randomized. It could be contemplated the case in which you want a list of elements between 2...