corincerami / mars-photo-api

A Rails API for photo data from NASA's Mars Rovers
https://api.nasa.gov/#MarsPhotos
GNU General Public License v3.0
363 stars 50 forks source link

Internal Server Error #199

Open DrNezbit opened 1 month ago

DrNezbit commented 1 month ago

I'm getting a 500 Internal Server Error while trying to query the curiosity manifest located at https://api.nasa.gov/mars-photos/api/v1/manifests/curiosity/?api_key=DEMO_KEY And also trying with my own API key.

pkslty commented 4 weeks ago

Actually there are 500 Internal Server Error for every rover

mattbartley commented 2 weeks ago

It looks like the manifest is now under "/rovers" instead of "/manifest" so https://api.nasa.gov/mars-photos/api/v1/rovers/curiosity/?api_key=DEMO_KEY Hopefully this helps, but it doesn't meet my needs still.

The troubling part is that this is now less data and a different format. I don't have a full example of the previous manifest response, but I know it returned all of the dates that included images. This new version isn't really a manifest other than the fact that it includes the max date/sol. Other than that it's basically static information.