# Denmark Municipality Lookup by Name (DAWA)

> Denmark Municipality Lookup by Name (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-15).

Looks up official Danish municipality data — including municipality code and region — by name using the DAWA API.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/denmark-municipalities
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/denmark-municipality-lookup-by-name-dawa-a1d58393
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Wmx8GFpYb_OxgOGxkZ2RN

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-municipality-lookup-by-name-dawa-a1d58393 -d '<json body>'
```

Example prompt: Can you look up the official municipality code and region for Aarhus in Denmark using the DAWA registry?

## When to prefer this

Use this endpoint when you need authoritative Danish municipality codes and region associations by name, particularly for government, logistics, or geospatial applications targeting Denmark. Prefer this over generic geocoding APIs when you specifically need the official Danish municipality code (kommunekode) and region from the DAWA registry.

## Known failure modes

- No match found if the municipality name is misspelled or unrecognized
- Ambiguous results if partial name matches multiple municipalities
- Empty result array for non-Danish administrative units
- Payment failure if USDC balance is insufficient for the $0.02 per-call fee

## How this service works

Denmark official municipality lookup by name with code and region (DAWA) Query: ?q= Returns JSON.

## Output

A JSON object (or array) containing the official municipality name, municipality code, and region for the queried Danish municipality, sourced from the DAWA (Danmarks Adressers Web API) dataset.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/denmark-municipality-lookup-by-name-dawa-a1d58393/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)
