Search Datasets
search_datasetsSearch the Humanitarian Data Exchange catalogue (CKAN package_search) for datasets on displacement, refugees, food security, conflict, disasters, health, population, etc. Returns matching datasets with titles, descriptions, publishing organization, locations (groups), and resources. Filter by country/crisis with fq="groups:" (e.g. "groups:syr") — get codes from list_locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fq | No | Solr filter query (facet filter). e.g. "groups:syr" (location = Syria), "organization:unhcr", "res_format:CSV". Combine with spaces. | |
| rows | No | Max results, 1-1000 (default 25). | |
| sort | No | Sort spec, e.g. "metadata_modified desc" or "score desc". | |
| query | Yes | Search terms, e.g. "displacement", "food security", "conflict fatalities". | |
| start | No | 0-based offset for paging. |