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
347 stars 46 forks source link

NASA URL changed for API #92

Closed PaulSolt closed 4 years ago

PaulSolt commented 4 years ago

The url in the description doesn’t work, and previous links fail because the NASA website now appears to be a web app without links to content on page.

MDutro commented 4 years ago

I'm having the same issue. Request either 403/4 or return an empty array.

rbenza commented 4 years ago

The V1 still works: https://api.nasa.gov/mars-photos/api/v1/rovers/curiosity/photos?sol=1000&camera=fhaz&api_key=DEMO_KEY

But it's stuck on sol 2540, like previously reported. @chrisccerami maybe you can shed some light on this? My Android app isn't getting new photo's since sept 2019.

corincerami commented 4 years ago

Thanks. That link is only meant to be for the official NASA documentation/description of the API and not for querying. I've updated the URL to one that works, although the page has been reformatted so that linking directly to the relevant location for this API is impossible.