Skip to main content
POST
/
api
/
conflict
/
v1
/
get-humanitarian-summary-batch
GetHumanitarianSummaryBatch
curl --request POST \
  --url https://api.example.com/api/conflict/v1/get-humanitarian-summary-batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "countryCodes": [
    "<string>"
  ]
}
'
{
  "results": {},
  "fetched": 123,
  "requested": 123
}

Body

application/json

GetHumanitarianSummaryBatchRequest looks up humanitarian summaries for multiple countries.

countryCodes
string[]
Required array length: 1 - 25 elements

ISO 3166-1 alpha-2 country codes (e.g., "YE", "SD"). Max 25.

Response

Successful response

GetHumanitarianSummaryBatchResponse contains humanitarian summaries for the requested countries.

results
object

Map of country_code -> humanitarian summary for found countries.

fetched
integer<int32>

Number of countries successfully fetched.

requested
integer<int32>

Number of countries requested.