Description
Search Dutch public tender notices, or look one up in full. Search the whole archive (~145,000 notices) with any combination of search (free text over title, buyer and description), cpvCodes, procedure, typeOpdracht, and a window on either the publication date or the closing date. Supply publicatieId instead to fetch that one notice's complete record: awarding authority, full description, CPV and NUTS codes, procedure and legal framework, start/completion dates, closing date, national or European, and whether it was awarded or terminated early. A caller building the raw request path directly (not through structured parameters) can also append further segments after the publicatieId at the same price: /documenten for the list of tender documents with their download links, and /pdf for the official publication PDF. Results are paged with page/size and come back with totalElements and totalPages.
Parameters
{
"cpvCodes": {
"description": "EU Common Procurement Vocabulary code, INCLUDING the check digit, e.g. 85000000-9 (health and social work). An eight-digit code without the check digit is rejected.",
"required": false,
"type": "string"
},
"page": {
"description": "Zero-based page number.",
"required": false,
"type": "integer"
},
"procedure": {
"description": "Procedure code.",
"enum": [
"OPE",
"NOP",
"CCD",
"OMB",
"OZB",
"OHP",
"OH",
"INP",
"CA",
"APM",
"APE",
"VUB"
],
"required": false,
"type": "string"
},
"publicatieDatumPreset": {
"description": "Shorthand window on the publication date: AF7 for the last 7 days, AF30 for the last 30. Any other value is rejected.",
"enum": [
"AF7",
"AF30"
],
"required": false,
"type": "string"
},
"publicatieDatumTot": {
"description": "Only notices published up to this date, ISO yyyy-mm-dd.",
"required": false,
"type": "string"
},
"publicatieDatumVanaf": {
"description": "Only notices published on or after this date, ISO yyyy-mm-dd.",
"required": false,
"type": "string"
},
"publicatieId": {
"description": "A known publication id to fetch that notice's full detail directly, e.g. 438729. Omit to search instead using the parameters below.",
"required": false,
"type": "string",
"x-parameter-location": "path"
},
"search": {
"description": "Free-text search over the notice title, the awarding authority and the contract description, e.g. zorg or wegonderhoud.",
"required": false,
"type": "string"
},
"size": {
"description": "Results per page (the site itself uses 50).",
"required": false,
"type": "integer"
},
"sluitingsDatumTot": {
"description": "Only notices closing up to this date, ISO yyyy-mm-dd.",
"required": false,
"type": "string"
},
"sluitingsDatumVanaf": {
"description": "Only notices closing on or after this date, ISO yyyy-mm-dd — the filter for finding tenders still open to bid on. Note the capital D.",
"required": false,
"type": "string"
},
"typeOpdracht": {
"description": "Contract type: W werken (works), L leveringen (supplies), D diensten (services).",
"enum": [
"W",
"L",
"D"
],
"required": false,
"type": "string"
}
}
Example response
{
"content": [
{
"aanbestedingNaam": "Toelatingsprocedure Wmo Safehouses Gelderland-Zuid",
"europees": false,
"link": {
"href": "https://www.tenderned.nl/aankondigingen/overzicht/438729",
"title": "self"
},
"opdrachtgeverNaam": "gemeente Nijmegen",
"procedure": {
"code": "OH",
"omschrijving": "Open House"
},
"publicatieDatum": "2026-09-04",
"publicatieId": "438729",
"typeOpdracht": {
"code": "D",
"omschrijving": "Diensten"
},
"typePublicatie": {
"code": "AAO",
"omschrijving": "Aankondiging opdracht"
}
}
],
"number": 0,
"size": 50,
"totalElements": 145300,
"totalPages": 2906
}