Doffin
All public tenders and procurements above the threshold value. Search notices, awarded contracts, framework agreements and historical competitions. An important data source for suppliers and market analysis.
500K rows
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/noticesSøk kunngjøringer
- publishedFrom optional
- Publisert fra-dato (YYYY-MM-DD).
publishedFrom=2024-01-01 - publishedTo optional
- Publisert til-dato (YYYY-MM-DD).
publishedTo=2024-12-31 - cpv optional
- CPV-kode (anskaffelseskategori).
cpv=45000000 - buyerOrgnr optional
- Oppdragsgivers organisasjonsnummer (9 siffer).
buyerOrgnr=974760673 - pageToken optional
- Cursor for neste side (fra forrige respons).
pageToken=eyJvZmZzZXQiOjEwfQ - limit optional
- Treff per side (1–100).
limit=20
Show curl example
# GET https://data.ketl.no/api/connectors/doffin/notices
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/doffin/notices"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/notices/{id}Hent enkelt kunngjøring
Show curl example
# GET https://data.ketl.no/api/connectors/doffin/notices/{id}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/doffin/notices/{id}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/contractsPlannedTildelte kontrakter
Show curl example
# GET https://data.ketl.no/api/connectors/doffin/contracts
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/doffin/contracts"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.