← Science & Space

Mars Rover Photos

GET /nasa/mars

Browse photos taken by NASA's Curiosity rover on Mars, organized by Martian sol (solar day). Returns image URLs, camera names, and earth dates for each photo. Specify a sol number to browse different days of the mission. Useful for space exploration apps, educational content, Mars visualization projects, and anyone who wants to see the surface of another planet through real NASA cameras.

Parameters

sol optional default: 1000

Martian sol day

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/nasa/mars?sol=1000"
Photos from sol 1000 (default)
curl "https://nordapi.ee/api/v1/nasa/mars?sol=1000"
Photos from the first sol
curl "https://nordapi.ee/api/v1/nasa/mars?sol=1"
Photos from sol 3000
curl "https://nordapi.ee/api/v1/nasa/mars?sol=3000"

Live Response

HTTP 502: {
  "error": "NASA API returned 429",
  "success": false
}