search
Search Norwegian public mail journals (postlister).
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/postlister/search/?query=%2A&entity_id={entity_id}&date_from={date_from}&date_to={date_to}&limit=20&offset=0
For software and dashboards:
Read the operation descriptor.
The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/postlister/search?query=%2A&entity_id={entity_id}&date_from={date_from}&date_to={date_to}&limit=20&offset=0.
Open this exact request as JSON.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
query | optional | string | Lucene query-string over all fields. A bare word searches everything (e.g. "Equinor", "byggesak"). Field-scoped and range queries work too, e.g. `document_title:skole`, `document_type:"Inngående brev"`, `document_from_org.orgnummer:923609016`. Default "*" matches everything (combine with filters). |
entity_id | optional | union | Restrict to one authority, e.g. "2012-alta-kommune". Read it off `entity_id` in earlier results. |
date_from | optional | union | Document-date lower bound, ISO "YYYY-MM-DD" (inclusive). |
date_to | optional | union | Document-date upper bound, ISO "YYYY-MM-DD" (inclusive). |
limit | optional | integer | Max documents to return, 1 to 100 (default 20). Unit: items. |
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/postlister/search?query=%2A&entity_id={entity_id}&date_from={date_from}&date_to={date_to}&limit=20&offset=0
Replace URL placeholders and remove unused optional parameters.
JavaScript in a dashboard
const url = "https://allemannsdata.com/wiki/api/v1/kilder/postlister/search?query=%2A&entity_id={entity_id}&date_from={date_from}&date_to={date_to}&limit=20&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/postlister/search?query=%2A&entity_id={entity_id}&date_from={date_from}&date_to={date_to}&limit=20&offset=0"
with urlopen(url) as response:
result = json.load(response)
data = result["data"]
Response structure
{
"source": "postlister",
"operation": "search",
"parameters": {},
"data": {},
"entities": [],
"_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
"_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use
The form is a fallback for people and browser agents that cannot open the GET URL directly.
Result
- total_hits:
- 2
- returned:
- 2
- capped:
- no
- documents:
2 results
- entity_name:
- Digitaliseringsdirektoratet
- entity_id:
- difi
- case_title:
- Ny systemarkitektur - migrering til XXXX-NAME-XXXX
- case_serial_number:
- 2023/294
- document_id:
- 2023/294-1
- document_type:
- Utgående brev
- document_title:
- XXXX-NAME-XXXX blir ny – viktig informasjon til deg som leverandør
- document_date:
- 2023-03-03
- recorded_date:
- 2023-03-07
- from:
1 results
- not reported by source
- to:
96 results
- IKT Orkide v/Sunndal kommune
- Visma Enterprise AS
- Tietoevry Norway AS
- Chemistry AS
- Advenio AS
- XXXX-NAME-XXXX Frontal AS
- Vendo AS
- IST International Softwaretechnology AS
- Bouvet ASA
- Youwell AS
- Noria Digital AS
- Visma AS
- Uniwise Norge
- Cowi AS
- Protekt IT AS
- Red rock solutions AS
- Direktoratet for forvaltning og økonomistyring
- Serit AS
- Norkart AS
- Conexus Technology AS
- Sem & Stenersen Prokom AS
- Sensio AS
- Cubit AS
- It's learning AS
- Kamy kommunikasjon AS
- Talentech AS
- Frontkom AS
- Ecclesia Systemer AS
- Trapeze Group Europe
- Identum AS
- Funka NU AB
- Sherwin-Williams Norway AS
- Dotnet Internals AS
- Transponder AS
- Flyt IT AS
- F24 Nordic AS
- Extenda Retails AS
- Intutor group AS
- Speedware
- Clave Consulting AS
- Miljødirektoratet
- Norconsult Informasjonssystemer AS
- Diagraphit AS
- CGI Norge AS
- Atea AS
- Cloudsys Technologies AS
- Zpirit AS
- Ramsalt Lab AS
- Tellu IOT AS
- Visma Software International AS
- JodaCare AS
- Eltele AS
- Vigo IKS
- Kantega AS
- Innovit AS
- Sykehuspartner HF
- Kommuneforlaget AS
- Seeds Consulting AS
- Vidi AS
- Machina AS
- Smart Cognition AS
- Columbus Norway AS
- Inspera AS
- Twoday AS
- Enable AS
- Signicat AS
- Capgemini Norge AS
- Netpower Web Solutions AS
- Evry card services AS
- Direktorat for e-helse
- Custompublish AS
- Coretrek AS
- Itera ASA
- Compose software AS
- Sopra Steria AS
- Braathe gruppen AS
- Vigilo AS
- Grensesnitt AS
- Spider solutions S2
- Norse feedback AS
- Egde Consulting AS
- Gabler pensjonstjenester
- Bandagistkjeden AS
- Omhu helse og omsorg AS
- Jupiter system Partner AS
- Efaktor AS
- Unisoft IKT AS
- Epinova AS
- Diffia AS
- Bibliotek-systemer AS
- VSP AS
- Dignio AS
- Centiga Norge AS
- Checkware AS
- Pilaro AS
- Helse Apps
- from_org:
No results.
- to_org:
79 results
- navn:
- VISMA ENTERPRISE AS
- orgnummer:
- 982410339
- navn:
- CHEMISTRY AS
- orgnummer:
- 982508517
- navn:
- ADVENIO AS
- orgnummer:
- 996395723
- navn:
- VENDO AS
- orgnummer:
- 981236459
- navn:
- BOUVET ASA
- orgnummer:
- 974442167
- navn:
- YOUWELL AS
- orgnummer:
- 916293739
- navn:
- NORIA DIGITAL AS
- orgnummer:
- 919392061
- navn:
- VISMA AS
- orgnummer:
- 936796702
- navn:
- UNIWISE NORGE
- orgnummer:
- not reported by source
- navn:
- COWI AS
- orgnummer:
- 979364857
- navn:
- PROTEKT IT AS
- orgnummer:
- 996179737
- navn:
- RED ROCK SOLUTIONS AS
- orgnummer:
- 994588982
- navn:
- SERIT AS
- orgnummer:
- 997843703
- navn:
- NORKART AS
- orgnummer:
- 934161181
- navn:
- CONEXUS TECHNOLOGY AS
- orgnummer:
- 995807564
- navn:
- SEM & STENERSEN PROKOM AS
- orgnummer:
- not reported by source
- navn:
- SENSIO AS
- orgnummer:
- 990538395
- navn:
- CUBIT AS
- orgnummer:
- 919062223
- navn:
- IT'S LEARNING AS
- orgnummer:
- 980682765
- navn:
- KAMY KOMMUNIKASJON AS
- orgnummer:
- 996877922
- navn:
- FRONTKOM AS
- orgnummer:
- 981668448
- navn:
- ECCLESIA SYSTEMER AS
- orgnummer:
- 933780945
- navn:
- TRAPEZE GROUP EUROPE
- orgnummer:
- 997325001
- navn:
- IDENTUM AS
- orgnummer:
- 994479865
- navn:
- FUNKA NU AB
- orgnummer:
- 997534050
- navn:
- not reported by source
- orgnummer:
- 925836702
- navn:
- DOTNET INTERNALS AS
- orgnummer:
- 918772693
- navn:
- TRANSPONDER AS
- orgnummer:
- 998002788
- navn:
- FLYT IT AS
- orgnummer:
- 998355729
- navn:
- INTUTOR GROUP AS
- orgnummer:
- 912382826
- navn:
- SPEEDWARE
- orgnummer:
- 914797098
- navn:
- CLAVE CONSULTING AS
- orgnummer:
- 915898726
- navn:
- MILJØDIREKTORATET
- orgnummer:
- 999601391
- navn:
- NORCONSULT INFORMASJONSSYSTEMER AS
- orgnummer:
- 981232445
- navn:
- DIAGRAPHIT AS
- orgnummer:
- 986923993
- navn:
- CGI NORGE AS
- orgnummer:
- 919562390
- navn:
- ATEA AS
- orgnummer:
- 976239997
- navn:
- CLOUDSYS TECHNOLOGIES AS
- orgnummer:
- 915008615
- navn:
- ZPIRIT AS
- orgnummer:
- 994333267
- navn:
- RAMSALT LAB AS
- orgnummer:
- 995992566
- navn:
- TELLU IOT AS
- orgnummer:
- 917519919
- navn:
- VISMA SOFTWARE INTERNATIONAL AS
- orgnummer:
- 980858073
- navn:
- JODACARE AS
- orgnummer:
- 915075959
- navn:
- ELTELE AS
- orgnummer:
- 980155889
- navn:
- VIGO IKS
- orgnummer:
- 998283914
- navn:
- KANTEGA AS
- orgnummer:
- 985815534
- navn:
- INNOVIT AS
- orgnummer:
- 989545108
- navn:
- SYKEHUSPARTNER HF
- orgnummer:
- 914637651
- navn:
- not reported by source
- orgnummer:
- not reported by source
- navn:
- SEEDS CONSULTING AS
- orgnummer:
- 989890832
- navn:
- VIDI AS
- orgnummer:
- 999556698
- navn:
- MACHINA AS
- orgnummer:
- 982927722
- navn:
- SMART COGNITION AS
- orgnummer:
- 919699248
- navn:
- COLUMBUS NORWAY AS
- orgnummer:
- 883561872
- navn:
- INSPERA AS
- orgnummer:
- 998156963
- navn:
- ENABLE AS
- orgnummer:
- 989857347
- navn:
- SIGNICAT AS
- orgnummer:
- 989584022
- navn:
- CAPGEMINI NORGE AS
- orgnummer:
- 943574537
- navn:
- NETPOWER WEB SOLUTIONS AS
- orgnummer:
- 981603702
- navn:
- EVRY CARD SERVICES AS
- orgnummer:
- 981931114
- navn:
- CUSTOMPUBLISH AS
- orgnummer:
- 982725194
- navn:
- CORETREK AS
- orgnummer:
- 984587406
- navn:
- ITERA ASA
- orgnummer:
- 980250547
- navn:
- SOPRA STERIA AS
- orgnummer:
- 910909088
- navn:
- BRAATHE GRUPPEN AS
- orgnummer:
- 981933311
- navn:
- VIGILO AS
- orgnummer:
- 995392755
- navn:
- GRENSESNITT AS
- orgnummer:
- 920188141
- navn:
- NORSE FEEDBACK AS
- orgnummer:
- 921192622
- navn:
- EGDE CONSULTING AS
- orgnummer:
- 917081859
- navn:
- GABLER PENSJONSTJENESTER AS
- orgnummer:
- 916833520
- navn:
- BANDAGISTKJEDEN AS
- orgnummer:
- not reported by source
- navn:
- JUPITER SYSTEM PARTNER AS
- orgnummer:
- 947642081
- navn:
- EFAKTOR AS
- orgnummer:
- 991939490
- navn:
- UNISOFT IKT AS
- orgnummer:
- 992814861
- navn:
- EPINOVA AS
- orgnummer:
- 995215748
- navn:
- DIFFIA AS
- orgnummer:
- 912220036
- navn:
- DIGNIO AS
- orgnummer:
- 996362337
- navn:
- CHECKWARE AS
- orgnummer:
- 990808414
- navn:
- PILARO AS
- orgnummer:
- 879887232
- case_url:
- https://norske-postlister.no/sak/difi/2023/294
- files:
1 results
- title:
- <i class="far fa-file"></i> ID-porten blir ny – viktig informasjon til deg som leverandør
- url:
- https://einnsyn.no/api/v2/fil?iri=http://dokumentobjekt.acos.no/c79bf1ed-c881-40c9-b24d-1ad8f3f55ebe
- entity_name:
- Oslo kommune
- entity_id:
- 0301-oslo-kommune
- case_title:
- Kura.no kommunikasjonsløsning
- case_serial_number:
- 2017/4485
- document_id:
- 2017/4485-1
- document_type:
- Inngående brev
- document_title:
- Kura.no - Kommunikasjonsløsning (e-postrekke)
- document_date:
- 2017-08-23
- recorded_date:
- 2017-08-28
- from:
1 results
- Intutor Group AS
- to:
No results.
- from_org:
1 results
- navn:
- INTUTOR GROUP AS
- orgnummer:
- 912382826
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/0301-oslo-kommune/2017/4485
- files:
No results.
- limit:
- 25
- offset:
- 0
- has_more_results:
- no
- truncated:
- no
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
- Back to Norwegian public correspondence journals
- All sources in Government, law and public records
- Search for Norwegian public correspondence journals in the wiki
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 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
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.