WFP HungerMap LIVE
Provides subnational food insecurity data for 94 countries, updated within a rolling 100-day window.
Custom Streaming + One-shot
Create or update a recurring WFP HungerMap LIVE food security connector.
What you can ask Delphi
- “What are the current food security conditions in the Tigray region of Ethiopia?”
- “Show me the trend of food insecurity in South Sudan over the last 90 days.”
- “Which subnational areas in Nigeria are currently experiencing critical levels of food insecurity?”
- “Can you schedule weekly updates on food insecurity for Haiti?”
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
schedule_wfp_food_security
Create or update a recurring WFP HungerMap LIVE food security connector.
wfp/get_food_security
Fetch subnational food insecurity data from WFP HungerMap LIVE. Covers 94 countries with rolling 100-day window.
Inputs ▾
schedule_wfp_food_security
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| countryCode | string | yes | ISO3 country code, e.g. 'FJI', 'ATG', 'MDV'. |
| dateStart | string | no | Optional start date in YYYY-MM-DD format. API provides a rolling 100-day window. |
| dateEnd | string | no | Optional end date in YYYY-MM-DD format. API provides a rolling 100-day window. |
| limit | number | no | Maximum number of records to return. Default 200. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll the WFP HungerMap LIVE API. |
| connectorId | string | no | If provided, updates an existing connector. |
| description | string | no | Human-readable description shown in the connector UI. |
wfp/get_food_security
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| countryCode | string | yes | ISO3 country code, e.g. 'FJI', 'ATG', 'MDV'. |
| dateStart | string | no | Optional start date in YYYY-MM-DD format. API provides a rolling 100-day window. |
| dateEnd | string | no | Optional end date in YYYY-MM-DD format. API provides a rolling 100-day window. |
| limit | number | no | Maximum number of records to return. Default 200. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |