> For the complete documentation index, see [llms.txt](https://docs.altum.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altum.ai/english/property-data.md).

# Property Data

- [Autosearch API](https://docs.altum.ai/english/property-data/autosearch-api.md): This API delivers fast, accurate real estate search results based on postal codes, including sorting options and a maximum number of results.
- [Authentication, input and response](https://docs.altum.ai/english/property-data/autosearch-api/authentication-input-and-response.md)
- [API Key Information](https://docs.altum.ai/english/property-data/autosearch-api/api-key-information.md): Understanding and Obtaining Your API Key
- [Autosuggest API](https://docs.altum.ai/english/property-data/auto-suggest-api.md): Query the Autosuggest API for a Dutch home to get an automated suggestion.
- [Authentication, input and response](https://docs.altum.ai/english/property-data/auto-suggest-api/authentication-input-and-response.md)
- [API Key Information](https://docs.altum.ai/english/property-data/auto-suggest-api/api-key-information.md): Understanding and Obtaining Your API Key
- [Fuzzy Search Support](https://docs.altum.ai/english/property-data/auto-suggest-api/fuzzy-search-support.md): Detailed explanation of Fuzzy Search
- [Output interpretation](https://docs.altum.ai/english/property-data/auto-suggest-api/output-interpretation.md): An explanation and interpretation of every feature outputted in the API response.
- [Location Data API](https://docs.altum.ai/english/property-data/location-data-api.md): Location Data is an integration of Location, Amenities, and BAG API information. It encompasses real estate data at the postcode level, the proximity to amenities and BAG of a houseaddress.
- [Changelog](https://docs.altum.ai/english/property-data/location-data-api/changelog.md)
- [Authentication, input and response](https://docs.altum.ai/english/property-data/location-data-api/authentication-input-and-response.md)
- [API Key Information](https://docs.altum.ai/english/property-data/location-data-api/api-key-information.md): Understanding and Obtaining Your API Key
- [House types](https://docs.altum.ai/english/property-data/location-data-api/house-types.md)
- [Output interpretation](https://docs.altum.ai/english/property-data/location-data-api/output-interpretation.md): An explanation and interpretation of every feature outputted in the API response.
- [Move data API](https://docs.altum.ai/english/property-data/move-data.md): Move Data API will fetch different statuses for the objects on the market.
- [ChangeLog](https://docs.altum.ai/english/property-data/move-data/changelog.md): Changelog of the deploy of the Move Data API in format iteration (1.01) and (expected) release date (year, month and day).
- [Authentication, input and response](https://docs.altum.ai/english/property-data/move-data/authentication-input-and-response.md)
- [API Key Information](https://docs.altum.ai/english/property-data/move-data/api-key-information.md): Understanding and Obtaining Your API Key
- [Output interpretation](https://docs.altum.ai/english/property-data/move-data/output-interpretation.md): An explanation and interpretation of every feature outputted in the API response.
- [Housing features API](https://docs.altum.ai/english/property-data/housing-features-api.md): This API exposes for a single house all features in JSON format, which contains various details about a real estate property such as house type, surfaces and more.
- [Authentication, input and response](https://docs.altum.ai/english/property-data/housing-features-api/authentication-input-and-response.md)
- [API Key Information](https://docs.altum.ai/english/property-data/housing-features-api/api-key-information.md): Understanding and Obtaining Your API Key
- [Output interpretation](https://docs.altum.ai/english/property-data/housing-features-api/output-interpretation.md): An explanation and interpretation of every feature outputted in the API response.
- [WOZ API](https://docs.altum.ai/english/property-data/woz-api.md): With the WOZ API, you will be able to fetch the latest WOZ values for each property in Netherlands.
- [Changelog](https://docs.altum.ai/english/property-data/woz-api/changelog.md)
- [Frequently Asked Questions (FAQ)](https://docs.altum.ai/english/property-data/woz-api/frequently-asked-questions-faq.md)
- [Authentication, input and response](https://docs.altum.ai/english/property-data/woz-api/authentication-input-and-response.md)
- [API Key Information](https://docs.altum.ai/english/property-data/woz-api/api-key-information.md): Understanding and Obtaining Your API Key
- [Output interpretation](https://docs.altum.ai/english/property-data/woz-api/output-interpretation.md): An explanation and interpretation of every feature outputted in the API response.
- [PC6 average WOZ value](https://docs.altum.ai/english/property-data/woz-api/pc6-average-woz-value.md)


---

# 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.altum.ai/english/property-data.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.
