Public
Incidents
List public incident information
Retrieve publicly accessible disaster incident information without authentication.
This endpoint provides basic incident details suitable for:
- Public emergency information websites
- Community mapping applications
- Third-party disaster response tools
- Media and reporting organizations
Data Included:
- Basic incident identification and timing
- Geographic boundaries and center points
- Active contact phone numbers
- Work type categories available
- Public communication assets
Data Excluded:
- Sensitive organizational information
- Detailed form field configurations
- Internal coordination details
- Private incident management data
Performance Features:
- Aggressive caching for high-traffic scenarios
- Optimized database queries with prefetching
- Geographic data ready for mapping integration
get/incidents_list
Query parameters
idstring
id
id__instring
id__in
namestring
name
name__icontainsstring
name__icontains
start_at__gtstring
start_at__gt
start_at__ltstring
start_at__lt
sort'start_at' | '-start_at'
Ordering
locationstring
location
searchstring
search
limitinteger
Number of results to return per page.
offsetinteger
The initial index from which to return the results.
fieldsstring
Comma-separated list of fields to include. Available: id,name,case_label,start_at,uuid,short_name,incident_type,color,locations,created_work_types,active_phone_number,geofence
Response
Paginated list of public incident information
Changes
No recorded changes to this endpoint across all 1 revision of this API.