NASA website screenshot

NASA

NASA (National Aeronautics and Space Administration) provides a suite of public APIs at api.nasa.gov offering access to space, Earth science, and aeronautics data. Key APIs include Astronomy Picture of the Day (APOD), Mars Rover Photos, Near Earth Object Web Service (NeoWs), DONKI space weather events, EPIC Earth imagery, and the NASA Image and Video Library. All APIs are free and accessible with an API key.

6 APIs 0 Features
GovernmentScienceSpace

APIs

NASA Astronomy Picture of the Day (APOD) API

The Astronomy Picture of the Day API provides access to NASA's popular APOD service, returning the astronomy picture or video of the day along with an explanation written by a p...

NASA Mars Rover Photos API

The Mars Rover Photos API provides access to images collected by NASA's Curiosity, Opportunity, and Spirit rovers on Mars.

NASA NeoWs (Near Earth Object Web Service) API

NeoWs is a RESTful web service for near-Earth asteroid information sourced from the NASA JPL Asteroid team.

NASA DONKI (Space Weather) API

The DONKI API provides access to space weather events and notifications from NASA's Space Weather Database Of Notifications, Knowledge, Information.

NASA EPIC (Earth Polychromatic Imaging Camera) API

The EPIC API provides access to imagery from NASA's Earth Polychromatic Imaging Camera onboard the DSCOVR spacecraft.

NASA Image and Video Library API

The NASA Image and Video Library API provides access to NASA's media archive including images, videos, and audio.

Collections

Pricing Plans

Nasa Plans Pricing

3 plans

PLANS

Rate Limits

Nasa Rate Limits

3 limits

RATE LIMITS

FinOps

Nasa Finops

FINOPS

Semantic Vocabularies

Nasa Context

35 classes · 0 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHubOrganization
GitHubOrganization

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: NASA NeoWs (Near Earth Object Web Service) API
  version: 1.0.0
items:
- info:
    name: Neo
    type: folder
  items:
  - info:
      name: NASA Get near-Earth objects by date range
      type: http
    http:
      method: GET
      url: https://api.nasa.gov/neo/rest/v1/feed
      params:
      - name: start_date
        value: ''
        type: query
        description: Start date for the search (YYYY-MM-DD). Defaults to today.
      - name: end_date
        value: ''
        type: query
        description: End date for the search (YYYY-MM-DD). Defaults to 7 days after start.
      - name: api_key
        value: ''
        type: query
    docs: Returns a list of near-Earth objects with closest approach dates within a given date range. Maximum range is 7 days.
  - info:
      name: NASA Look up a specific near-Earth object
      type: http
    http:
      method: GET
      url: https://api.nasa.gov/neo/rest/v1/neo/:asteroid_id
      params:
      - name: asteroid_id
        value: ''
        type: path
        description: The SPK-ID of the asteroid.
      - name: api_key
        value: ''
        type: query
    docs: Returns detailed information about a specific asteroid by its ID.
  - info:
      name: NASA Browse the overall asteroid dataset
      type: http
    http:
      method: GET
      url: https://api.nasa.gov/neo/rest/v1/neo/browse
      params:
      - name: page
        value: ''
        type: query
      - name: size
        value: ''
        type: query
      - name: api_key
        value: ''
        type: query
    docs: Returns a paginated list of all near-Earth objects.
bundled: true