NASA
API actions for the NASA integration.
NASA
Explore NASA imagery, Mars rover photos, NEO feeds, and EPIC Earth images.
Astronomy Picture of the Day
Fetch the Astronomy Picture of the Day with title, explanation, and media URL.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Specific date in YYYY-MM-DD format. Defaults to today when omitted. |
hd | boolean | No | Request the high-definition asset when available. |
Response
{
"status": "mock_value"
}Recent EPIC natural color images
Retrieve natural color Earth images from NASA's EPIC instrument.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Date to retrieve images for (YYYY-MM-DD). Defaults to the most recent set. |
limit | number | No | Maximum number of images to return. |
Response
{
"status": "mock_value"
}Search Mars rover photos
Retrieve photos captured by Mars rovers using sol or Earth date filters.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
rover | string | No | Name of the rover (Curiosity, Opportunity, Spirit, Perseverance) |
earth_date | string | No | Earth date in YYYY-MM-DD format. Use sol instead if preferred. |
sol | number | No | Martian sol (solar day) to query. |
camera | string | No | Optional camera abbreviation to filter results (e.g., FHAZ, RHAZ, NAVCAM). |
limit | number | No | Maximum number of photos to return. |
page | number | No | Result page to request from the NASA API. |
Response
{
"status": "mock_value"
}Near-Earth object feed
List near-Earth objects for a date range with hazard and velocity details.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
start_date | string | Yes | Start date for the feed in YYYY-MM-DD format. |
end_date | string | No | Optional end date (YYYY-MM-DD). Defaults to a 7-day range when omitted. |
Response
{
"status": "mock_value"
}