NASA Open APIs · Capability

Epic

Epic is a Naftiko capability published by NASA Open APIs, one of 16 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

epic.yaml Raw ↑
aid: nasa-gov:capability:epic
name: Full-Disc Earth Imagery
description: Retrieve full-disc images of Earth captured by DSCOVR EPIC in natural or enhanced color.
api: nasa-gov:epic
operations:
- id: getNaturalRecent
  method: GET
  path: /api/natural
- id: getNaturalByDate
  method: GET
  path: /api/natural/date/{date}
- id: getEnhancedRecent
  method: GET
  path: /api/enhanced
- id: getEnhancedByDate
  method: GET
  path: /api/enhanced/date/{date}
authentication:
  method: api-key
  parameter: api_key
  location: query