Custom Connector

NASA EONET Connector

Global

The NASA EONET Connector provides access to the NASA Earth Observatory Natural Event Tracker (EONET) REST API. It delivers curated information about natural events such as storms, wildfires, floods, and volcanic activity, allowing developers to retrieve event metadata, categories, and sources — ideal for disaster monitoring systems, research dashboards, and geospatial visualization tools.

Type
Virtual machines, Single VM, BYOL
Runs on
Google Compute Engine
Last update
24 Oct 2024
Category
Integration
Overview

Integration Overview

The NASA EONET Connector exposes the following endpoints:

  • List events. Retrieve current or past natural events with optional filters for category, source, and status.
  • Get event by ID. Fetch detailed metadata for a specific natural event.
  • List categories. Retrieve available categories of natural events (e.g. wildfires, storms).
  • List layers. Get information about map layers linked to natural event visualizations.
  • List sources. Retrieve metadata on organizations that provide event data.
Documentation

Detailed Integration Documentation

List Events

Operation IDlistEvents
Endpoint/events
Parameterscategory (string, optional) – filter by event category (e.g. wildfire). source (string, optional) – filter by data source. status (string, optional: open, closed) – filter by event status. limit (integer, optional) – limit number of results.
PurposeRetrieves a list of natural events with optional filters.
OutputJSON with event IDs, titles, categories, geometries, and sources.
Workflow examplePopulate a dashboard showing ongoing natural disasters worldwide.

Get Event by ID

Operation IDgetEventById
Endpoint/events/{id}
Parametersid (path, string, required) – the unique identifier of the event.
PurposeRetrieve detailed metadata for a specific event, including geometry, date, and source.
OutputJSON object describing the event in detail.
Workflow exampleClicking on an event in a map loads its details from this endpoint.

List Categories

Operation IDlistCategories
Endpoint/categories
ParametersNone.
PurposeReturns all available natural event categories.
OutputJSON with category IDs and titles (e.g. “Wildfires”, “Severe Storms”).
Workflow exampleAllows filtering events by type in an app.

List Layers

Operation IDlistLayers
Endpoint/layers
ParametersNone.
PurposeRetrieves metadata about geospatial map layers related to events.
OutputJSON describing layers with type and attribution.
Workflow exampleUse with GIS software to overlay natural event data on maps.

List Sources

Operation IDlistSources
Endpoint/sources
ParametersNone.
PurposeRetrieves metadata about data providers and their capabilities.
OutputJSON list of source IDs, titles, and URLs.
Workflow exampleDisplay source organizations in a dashboard to provide attribution.

Example Workflow: Natural Disaster Monitoring Dashboard

Step 1Fetch categories → /categories.
Step 2Select “Wildfires” → call /events?category=wildfires&status=open.
Step 3Display events on a map → plot event geometries.
Step 4User clicks an event → call /events/{id} for details.
Step 5Display related source attribution → /sources.
Support

For technical support, contact custom-connectors-support@isolutions.sa.

free consultation

Schedule a Free Consultation With Our Specialists

Book a free demo
request

Begin Your Adventure With Experienced Professionals

Send request
help desk

Do You Have Questions or Want More Information? Call Now.

Contact support