Sample Data & API Responses
Explore Event Intelligence Data
See representative event records, sample queries, and API response structures. Every event arrives with the metadata you need to drive operational decisions.
Every Event Includes
A consistent, structured envelope across all hazard types.
- ✓Event type
- ✓Severity
- ✓Location
- ✓Timestamp
- ✓Source
- ✓Confidence
- ✓Geometry
Sample Event Records
Eight Representative Event Types
Each event type returns a structured JSON record with all standard fields, plus event-type-specific metadata (depth for floods, magnitude for earthquakes, max wind for cyclones, etc.).
Flood Event
Wildfire Event
Earthquake Event
Tropical Cyclone Event
Hail Event
Tornado Event
Civil Unrest Event
Strikes & Protests Event
Example JSON Response — Flood Event
Representative structure. Full schemas available in the developer documentation.
{
"event_id": "flood-2026-06-16-mindanao-001",
"event_type": "FLOOD",
"severity": "WARNING",
"name": "Flash Flood — Sarangani, Mindanao",
"location": {
"latitude": 5.5918,
"longitude": 125.0469,
"country": "Philippines",
"admin_1": "Davao Region",
"admin_2": "Sarangani"
},
"timestamp": {
"start_utc": "2026-06-15T08:42:00Z",
"last_update_utc": "2026-06-16T14:13:00Z"
},
"source": {
"name": "PAGASA",
"type": "authoritative_agency"
},
"confidence": "high",
"geometry": {
"type": "Polygon",
"coordinates": [[ /* ... */ ]]
},
"impact": {
"population_exposed": 218400,
"infrastructure_value_usd": 1240000000
},
"metadata": {
"agency_id": "PAGASA-FF-2026-061508",
"advisory_text": "Flash flood warning in effect for ..."
}
}Sample Queries
- ✓Events Near Assets
- ✓Events Near Suppliers
- ✓Events By Country
- ✓Events By Event Type
- ✓Recent Events
- ✓Events Within A Radius
Available Fields
- ✓Enriched Event Metadata
- ✓Severity Information
- ✓Time Information
- ✓Location Information
- ✓Geometry Information
- ✓Source Information
- ✓Impact Information
Developer Resources
Everything You Need to Integrate
API Documentation
Complete reference for endpoints, parameters, authentication, and response formats.
Authentication Guide
Step-by-step instructions for obtaining and managing API credentials.
Data Schemas
JSON schemas for every supported event type and response format.
Sample Integrations
Code samples and reference implementations for common integration patterns.
What Makes DisasterAWARE Different?
Raw event feeds give you observations. Enriched event intelligence gives you decisions — events validated, classified, geocoded, severity-rated, lifecycle-tracked, and ready for application use.
