GET rest/dhs/surveys
dhsprogram.com:dhs-program-api
Summary: List all surveys
Operation ID: getSurveys
Auth: unknown
Operation ID: getSurveys
Auth: unknown
Description
Returns a list of DHS surveys with metadata including survey year, type (DHS, AIS, MIS, etc.), fieldwork dates, sample sizes, and survey characteristics.
Parameters (3)
countryIds
(string, query, optional)
Comma-separated list of DHS country codes to filter surveys
f
(string, query, optional, default: json)
Response format (json or xml)
Constraints: {'enum': ['json', 'xml']}
surveyType
(string, query, optional)
Filter by survey type (DHS, AIS, MIS, etc.)
Examples (2)
| Title | Type | URL | Action |
|---|---|---|---|
| List DHS surveys | probe-gate |
https://api.dhsprogram.com/rest/dhs/surveys?f=json&perpage=10 |
|
| List surveys by country | probe-gate |
https://api.dhsprogram.com/rest/dhs/surveys?f=json&countryIds=NG&perpage=5 |
No probe data for this endpoint yet.