Get started
Natural events in Duaer
In Duaer: Wildfires, severe storms, volcanoes, floods, sea ice, and other natural events tracked by NASA EONET, with latest position, size, and source link. One successful search uses 1 credit.
What you get
Duaer Natural events lists events from NASA EONET (Earth Observatory Natural Event Tracker). Each row carries the latest known position and size, and a link to the agency that reports it.
Pick Duaer Data → Natural events in the node creator, or open the data market. Related: Earthquakes, Weather forecast.
When to use it
- See which wildfires or storms are active now, for supply-chain or travel risk.
- Count events of one kind in a period for a report.
When not to use it
- Earthquakes with magnitude filters. Use Earthquakes.
- Official evacuation or warning decisions. Follow local authorities.
Search on the canvas
- Open the node creator and pick Duaer Data → Natural events.
- Optional: Category (such as wildfires), Status, Days.
- Limit defaults to 10, max 20. Execute.
A search uses 1 credit only when it returns rows. No rows, wrong input, or an upstream failure uses 0.
Call the API
- GET https://api.duaer.com/v1/data/natural-events?category=wildfires&days=30
- Authorization: Bearer <Duaer key>
The call skill below matches Copy skill in the Duaer data market, with parameters, examples, and result fields.
Call skill
Same text as Copy skill.
---
name: duaer-natural-events
description: >-
Duaer Natural events. Wildfires, severe storms, volcanoes, floods, sea ice, and other natural events tracked by NASA EONET, with latest position, size, and source link.
One successful search uses 1 Duaer credit.
---
# Duaer Natural events
Duaer Natural events lists events from NASA EONET (Earth Observatory Natural Event Tracker). Each row carries the latest known position and size, and a link to the agency that reports it.
## When to use
- See which wildfires or storms are active now, for supply-chain or travel risk.
- Count events of one kind in a period for a report.
## When not to use
- Earthquakes with magnitude filters. Use https://skills.duaer.com/earthquakes.md.
- Official evacuation or warning decisions. Follow local authorities.
## Call
`GET https://api.duaer.com/v1/data/natural-events?category=wildfires&days=30`
Header: `Authorization: Bearer <Duaer key>`
Use an account key or a model API key.
Get a Duaer key: https://skills.duaer.com/keys.md
## Parameters
Provide at least one of `category`, `status`, or `days`.
- `category` — Optional. One of drought, dustHaze, earthquakes, floods, landslides, manmade, seaLakeIce, severeStorms, snow, tempExtremes, volcanoes, waterColor, wildfires.
- `status` — Optional. open, closed, or all. Default open.
- `days` — Optional. Only events active in the last 1 to 3650 days.
- `limit` — Optional. Rows to return, from 1 to 20. Default 10.
## Examples
- `GET https://api.duaer.com/v1/data/natural-events?category=wildfires&days=30` — wildfires active in the last 30 days.
- `GET https://api.duaer.com/v1/data/natural-events?category=volcanoes&status=all&days=365` — volcanic events in the past year.
## Result
The response is `{ "items": [...] }`. Each item has `source`, `title`, `url`, and `summary`, plus:
- `eventId` — EONET id.
- `category` — event category.
- `date` — time of the latest position.
- `latitude`, `longitude` — latest point, when the event is a point.
- `magnitude` — size with unit, such as 828 acres or 65 kts.
- `closed` — close date, empty when still open.
- `sourceIds` — reporting sources, such as InciWeb or JTWC.
Fields without a value are left out.
## Credits
A search that returns at least one row uses 1 credit.
An empty search, a search that finds nothing, or a failed search uses 0.
Wrong input returns 400 with a message and uses 0.
No remaining credits returns 402 and does not search.
A missing key returns 401.
## Related
- https://skills.duaer.com/earthquakes.md — Duaer Earthquakes
- https://skills.duaer.com/weather.md — Duaer Weather forecast
Questions
How many credits does a Natural events search use in Duaer?
One credit when Duaer returns rows. A search with no rows or an error uses 0.
Which categories does Duaer natural events accept?
Duaer accepts the EONET categories: drought, dustHaze, earthquakes, floods, landslides, manmade, seaLakeIce, severeStorms, snow, tempExtremes, volcanoes, waterColor, and wildfires.
In this section
Earthquakes in Duaer
In Duaer: Earthquakes worldwide from the USGS catalog, filtered by magnitude, dates, and a circle around a place: magnitude, depth, time, location, and tsunami flag. One successful search uses 1 credit.
Get startedWeather forecast in Duaer
In Duaer: Daily forecast for any city or coordinates, up to 16 days: conditions, high and low, rain amount and chance, and peak wind, from Open-Meteo. One successful search uses 1 credit.