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 KeyResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
1000 requests/hour
Supported Languages
English
Use Cases
educational apps
space enthusiasts
Related APIs
Discover similar APIs that might interest you