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:
- 4
- returned:
- 4
- capped:
- no
- documents:
4 results
- entity_name:
- Digitaliseringsdirektoratet
- entity_id:
- difi
- case_title:
- Informasjon om BankID
- case_serial_number:
- 2026/2537
- document_id:
- 2026/2537-26
- document_type:
- Utgående brev
- document_title:
- Viktig informasjon til virksomheter med tjenester i XXXX-NAME-XXXX
- document_date:
- 2026-04-10
- recorded_date:
- 2026-04-13
- from:
No results.
- to:
48 results
- DIGNIO AS
- VITALIS APOTEK AS
- VIGILO AS
- NETCOMPANY NORWAY AS
- UNIWISE NORGE
- DEVTEC NORWAY AS
- INSOFT NORGE AS
- KONTOFY AS
- HURDAL KOMMUNE PPT
- DIN KOMPETANSE AS
- HØYLANDET SOKN
- TIETOEVRY NORWAY AS
- VEST-SYSTEMPARTNER AS
- BIBLIOTEK-SYSTEMER A/S
- NORKART AS
- DIREKTORATET FOR EKSPORTKONTROLL OG SANKSJONER
- SPIDER SOLUTIONS AS
- TIETOEVRY FINTECH NORWAY AS
- TALENTECH AS (TIDL. WEBCRUITER AS)
- SPEEDWARE
- FRONTKOM AS
- VITEC AGRANDO AS
- JODATECH AS
- VISMA SOFTWARE INTERNATIONAL AS
- SMART COGNITION AS
- CARASENT NORGE AS
- DOTNET INTERNALS AS
- IKT AGDER IKS
- BRAATHE GRUPPEN AS
- MEDIBRIX AS
- IST INTERNATIONAL SOFTWARETECHNOLOGY AS
- CUBIT AS
- GABLER PENSJONSTJENESTER AS
- WHEREBY AS
- ENABLE AS
- IT'S LEARNING AS
- KOMMUNEFORLAGET AS
- RED ROCK SOLUTIONS AS
- NORSE FEEDBACK AS
- EGDE CONSULTING AS
- WHEREBY AS
- VÆRØY SOKN
- DIAGRAPHIT AS
- FLYT IT AS
- TRANSPONDER AS
- CERPUS AS
- SEM & STENERSEN PROKOM AS
- AKSIO INSURTECH AS
- from_org:
No results.
- to_org:
34 results
- navn:
- DIGNIO AS
- orgnummer:
- 996362337
- navn:
- VIGILO AS
- orgnummer:
- 995392755
- navn:
- NETCOMPANY NORWAY AS
- orgnummer:
- 881886472
- navn:
- UNIWISE NORGE
- orgnummer:
- not reported by source
- navn:
- DEVTEC NORWAY AS
- orgnummer:
- 920015042
- navn:
- INSOFT NORGE AS
- orgnummer:
- not reported by source
- navn:
- HURDAL KOMMUNE PPT
- orgnummer:
- 822032702
- navn:
- DIN KOMPETANSE AS
- orgnummer:
- 921721722
- navn:
- HØYLANDET SOKN
- orgnummer:
- not reported by source
- navn:
- VEST-SYSTEMPARTNER AS
- orgnummer:
- 988676772
- navn:
- BIBLIOTEK-SYSTEMER A/S
- orgnummer:
- not reported by source
- navn:
- NORKART AS
- orgnummer:
- 934161181
- navn:
- SPIDER SOLUTIONS AS
- orgnummer:
- 981559665
- navn:
- SPEEDWARE
- orgnummer:
- 914797098
- navn:
- FRONTKOM AS
- orgnummer:
- 981668448
- navn:
- VITEC AGRANDO AS
- orgnummer:
- 970991786
- navn:
- VISMA SOFTWARE INTERNATIONAL AS
- orgnummer:
- 980858073
- navn:
- SMART COGNITION AS
- orgnummer:
- 919699248
- navn:
- DOTNET INTERNALS AS
- orgnummer:
- 918772693
- navn:
- BRAATHE GRUPPEN AS
- orgnummer:
- 981933311
- navn:
- CUBIT AS
- orgnummer:
- 919062223
- navn:
- GABLER PENSJONSTJENESTER AS
- orgnummer:
- 916833520
- navn:
- ENABLE AS
- orgnummer:
- 989857347
- navn:
- IT'S LEARNING AS
- orgnummer:
- 980682765
- navn:
- not reported by source
- orgnummer:
- not reported by source
- navn:
- RED ROCK SOLUTIONS AS
- orgnummer:
- 994588982
- navn:
- NORSE FEEDBACK AS
- orgnummer:
- 921192622
- navn:
- EGDE CONSULTING AS
- orgnummer:
- 917081859
- navn:
- VÆRØY SOKN
- orgnummer:
- not reported by source
- navn:
- DIAGRAPHIT AS
- orgnummer:
- 986923993
- navn:
- FLYT IT AS
- orgnummer:
- 998355729
- navn:
- TRANSPONDER AS
- orgnummer:
- 998002788
- navn:
- CERPUS AS
- orgnummer:
- 984371594
- navn:
- SEM & STENERSEN PROKOM AS
- orgnummer:
- not reported by source
- case_url:
- https://norske-postlister.no/sak/difi/2026/2537
- files:
1 results
- title:
- <i class="far fa-file-pdf"></i> Viktig informasjon til virksomheter med tjenester i ID-porten
- url:
- https://einnsyn.no/api/v2/fil?iri=http://dokumentobjekt.acos.no/0d9c02c7-8258-4c89-aba4-17b18fb71af9
- entity_name:
- Digitaliseringsdirektoratet
- entity_id:
- difi
- case_title:
- Informasjon om BankID
- case_serial_number:
- 2026/2537
- document_id:
- 2026/2537-13
- document_type:
- Utgående brev
- document_title:
- Oppfølging av avvik for BankID på sikkerhetsnivå Høyt
- document_date:
- 2026-03-26
- recorded_date:
- 2026-03-30
- from:
No results.
- to:
48 results
- DOTNET INTERNALS AS
- WHEREBY AS
- TIETOEVRY FINTECH NORWAY AS
- BIBLIOTEK-SYSTEMER A/S
- CERPUS AS
- IT'S LEARNING AS
- TRANSPONDER AS
- MEDIBRIX AS
- CUBIT AS
- RED ROCK SOLUTIONS AS
- ENABLE AS
- KONTOFY AS
- HØYLANDET SOKN
- VITEC AGRANDO AS
- WHEREBY AS
- NETCOMPANY NORWAY AS
- UNIWISE NORGE
- AKSIO INSURTECH AS
- DIN KOMPETANSE AS
- EGDE CONSULTING AS
- NORSE FEEDBACK AS
- NORKART AS
- SPIDER SOLUTIONS AS
- TALENTECH AS (TIDL. WEBCRUITER AS)
- SMART COGNITION AS
- IST INTERNATIONAL SOFTWARETECHNOLOGY AS
- GABLER PENSJONSTJENESTER AS
- HURDAL KOMMUNE PPT
- VISMA SOFTWARE INTERNATIONAL AS
- DIGNIO AS
- DIREKTORATET FOR EKSPORTKONTROLL OG SANKSJONER
- INSOFT NORGE AS
- CARASENT NORGE AS
- FRONTKOM AS
- VITALIS APOTEK AS
- KOMMUNEFORLAGET AS
- JODATECH AS
- DEVTEC NORWAY AS
- VÆRØY SOKN
- FLYT IT AS
- BRAATHE GRUPPEN AS
- DIAGRAPHIT AS
- TIETOEVRY NORWAY AS
- SEM & STENERSEN PROKOM AS
- VEST-SYSTEMPARTNER AS
- IKT AGDER IKS
- VIGILO AS
- SPEEDWARE
- from_org:
No results.
- to_org:
34 results
- navn:
- DOTNET INTERNALS AS
- orgnummer:
- 918772693
- navn:
- BIBLIOTEK-SYSTEMER A/S
- orgnummer:
- not reported by source
- navn:
- CERPUS AS
- orgnummer:
- 984371594
- navn:
- IT'S LEARNING AS
- orgnummer:
- 980682765
- navn:
- TRANSPONDER AS
- orgnummer:
- 998002788
- navn:
- CUBIT AS
- orgnummer:
- 919062223
- navn:
- RED ROCK SOLUTIONS AS
- orgnummer:
- 994588982
- navn:
- ENABLE AS
- orgnummer:
- 989857347
- navn:
- HØYLANDET SOKN
- orgnummer:
- not reported by source
- navn:
- VITEC AGRANDO AS
- orgnummer:
- 970991786
- navn:
- NETCOMPANY NORWAY AS
- orgnummer:
- 881886472
- navn:
- UNIWISE NORGE
- orgnummer:
- not reported by source
- navn:
- DIN KOMPETANSE AS
- orgnummer:
- 921721722
- navn:
- EGDE CONSULTING AS
- orgnummer:
- 917081859
- navn:
- NORSE FEEDBACK AS
- orgnummer:
- 921192622
- navn:
- NORKART AS
- orgnummer:
- 934161181
- navn:
- SPIDER SOLUTIONS AS
- orgnummer:
- 981559665
- navn:
- SMART COGNITION AS
- orgnummer:
- 919699248
- navn:
- GABLER PENSJONSTJENESTER AS
- orgnummer:
- 916833520
- navn:
- HURDAL KOMMUNE PPT
- orgnummer:
- 822032702
- navn:
- VISMA SOFTWARE INTERNATIONAL AS
- orgnummer:
- 980858073
- navn:
- DIGNIO AS
- orgnummer:
- 996362337
- navn:
- INSOFT NORGE AS
- orgnummer:
- not reported by source
- navn:
- FRONTKOM AS
- orgnummer:
- 981668448
- navn:
- not reported by source
- orgnummer:
- not reported by source
- navn:
- DEVTEC NORWAY AS
- orgnummer:
- 920015042
- navn:
- VÆRØY SOKN
- orgnummer:
- not reported by source
- navn:
- FLYT IT AS
- orgnummer:
- 998355729
- navn:
- BRAATHE GRUPPEN AS
- orgnummer:
- 981933311
- navn:
- DIAGRAPHIT AS
- orgnummer:
- 986923993
- navn:
- SEM & STENERSEN PROKOM AS
- orgnummer:
- not reported by source
- navn:
- VEST-SYSTEMPARTNER AS
- orgnummer:
- 988676772
- navn:
- VIGILO AS
- orgnummer:
- 995392755
- navn:
- SPEEDWARE
- orgnummer:
- 914797098
- case_url:
- https://norske-postlister.no/sak/difi/2026/2537
- files:
1 results
- title:
- <i class="far fa-file-pdf"></i> Oppfølging av avvik for BankID på sikkerhetsnivå Høyt
- url:
- https://einnsyn.no/api/v2/fil?iri=http://dokumentobjekt.acos.no/930930e3-d97d-49b8-a12f-4b5afe4a9c36
- entity_name:
- Helse Nord IKT HF
- entity_id:
- helse-nord-ikt
- case_title:
- Systempartner International AS, Systempartner International AS UNN, forespørsel
- case_serial_number:
- 2025/568
- document_id:
- 2025/568-2
- document_type:
- Inngående brev
- document_title:
- Dokumentasjon på kontrakt og økonomi for Pingvinhotellet
- document_date:
- 2025-06-24
- recorded_date:
- 2025-08-07
- from:
1 results
- Systempartner International As
- to:
1 results
- Helse Nord IKT
- from_org:
1 results
- navn:
- SYSTEMPARTNER INTERNATIONAL AS
- orgnummer:
- not reported by source
- to_org:
1 results
- navn:
- HELSE NORD IKT HF
- orgnummer:
- 918177833
- case_url:
- https://norske-postlister.no/sak/helse-nord-ikt/2025/568
- files:
No results.
- entity_name:
- Helse Nord IKT HF
- entity_id:
- helse-nord-ikt
- case_title:
- Systempartner International AS, Systempartner International AS UNN, forespørsel
- case_serial_number:
- 2025/568
- document_id:
- 2025/568-1
- document_type:
- Utgående brev
- document_title:
- Forespørsel om oversendelse av dokumentasjon
- document_date:
- 2025-05-20
- recorded_date:
- 2025-05-22
- from:
1 results
- Helse Nord IKT
- to:
1 results
- SYSTEMPARTNER INTERNATIONAL AS
- from_org:
1 results
- navn:
- HELSE NORD IKT HF
- orgnummer:
- 918177833
- to_org:
1 results
- navn:
- SYSTEMPARTNER INTERNATIONAL AS
- orgnummer:
- not reported by source
- case_url:
- https://norske-postlister.no/sak/helse-nord-ikt/2025/568
- 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.