NASA APIs

NASA offers a suite of public APIs delivering data on space missions, astronomical imagery, Mars rover photos, satellite observations, and Earth science. These APIs require no authentication for most endpoints and are widely used for educational, scientific, and research projects.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

1,000 requests/hour

Rate Limit

API Endpoints

NASA's Astronomy Picture of the Day

Full URL

https://api.nasa.gov/planetary/apod

Code Examples

curl -X GET 'https://api.nasa.gov/planetary/apod'

Parameters

{
  "date": "2023-07-18",
  "api_key": "DEMO_KEY"
}

Example Response

{
  "url": "https://apod.nasa.gov/apod/image/2307/OrionEarthMoon_NASA_960.jpg",
  "date": "2023-07-18",
  "title": "Earth and Moon from Orion"
}

Version

v1

Rate Limit

1000 requests/hour
Tags
astronomyspace
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

1000 requests/hour

Supported Languages
English
Use Cases
educational apps
space enthusiasts
https://api.nasa.gov/

Related APIs

Discover similar APIs that might interest you

APIopen source

Zoo Animals API

Zoo Animals API provides developers with...

Category
Science & Nature
Endpoints
2
educationzoo
APIfree

Trefle Plant API

Trefle Plant API offers rich, up-to-date...

Category
Science & Nature
Endpoints
2
botanyplants
APIopen source

RandomFox

The RandomFox API offers a simple way to...

Category
Science & Nature
Endpoints
1
foxesimages
NASA APIs – Free Space & Astronomy Data APIs | Free API Hub