nasa / api-docs

api.nasa.gov
http://nasa.github.io/api-docs/
440 stars 106 forks source link

Internal Server error (500) when using earth api #223

Open ErikKoinberg opened 1 month ago

ErikKoinberg commented 1 month ago

I get a status code of 500 when accessing the earth api at https://api.nasa.gov/planetary/earth/imagery.

This is true when using different devices and happens regardless of whether a real api key or the demo key is used.

Is anyone else experiencing this error? I get it when, for instance, using the example query from api.nasa.gov: https://api.nasa.gov/planetary/earth/imagery?lon=100.75&lat=1.5&date=2014-02-01&api_key=DEMO_KEY

ErikKoinberg commented 1 month ago

The response now changed to: The Earth Imagery API is currently undergoing maintenance. Please check back later. We apologize for any inconvenience and appreciate your patience

So I believe they are working on the problem.