-
The apod endpoint currently returns `504 Gateway Time-out`
Following call is not working:
https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY
(Tried aswell using an official API key. However, …
JF631 updated
8 months ago
-
Calls to the APOD endpoint are returing 502 Bad Gateway
Steps to reproduce:
Open `https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY`
Result:
Response with status: `502 Bad Gateway` for `URL…
-
As a user, I don't want to see an internal error message when running an apod command, but rather a friendly message of what happened.
example command: `/spacebot apod 2009-10-17`
This API is ret…
-
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.nas…
-
Реализуйте веб-сервис, который будет повторять NASA APOD API, но добавлять в ответ дополнительные поля с переводами названия и описания на русский, взятыми с http://astronet.ru/db/apod.html
Не выкл…
-
Using one of NASA's API, APOD, the telegram bot can provide the user with
- An astronomy photo
- Title to the image
- An explanation as to why that particular photo is the photo of the day…
-
Making an API call even with the DEMO_KEY is returing 502 Bad Gateway
steps to reproduce:
execute
https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY
result:
Response with status: 502 Bad …
-
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 availabl…
-
Multiple occurrences where the API returns a 500 Internal Server Error for what seems to be a valid date.
Have a look at [1999-02-16](https://api.nasa.gov/planetary/apod?date=1999-02-16&api_key=DEMO_K…
-
@Yashc885 i would like to build a complete project which fetches the NASA Apod Api and display the result . it would be a complete frontend developed