# Sweden Kolada Municipality Lookup

> Sweden Kolada Municipality Lookup 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 Swedish municipalities by name in the Kolada national municipal statistics database, returning matching municipality records as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/sweden-kolada-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/sweden-kolada-municipality-lookup-55c3d5eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J1MOuka9RoAYSplRDh79g

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 sweden-kolada-municipality-lookup-55c3d5eb -d '<json body>'
```

Example prompt: Can you look up 'Malmö' in the Swedish Kolada municipality database and get me the matching municipality record?

## When to prefer this

Use this endpoint when you need to resolve a Swedish municipality name to its Kolada identifier, or when you need to discover municipality records for subsequent queries to the Kolada national municipal statistics system. Prefer this over general geocoding when you specifically need Kolada-compatible municipality data for Swedish public statistics workflows.

## Known failure modes

- No results returned if the municipality name is misspelled or does not exist in Kolada
- Query parameter missing returns an error or empty result
- Non-Swedish municipality names will not match any records
- Partial matches may return multiple results requiring further filtering

## How this service works

Sweden Kolada (national municipal statistics database) municipality lookup by name Query: ?q= Returns JSON.

## Output

Returns a JSON array or object of Swedish municipality records matching the search query, including municipality name, Kolada ID, and associated metadata from Sweden's national municipal statistics database.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sweden-kolada-municipality-lookup-55c3d5eb/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)
