NASA Open APIs · Capability

Eonet

Eonet 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

eonet.yaml Raw ↑
aid: nasa-gov:capability:eonet
name: Natural Event Tracking
description: Retrieve curated natural events on Earth - wildfires, storms, volcanoes, sea ice, drought, earthquakes, floods and more.
api: nasa-gov:eonet
operations:
- id: getEvents
  method: GET
  path: /events
- id: getCategories
  method: GET
  path: /categories
- id: getSources
  method: GET
  path: /sources
- id: getLayers
  method: GET
  path: /layers
- id: getMagnitudes
  method: GET
  path: /magnitudes
authentication:
  method: none