NASA Open APIs · Capability

Earth

Earth 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

earth.yaml Raw ↑
aid: nasa-gov:capability:earth
name: Earth Imagery Lookup
description: Retrieve Landsat 8 imagery and asset metadata for a given latitude, longitude, and date.
api: nasa-gov:earth
operations:
- id: getEarthImagery
  method: GET
  path: /planetary/earth/imagery
- id: getEarthAssets
  method: GET
  path: /planetary/earth/assets
authentication:
  method: api-key
  parameter: api_key
  location: query