Nebulum Mars Rovers API

Access real-time Mars rover photos from NASA missions

https://rovers.nebulum.one/api/v1

Active Rovers

Perseverance Rover

Perseverance

Landed: February 18, 2021
Mission: Search for signs of ancient life

Curiosity Rover

Curiosity

Landed: August 6, 2012
Mission: Study Mars' climate and geology

API Endpoints

Search by Photo ID

GET /photos/{id}

Retrieve a specific photo by its unique identifier

Try Example →

Example Request:

https://rovers.nebulum.one/api/v1/photos/878

Sample Image:

Mars photo

Curiosity - Search by Earth Date

GET /rovers/curiosity/photos?earth_date={YYYY-MM-DD}

Get Curiosity photos from a specific Earth date

Try Example →

Example Request:

...curiosity/photos?earth_date=2015-6-3

Sample Image:

Curiosity photo

Curiosity - Search by Sol (Martian Day)

GET /rovers/curiosity/photos?sol={sol_number}

Get Curiosity photos from a specific Martian sol

Try Example →

Example Request:

...curiosity/photos?sol=3718

Sample Image:

Curiosity photo

Perseverance - Search by Earth Date

GET /rovers/perseverance/photos?earth_date={YYYY-MM-DD}

Get Perseverance photos from a specific Earth date

Try Example →

Example Request:

...perseverance/photos?earth_date=2025-11-06

Sample Image:

Perseverance photo

Perseverance - Search by Sol (Martian Day)

GET /rovers/perseverance/photos?sol={sol_number}

Get Perseverance photos from a specific Martian sol

Try Example →

Example Request:

...perseverance/photos?sol=1676

Sample Image:

Perseverance photo