{ "opencollection": "1.0.0", "info": { "name": "NASA Mars Rover Manifests Photos API", "version": "1.1.2" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Photos", "type": "folder" }, "items": [ { "info": { "name": "Get rover photos by sol or Earth date", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/mars-photos/api/v1/rovers/:rover/photos", "params": [ { "name": "rover", "value": "", "type": "path", "description": "Name of the Mars rover." }, { "name": "sol", "value": "", "type": "query", "description": "Martian rotation (sol) on which photos were taken, counting from the rover's landing date (sol 0). Cannot be combined with `earth_date`.\n" }, { "name": "earth_date", "value": "", "type": "query", "description": "Earth date on which photos were taken, formatted as YYYY-MM-DD. The earliest date available is the rover's landing date. Cannot be combined with `sol`.\n" }, { "name": "camera", "value": "", "type": "query", "description": "Filter photos by camera abbreviation. Not case sensitive. Valid values vary by rover; see documentation for per-rover camera tables.\n" }, { "name": "page", "value": "", "type": "query", "description": "Page number of results (25 photos per page)." }, { "name": "api_key", "value": "", "type": "query", "description": "NASA API key. Use DEMO_KEY for testing." } ] }, "docs": "Retrieve photos taken by a Mars rover. Photos may be filtered by Martian sol, Earth date, and/or camera type. One of `sol` or `earth_date` is required.\n" }, { "info": { "name": "Get the most recent photos for a rover", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/mars-photos/api/v1/rovers/:rover/latest_photos", "params": [ { "name": "rover", "value": "", "type": "path", "description": "Name of the Mars rover." }, { "name": "api_key", "value": "", "type": "query", "description": "NASA API key. Use DEMO_KEY for testing." } ] }, "docs": "Returns photo data for the most recent Martian sol on which photos exist for the specified rover.\n" } ] } ], "bundled": true }