> For the complete documentation index, see [llms.txt](https://docs.humdata.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.humdata.org/build/hdx-apis.md).

# HDX APIs

- [HDX API overview](https://docs.humdata.org/build/hdx-apis/hdx-api-overview.md): The Humanitarian Data Exchange (HDX) API offers a set of endpoints that allows users to access, search, and interact with humanitarian data, as well as contribute through flexible and automated ways.
- [File download endpoint](https://docs.humdata.org/build/hdx-apis/file-download-endpoint.md): A guide to accessing, downloading, and integrating HDX data through the File URL.
- [Finding and downloading data](https://docs.humdata.org/build/hdx-apis/file-download-endpoint/finding-and-downloading-data.md): Many data resources can be accessed through the file download endpoint
- [Tools](https://docs.humdata.org/build/hdx-apis/file-download-endpoint/tools.md): Learn how to use the file download in Power BI.
- [Metadata endpoints](https://docs.humdata.org/build/hdx-apis/metadata-endpoints.md): A guide to accessing and cataloguing HDX data through the metadata endpoints.
- [package\_search](https://docs.humdata.org/build/hdx-apis/metadata-endpoints/package_search.md): Learn how to query package\_search to catalogue data on HDX
- [package\_show](https://docs.humdata.org/build/hdx-apis/metadata-endpoints/package_show.md): Learn how to query package\_show to learn more about a dataset on HDX
- [Code examples and Python notebook](https://docs.humdata.org/build/hdx-apis/metadata-endpoints/code-examples-and-python-notebook.md): Python and Javascript examples and a ready-to-run Python notebook
- [Troubleshooting and error handling](https://docs.humdata.org/build/hdx-apis/metadata-endpoints/troubleshooting-and-error-handling.md): Need help with the metadata endpoints? Look no further.
- [Tabular Data Endpoints](https://docs.humdata.org/build/hdx-apis/tabular-data-endpoints.md): A guide to accessing, filtering, and integrating HDX data through the Tabular Data Endpoints.
- [Available data and resource IDs](https://docs.humdata.org/build/hdx-apis/tabular-data-endpoints/available-data-and-resource-ids.md): How to find Tabular Data resources
- [How to query the Tabular Data Endpoints](https://docs.humdata.org/build/hdx-apis/tabular-data-endpoints/how-to-query-the-tabular-data-endpoints.md): How to use the different Tabular Data endpoints
- [Code examples](https://docs.humdata.org/build/hdx-apis/tabular-data-endpoints/code-examples.md): Python and Javascript examples
- [Tools and notebook](https://docs.humdata.org/build/hdx-apis/tabular-data-endpoints/tools-and-notebook.md): Tabular Data endpoints tool integrations and Python notebook
- [Troubleshooting and error handling](https://docs.humdata.org/build/hdx-apis/tabular-data-endpoints/troubleshooting-and-error-handling.md): Need help with the Tabular Data endpoints? Look no further.
- [HAPI](https://docs.humdata.org/build/hdx-apis/hapi.md): Learn more about the HDX Humanitarian API.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.humdata.org/build/hdx-apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
