NASA Open APIs · Capability

Mars Rover Photos

Mars Rover Photos is a Naftiko capability published by NASA Open APIs, one of 16 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

mars-rover-photos.yaml Raw ↑
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