# Denmark Address Full-Text Search (DAWA)

> Denmark Address Full-Text Search (DAWA) is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Full-text search of official Danish addresses using the Danmarks Adresser Web API (DAWA), returning structured JSON results.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/denmark-address-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/denmark-address-full-text-search-dawa-462999fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nd3MkBWrGRh8i0F8MfcqM

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability denmark-address-full-text-search-dawa-462999fb -d '<json body>'
```

Example prompt: Can you look up the official Danish address for 'Rådhuspladsen 1, København' and return the full structured address details?

## When to prefer this

Use this endpoint when you need to search, validate, or autocomplete official Danish addresses using the authoritative DAWA registry. Prefer this over generic geocoding APIs when accuracy against Danish official records is required, such as for form validation, logistics, or government-related workflows in Denmark.

## Known failure modes

- Empty result array when no addresses match the query string
- Ambiguous results when query is too short or generic, returning many candidates
- Non-Danish addresses return no results
- Malformed or missing ?q= parameter may return an error or empty result
- Service unavailability returns HTTP error
- Payment failure (x402) blocks access

## How this service works

Denmark official address full-text search (Danmarks Adresser Web API, DAWA) Query: ?q= Returns JSON.

## Output

A JSON array of matching Danish address records from DAWA, each containing the official address text, street name, house number, postal code, municipality, geographic coordinates, and a unique address identifier.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/denmark-address-full-text-search-dawa-462999fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
