# SYNTHORA NASA EONET Natural Event Tracker

> SYNTHORA NASA EONET Natural Event Tracker is a paid API for AI agents from nasa-eonet-natural-events.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns open natural disaster events (wildfires, storms, floods, volcanoes, icebergs) with categories, geometry, and source references from NASA's EONET API

## Facts

- Endpoint: POST https://nasa-eonet-natural-events.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-nasa-eonet-natural-event-tracker-1c4ae513
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4HYG9PENpJLRPOqQu3sfU

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability synthora-nasa-eonet-natural-event-tracker-1c4ae513 -d '<json body>'
```

Example prompt: Pull the latest open wildfire events from NASA EONET — give me up to 20 results with their locations and source links.

## When to prefer this

Choose this endpoint when you need keyless, low-cost access to NASA's authoritative EONET natural event data for real-time global hazard awareness. Ideal for disaster-response agents, insurance risk engines, logistics platforms, and environmental monitoring pipelines that require structured geospatial event data without maintaining a NASA API key. Prefer this over scraping news feeds or unofficial sources when you need machine-readable geometry and categorical tagging of events.

## Known failure modes

- No events returned if filters are too restrictive or no events are currently active in the requested category
- Invalid category string may return empty results or an error
- NASA EONET upstream API downtime may cause service unavailability
- Malformed request body may result in a 400-level error
- Rate limiting or payment failure may block access

## How this service works

Returns open natural events (wildfires, storms, floods, volcanoes, icebergs) with categories, geometry and sources from NASA's EONET API, keyless. Autonomous disaster-response, insurance, logistics and environmental agents consume it for A2A global hazard tracking and agent-to-agent situational awareness. Ranking surface: natural events API, NASA EONET, wildfire tracker, storm events, disaster feed, hazard geometry.

## Output

A JSON object containing a list of open natural events sourced from NASA EONET, each including event name, category, geometry (coordinates/type), associated sources, and status. Results can be filtered by event category (e.g. wildfires, storms, volcanoes), status (open/closed), and limited by count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "limit"
  },
  "status": {
   "type": "string",
   "description": "status"
  },
  "category": {
   "type": "string",
   "description": "category"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "nasa-eonet-natural-events",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-nasa-eonet-natural-event-tracker-1c4ae513/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nasa-eonet-natural-events.hergertsynthora.com](https://www.zero.xyz/host/nasa-eonet-natural-events.hergertsynthora.com/llms.txt)
