search_address
Search Norwegian addresses by free text.
Direct GET
For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.
Open this validated HTML GET URL
https://allemannsdata.com/wiki/kilder/geonorge/search_address/?text={text}&kommunenummer={kommunenummer}&limit=20&query={query}&offset=0
For software and dashboards:
Read the operation descriptor.
The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_address?text={text}&kommunenummer={kommunenummer}&limit=20&query={query}&offset=0.
Open this exact request as JSON.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
text | optional | union | Address query, e.g. "Karl Johans gate 1" or "Storgata". |
kommunenummer | optional | union | Optional 4-digit municipality code to restrict the search (e.g. "0301" for Oslo, "4601" for Bergen). |
limit | optional | integer | Max hits to return, 1 to 100 (default 20). Unit: items. |
query | optional | union | Alias for `text` (use one or the other). |
offset | optional | integer | Number of list items to skip; default 0. |
Generated JavaScript, Python and response structure
Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.
Example for generated JavaScript and Python
https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_address?text={text}&kommunenummer={kommunenummer}&limit=20&query={query}&offset=0
Replace URL placeholders and remove unused optional parameters.
JavaScript in a dashboard
const url = "https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_address?text={text}&kommunenummer={kommunenummer}&limit=20&query={query}&offset=0";
const response = await fetch(url);
if (!response.ok) {
const failure = await response.json();
throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;
Python without additional packages
import json
from urllib.request import urlopen
url = "https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_address?text={text}&kommunenummer={kommunenummer}&limit=20&query={query}&offset=0"
with urlopen(url) as response:
result = json.load(response)
data = result["data"]
Response structure
{
"source": "geonorge",
"operation": "search_address",
"parameters": {},
"data": {},
"entities": [],
"_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
"_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Unknown parameter ignored: postal_code. Valid parameters: text, kommunenummer, limit, query.
Form for manual use
The form is a fallback for people and browser agents that cannot open the GET URL directly.
Result
- total_count:
- 41
- addresses:
25 results
- address:
- Kirkebakken 13
- postnummer:
- 8700
- poststed:
- NESNA
- kommunenummer:
- 1828
- kommunenavn:
- NESNA
- lat:
- 66.201438
- lon:
- 13.024711
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 1410
- poststed:
- KOLBOTN
- kommunenummer:
- 3207
- kommunenavn:
- NORDRE FOLLO
- lat:
- 59.8070914
- lon:
- 10.8086871
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 3040
- poststed:
- DRAMMEN
- kommunenummer:
- 3301
- kommunenavn:
- DRAMMEN
- lat:
- 59.7295039
- lon:
- 10.2333753
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 3145
- poststed:
- TJØME
- kommunenummer:
- 3911
- kommunenavn:
- FÆRDER
- lat:
- 59.1132292
- lon:
- 10.3892721
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 4836
- poststed:
- ARENDAL
- kommunenummer:
- 4203
- kommunenavn:
- ARENDAL
- lat:
- 58.4584177
- lon:
- 8.7651658
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 9550
- poststed:
- ØKSFJORD
- kommunenummer:
- 5614
- kommunenavn:
- LOPPA
- lat:
- 70.2398232
- lon:
- 22.3526577
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 2337
- poststed:
- TANGEN
- kommunenummer:
- 3413
- kommunenavn:
- STANGE
- lat:
- 60.6166306
- lon:
- 11.2662922
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 3921
- poststed:
- PORSGRUNN
- kommunenummer:
- 4001
- kommunenavn:
- PORSGRUNN
- lat:
- 59.137562
- lon:
- 9.6483999
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3826231
- lon:
- 10.4584772
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 9130
- poststed:
- HANSNES
- kommunenummer:
- 5534
- kommunenavn:
- KARLSØY
- lat:
- 69.9676004
- lon:
- 19.6246488
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 8530
- poststed:
- BJERKVIK
- kommunenummer:
- 1806
- kommunenavn:
- NARVIK
- lat:
- 68.5488531
- lon:
- 17.5626923
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 6413
- poststed:
- MOLDE
- kommunenummer:
- 1506
- kommunenavn:
- MOLDE
- lat:
- 62.7392776
- lon:
- 7.1600106
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 8230
- poststed:
- SULITJELMA
- kommunenummer:
- 1841
- kommunenavn:
- FAUSKE
- lat:
- 67.1360227
- lon:
- 16.0583719
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13A
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3827749
- lon:
- 10.4583964
- epsg:
- EPSG:4326
- address:
- Kirkebakken 15
- postnummer:
- 9550
- poststed:
- ØKSFJORD
- kommunenummer:
- 5614
- kommunenavn:
- LOPPA
- lat:
- 70.2397999
- lon:
- 22.3521834
- epsg:
- EPSG:4326
- address:
- Kirkebakken 16
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3819271
- lon:
- 10.4579989
- epsg:
- EPSG:4326
- address:
- Kirkebakken 18
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3818917
- lon:
- 10.4572768
- epsg:
- EPSG:4326
- address:
- Kirkebakken 20A
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3820469
- lon:
- 10.4572468
- epsg:
- EPSG:4326
- address:
- Kirkebakken 20B
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.38206
- lon:
- 10.4574084
- epsg:
- EPSG:4326
- address:
- Kirkebakken 20C
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3821806
- lon:
- 10.457416
- epsg:
- EPSG:4326
- address:
- Kirkebakken 20D
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3821881
- lon:
- 10.4573651
- epsg:
- EPSG:4326
- address:
- Kirkebakken 20E
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3821126
- lon:
- 10.4576618
- epsg:
- EPSG:4326
- address:
- Kirkebakken 6
- postnummer:
- 3145
- poststed:
- TJØME
- kommunenummer:
- 3911
- kommunenavn:
- FÆRDER
- lat:
- 59.11378
- lon:
- 10.3889975
- epsg:
- EPSG:4326
- address:
- Kirkebakka 13
- postnummer:
- 2862
- poststed:
- FLUBERG
- kommunenummer:
- 3447
- kommunenavn:
- SØNDRE LAND
- lat:
- 60.7727809
- lon:
- 10.2477995
- epsg:
- EPSG:4326
- address:
- Kirkebakka 11
- postnummer:
- 2862
- poststed:
- FLUBERG
- kommunenummer:
- 3447
- kommunenavn:
- SØNDRE LAND
- lat:
- 60.7720121
- lon:
- 10.2483938
- epsg:
- EPSG:4326
- limit:
- 25
- offset:
- 0
- returned:
- 25
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 25
Show all fields in HTML
- total_count:
- 41
- addresses:
25 results
- address:
- Kirkebakken 13
- postnummer:
- 8700
- poststed:
- NESNA
- kommunenummer:
- 1828
- kommunenavn:
- NESNA
- lat:
- 66.201438
- lon:
- 13.024711
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 1410
- poststed:
- KOLBOTN
- kommunenummer:
- 3207
- kommunenavn:
- NORDRE FOLLO
- lat:
- 59.8070914
- lon:
- 10.8086871
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 3040
- poststed:
- DRAMMEN
- kommunenummer:
- 3301
- kommunenavn:
- DRAMMEN
- lat:
- 59.7295039
- lon:
- 10.2333753
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 3145
- poststed:
- TJØME
- kommunenummer:
- 3911
- kommunenavn:
- FÆRDER
- lat:
- 59.1132292
- lon:
- 10.3892721
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 4836
- poststed:
- ARENDAL
- kommunenummer:
- 4203
- kommunenavn:
- ARENDAL
- lat:
- 58.4584177
- lon:
- 8.7651658
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 9550
- poststed:
- ØKSFJORD
- kommunenummer:
- 5614
- kommunenavn:
- LOPPA
- lat:
- 70.2398232
- lon:
- 22.3526577
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 2337
- poststed:
- TANGEN
- kommunenummer:
- 3413
- kommunenavn:
- STANGE
- lat:
- 60.6166306
- lon:
- 11.2662922
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 3921
- poststed:
- PORSGRUNN
- kommunenummer:
- 4001
- kommunenavn:
- PORSGRUNN
- lat:
- 59.137562
- lon:
- 9.6483999
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3826231
- lon:
- 10.4584772
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 9130
- poststed:
- HANSNES
- kommunenummer:
- 5534
- kommunenavn:
- KARLSØY
- lat:
- 69.9676004
- lon:
- 19.6246488
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 8530
- poststed:
- BJERKVIK
- kommunenummer:
- 1806
- kommunenavn:
- NARVIK
- lat:
- 68.5488531
- lon:
- 17.5626923
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 6413
- poststed:
- MOLDE
- kommunenummer:
- 1506
- kommunenavn:
- MOLDE
- lat:
- 62.7392776
- lon:
- 7.1600106
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13
- postnummer:
- 8230
- poststed:
- SULITJELMA
- kommunenummer:
- 1841
- kommunenavn:
- FAUSKE
- lat:
- 67.1360227
- lon:
- 16.0583719
- epsg:
- EPSG:4326
- address:
- Kirkebakken 13A
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3827749
- lon:
- 10.4583964
- epsg:
- EPSG:4326
- address:
- Kirkebakken 15
- postnummer:
- 9550
- poststed:
- ØKSFJORD
- kommunenummer:
- 5614
- kommunenavn:
- LOPPA
- lat:
- 70.2397999
- lon:
- 22.3521834
- epsg:
- EPSG:4326
- address:
- Kirkebakken 16
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3819271
- lon:
- 10.4579989
- epsg:
- EPSG:4326
- address:
- Kirkebakken 18
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3818917
- lon:
- 10.4572768
- epsg:
- EPSG:4326
- address:
- Kirkebakken 20A
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3820469
- lon:
- 10.4572468
- epsg:
- EPSG:4326
- address:
- Kirkebakken 20B
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.38206
- lon:
- 10.4574084
- epsg:
- EPSG:4326
- address:
- Kirkebakken 20C
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3821806
- lon:
- 10.457416
- epsg:
- EPSG:4326
- address:
- Kirkebakken 20D
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3821881
- lon:
- 10.4573651
- epsg:
- EPSG:4326
- address:
- Kirkebakken 20E
- postnummer:
- 3184
- poststed:
- BORRE
- kommunenummer:
- 3901
- kommunenavn:
- HORTEN
- lat:
- 59.3821126
- lon:
- 10.4576618
- epsg:
- EPSG:4326
- address:
- Kirkebakken 6
- postnummer:
- 3145
- poststed:
- TJØME
- kommunenummer:
- 3911
- kommunenavn:
- FÆRDER
- lat:
- 59.11378
- lon:
- 10.3889975
- epsg:
- EPSG:4326
- address:
- Kirkebakka 13
- postnummer:
- 2862
- poststed:
- FLUBERG
- kommunenummer:
- 3447
- kommunenavn:
- SØNDRE LAND
- lat:
- 60.7727809
- lon:
- 10.2477995
- epsg:
- EPSG:4326
- address:
- Kirkebakka 11
- postnummer:
- 2862
- poststed:
- FLUBERG
- kommunenummer:
- 3447
- kommunenavn:
- SØNDRE LAND
- lat:
- 60.7720121
- lon:
- 10.2483938
- epsg:
- EPSG:4326
- limit:
- 25
- offset:
- 0
- returned:
- 25
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 25
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
How an AI agent should use this page
Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.
How to use the search_address lookup
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- Follow linked results to canonical pages before combining sources.
Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.
Source-specific next step
- If the result has coordinates, open the place page to combine this lookup with the other point-based services.
Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.
AI agent? Read the complete navigation and programming guide.