File download endpoint
A guide to accessing, downloading, and integrating HDX data through the File URL.
Last updated
Was this helpful?
A guide to accessing, downloading, and integrating HDX data through the File URL.
The File URL endpoint allows you to download data from HDX directly in a programmatic way, without needing to use the HDX website. Leveraging additional endpoints like the HDX metadata endpoints further lets you access data without using the HDX UI. This approach is well suited for batch processing, scheduled pipelines, and integration with external tools that consume complete data resources directly. (For large data handling or filtering, use the Tabular Data Endpoints, link here).
The HDX File URL endpoint is powered by the CKAN core API and relies on resource metadata to identify downloadable files.
The following documentation is intended for analysts and technical audiences who want to retrieve data files in a reproducible way, troubleshoot common issues, and integrate HDX data into automated workflows and tools.
The file URL query is reproducible, granted you know the dataset ID and resource ID along with the format type.

See sample URL below. Replace the dataset_id, resource_id, resource_name, and format with your desired dataset.
https://data.humdata.org/dataset/<DATASET_ID>/resource/<RESOURCE_ID>/download/<RESOURCE_NAME>.
We are always adding new data and features into the HDX API endpoints. If you would like to request either a new feature or think a critical dataset is missing, please let us know!
Report bugs and request features by emailing hdx@un.org.
Last updated
Was this helpful?
Was this helpful?
