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.
sol
optional
default: 1000
Martian sol day
| Name | Required | Default | Description |
|---|---|---|---|
sol |
No | 1000 | Martian sol day |
curl "https://nordapi.ee/api/v1/nasa/mars?sol=1000"
curl "https://nordapi.ee/api/v1/nasa/mars?sol=1000"
curl "https://nordapi.ee/api/v1/nasa/mars?sol=1"
curl "https://nordapi.ee/api/v1/nasa/mars?sol=3000"
HTTP 502: {
"error": "NASA API returned 429",
"success": false
}