NASA Astronomy Picture of the Day. Returns the featured image or video with title and explanation. Free via NASA DEMO_KEY.
https://api.apiclearinghouse.com/v1/call/nasa-apodAuthenticate with X-Api-Key: chk_live_... header.
/today| Name | Type | Required | Description |
|---|---|---|---|
| date | string | optional | Date in YYYY-MM-DD format (default: today). Range: 1995-06-16 to present. |
curl -s "https://api.apiclearinghouse.com/v1/call/nasa-apod/today?date={date}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"url": "example",
"date": "example",
"title": "example",
"copyright": "example",
"media_type": "example"
}
}No setup required. Sign in and run NASA APOD directly from your browser.
Open in Explorer →Monthly limits also apply per plan.