aid: nasa-gov:capability:mars-rover-photos name: Mars Rover Photo Retrieval description: Retrieve photos taken by NASA's Curiosity, Opportunity, Spirit, and Perseverance Mars rovers by sol or Earth date. api: nasa-gov:mars-rover-photos operations: - id: listRovers method: GET path: /rovers - id: getRoverPhotos method: GET path: /rovers/{rover}/photos - id: getRoverLatestPhotos method: GET path: /rovers/{rover}/latest_photos - id: getRoverManifest method: GET path: /manifests/{rover} authentication: method: api-key parameter: api_key location: query