# /udbud/tenders

`POST /api/udbud/tenders`

Price: 20 credits

Get one udbud.dk notice by its id or URL with its whole eForms body: title, description, notice kind, buyer with legal type and activity, procedure, every lot with CPV codes, place of performance, duration, value, selection and award criteria, deadlines, results with winners, tender values and received-tender counts, every organisation with registration number, address, contact and roles, contract modifications, the TED publication details and the procedure's earlier and later notices.

## How to use it

Pass the id of a udbud/tenders/search row, which carries the notice version as its -01 suffix; a notice id without the suffix returns the latest version. suppliers holds the organisations that won a lot and results carries the award per lot. related_notices lists the procedure's earlier and later notices, each resolving here by its own id.

## Parameters

- `access-token` (string, required)

## Request body

- `timeout` (integer) — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)
- `tender` (string, required) — Notice id or notice URL (examples: "914889bb-7896-4ddb-b267-d5adee58175c-01", "914889bb-7896-4ddb-b267-d5adee58175c", "https://udbud.dk/detaljevisning?noticeId=ab225f87-438a-468c-8403-adf0ebce8ef8&noticeVersion=01&noticePublicationNumber=00655027-2026"; minLength: 1)

## Response

### 200 — Successful Response

- `@type` (string) (default: "UdbudTender")
- `id` (string, required)
- `notice_id` (string, required)
- `version` (string, nullable)
- `ted_publication_number` (string, nullable)
- `description` (string, nullable)
- `form_type` (string, nullable)
- `form_type_label` (string, nullable)
- `notice_subtype` (string, nullable)
- `notice_subtype_label` (string, nullable)
- `is_amendment` (boolean, nullable)
- `content_origin` (string, nullable)
- `buyer` (object, nullable)
  - `@type` (string) (default: "UdbudBuyer")
  - `cvr` (string, nullable)
  - `raw_id` (string, nullable)
  - `name` (string, required)
- `buyer_names` (array) (default: [])
- `secondary_buyer_names` (array) (default: [])
- `buyer_legal_type` (string, nullable)
- `buyer_activity` (string, nullable)
- `cpv` (object, nullable)
  - `@type` (string) (default: "UdbudCode")
  - `code` (string, required)
  - `name` (string, nullable)
- `cpv_name_en` (string, nullable)
- `estimated_value` (object, nullable)
  - `@type` (string) (default: "UdbudValue")
  - `amount` (number, nullable)
  - `currency` (string, nullable)
  - `text` (string, nullable)
- `awarded_value` (object, nullable)
  - `@type` (string) (default: "UdbudValue")
  - `amount` (number, nullable)
  - `currency` (string, nullable)
  - `text` (string, nullable)
- `framework_max_value` (object, nullable)
  - `@type` (string) (default: "UdbudValue")
  - `amount` (number, nullable)
  - `currency` (string, nullable)
  - `text` (string, nullable)
- `framework_approximate_value` (object, nullable)
  - `@type` (string) (default: "UdbudValue")
  - `amount` (number, nullable)
  - `currency` (string, nullable)
  - `text` (string, nullable)
- `direct_award_justification` (string, nullable)
- `published_date` (string, nullable)
- `deadlines_at` (array) (default: [])
- `deadlines` (object, nullable)
  - `@type` (string) (default: "UdbudDeadlines")
  - `tenders_at` (array) (default: [])
  - `answers_at` (array) (default: [])
  - `interest_at` (array) (default: [])
  - `participation_at` (array) (default: [])
- `expected_start_date` (string, nullable)
- `nuts_codes` (array) (default: [])
- `regions` (array) (default: [])
- `countries` (array) (default: [])
- `cities` (array) (default: [])
- `lots_count` (integer, nullable)
- `parts_count` (integer, nullable)
- `documents_urls` (array) (default: [])
- `procedure` (object, nullable)
  - `@type` (string) (default: "UdbudProcedure")
  - `description` (string, nullable)
  - `procedure_id` (string, nullable)
  - `previous_notice` (string, nullable)
  - `internal_id` (string, nullable)
  - `procedure_type` (string, nullable)
  - `is_accelerated` (boolean, nullable)
  - `main_features` (string, nullable)
  - `contract_nature` (string, nullable)
  - `additional_natures` (array) (default: [])
  - `main_classification` (object, nullable)
    - `@type` (string) (default: "UdbudCode")
    - `code` (string, required)
    - `name` (string, nullable)
  - `additional_classifications` (array) (default: [])
    - `@type` (string) (default: "UdbudCode")
    - `code` (string, required)
    - `name` (string, nullable)
  - `places` (array) (default: [])
    - `@type` (string) (default: "UdbudPlace")
    - `address` (string, nullable)
    - `city` (string, nullable)
    - `postcode` (string, nullable)
    - `nuts_code` (string, nullable)
    - `region` (string, nullable)
    - `country` (string, nullable)
    - `additional_information` (string, nullable)
  - `estimated_value` (object, nullable)
    - `@type` (string) (default: "UdbudValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
    - `text` (string, nullable)
  - `framework_max_value` (object, nullable)
    - `@type` (string) (default: "UdbudValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
    - `text` (string, nullable)
  - `legal_basis` (array) (default: [])
  - `is_competition_terminated` (boolean, nullable)
  - `exclusion_grounds` (string, nullable)
  - `max_lots_awarded` (integer, nullable)
  - `max_lots_submitted` (integer, nullable)
- `lots` (array) (default: [])
  - `@type` (string) (default: "UdbudLot")
  - `id` (string, nullable)
  - `description` (string, nullable)
  - `internal_id` (string, nullable)
  - `contract_nature` (string, nullable)
  - `additional_natures` (array) (default: [])
  - `main_classification` (object, nullable)
    - `@type` (string) (default: "UdbudCode")
    - `code` (string, required)
    - `name` (string, nullable)
  - `additional_classifications` (array) (default: [])
    - `@type` (string) (default: "UdbudCode")
    - `code` (string, required)
    - `name` (string, nullable)
  - `options` (string, nullable)
  - `places` (array) (default: [])
    - `@type` (string) (default: "UdbudPlace")
    - `address` (string, nullable)
    - `city` (string, nullable)
    - `postcode` (string, nullable)
    - `nuts_code` (string, nullable)
    - `region` (string, nullable)
    - `country` (string, nullable)
    - `additional_information` (string, nullable)
  - `start_date` (string, nullable)
  - `end_date` (string, nullable)
  - `duration` (string, nullable)
  - `renewal_max` (integer, nullable)
  - `renewal_description` (string, nullable)
  - `estimated_value` (object, nullable)
    - `@type` (string) (default: "UdbudValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
    - `text` (string, nullable)
  - `framework_max_value` (object, nullable)
    - `@type` (string) (default: "UdbudValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
    - `text` (string, nullable)
  - `is_gpa_covered` (boolean, nullable)
  - `is_recurrent` (boolean, nullable)
  - `selection_criteria` (array) (default: [])
    - `@type` (string) (default: "UdbudSelectionCriterion")
    - `kind` (string, nullable)
    - `name` (string, nullable)
    - `description` (string, nullable)
    - `use` (string, nullable)
  - `award_criteria` (array) (default: [])
    - `@type` (string) (default: "UdbudAwardCriterion")
    - `kind` (string, nullable)
    - `name` (string, nullable)
    - `description` (string, nullable)
    - `weight_kind` (string, nullable)
    - `weight` (string, nullable)
  - `documents_url` (string, nullable)
  - `submission_url` (string, nullable)
  - `deadline_at` (integer, nullable)
  - `answers_deadline_at` (integer, nullable)
  - `information_deadline_at` (integer, nullable)
  - `tender_validity` (string, nullable)
  - `opening_at` (integer, nullable)
  - `framework_agreement` (string, nullable)
  - `dynamic_purchasing_system` (string, nullable)
  - `review_organisation` (string, nullable)
- `parts` (array) (default: [])
  - `@type` (string) (default: "UdbudLot")
  - `id` (string, nullable)
  - `description` (string, nullable)
  - `internal_id` (string, nullable)
  - `contract_nature` (string, nullable)
  - `additional_natures` (array) (default: [])
  - `main_classification` (object, nullable)
    - `@type` (string) (default: "UdbudCode")
    - `code` (string, required)
    - `name` (string, nullable)
  - `additional_classifications` (array) (default: [])
    - `@type` (string) (default: "UdbudCode")
    - `code` (string, required)
    - `name` (string, nullable)
  - `options` (string, nullable)
  - `places` (array) (default: [])
    - `@type` (string) (default: "UdbudPlace")
    - `address` (string, nullable)
    - `city` (string, nullable)
    - `postcode` (string, nullable)
    - `nuts_code` (string, nullable)
    - `region` (string, nullable)
    - `country` (string, nullable)
    - `additional_information` (string, nullable)
  - `start_date` (string, nullable)
  - `end_date` (string, nullable)
  - `duration` (string, nullable)
  - `renewal_max` (integer, nullable)
  - `renewal_description` (string, nullable)
  - `estimated_value` (object, nullable)
    - `@type` (string) (default: "UdbudValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
    - `text` (string, nullable)
  - `framework_max_value` (object, nullable)
    - `@type` (string) (default: "UdbudValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
    - `text` (string, nullable)
  - `is_gpa_covered` (boolean, nullable)
  - `is_recurrent` (boolean, nullable)
  - `selection_criteria` (array) (default: [])
    - `@type` (string) (default: "UdbudSelectionCriterion")
    - `kind` (string, nullable)
    - `name` (string, nullable)
    - `description` (string, nullable)
    - `use` (string, nullable)
  - `award_criteria` (array) (default: [])
    - `@type` (string) (default: "UdbudAwardCriterion")
    - `kind` (string, nullable)
    - `name` (string, nullable)
    - `description` (string, nullable)
    - `weight_kind` (string, nullable)
    - `weight` (string, nullable)
  - `documents_url` (string, nullable)
  - `submission_url` (string, nullable)
  - `deadline_at` (integer, nullable)
  - `answers_deadline_at` (integer, nullable)
  - `information_deadline_at` (integer, nullable)
  - `tender_validity` (string, nullable)
  - `opening_at` (integer, nullable)
  - `framework_agreement` (string, nullable)
  - `dynamic_purchasing_system` (string, nullable)
  - `review_organisation` (string, nullable)
- `results` (array) (default: [])
  - `@type` (string) (default: "UdbudResult")
  - `lot_id` (string, nullable)
  - `outcome` (string, nullable)
  - `framework_max_value` (object, nullable)
    - `@type` (string) (default: "UdbudValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
    - `text` (string, nullable)
  - `framework_reestimated_value` (object, nullable)
    - `@type` (string) (default: "UdbudValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
    - `text` (string, nullable)
  - `winners` (array) (default: [])
    - `@type` (string) (default: "UdbudWinner")
    - `name` (string, nullable)
    - `tender_id` (string, nullable)
    - `lot_id` (string, nullable)
    - `tender_value` (object, nullable) (see schema UdbudValue)
    - `rank` (integer, nullable)
    - `is_ranked` (boolean, nullable)
    - `is_variant` (boolean, nullable)
    - `subcontracting` (string, nullable)
    - `subcontracting_percentage` (string, nullable)
    - `partner_names` (array) (default: [])
    - `contract_id` (string, nullable)
    - `contract_title` (string, nullable)
    - `award_date` (string, nullable)
    - `signature_date` (string, nullable)
    - `contract_signer` (string, nullable)
    - `is_within_framework` (boolean, nullable)
    - `framework_notice` (string, nullable)
  - `unsuccessful_tenderers` (array) (default: [])
  - `received_tenders` (array) (default: [])
    - `@type` (string) (default: "UdbudReceivedTenders")
    - `kind` (string, nullable)
    - `count` (integer, nullable)
  - `lowest_tender_value` (object, nullable)
    - `@type` (string) (default: "UdbudValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
    - `text` (string, nullable)
  - `highest_tender_value` (object, nullable)
    - `@type` (string) (default: "UdbudValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
    - `text` (string, nullable)
  - `complainants_count` (integer, nullable)
- `suppliers` (array) (default: [])
  - `@type` (string) (default: "UdbudOrganisation")
  - `id` (string, nullable)
  - `name` (string, nullable)
  - `registration_number` (string, nullable)
  - `department` (string, nullable)
  - `size` (string, nullable)
  - `address` (string, nullable)
  - `city` (string, nullable)
  - `postcode` (string, nullable)
  - `nuts_code` (string, nullable)
  - `region` (string, nullable)
  - `country` (string, nullable)
  - `contact_name` (string, nullable)
  - `email` (string, nullable)
  - `phone` (string, nullable)
  - `fax` (string, nullable)
  - `website_url` (string, nullable)
  - `buyer_profile_url` (string, nullable)
  - `endpoint_url` (string, nullable)
  - `roles` (array) (default: [])
  - `won_lots` (array) (default: [])
- `organisations` (array) (default: [])
  - `@type` (string) (default: "UdbudOrganisation")
  - `id` (string, nullable)
  - `name` (string, nullable)
  - `registration_number` (string, nullable)
  - `department` (string, nullable)
  - `size` (string, nullable)
  - `address` (string, nullable)
  - `city` (string, nullable)
  - `postcode` (string, nullable)
  - `nuts_code` (string, nullable)
  - `region` (string, nullable)
  - `country` (string, nullable)
  - `contact_name` (string, nullable)
  - `email` (string, nullable)
  - `phone` (string, nullable)
  - `fax` (string, nullable)
  - `website_url` (string, nullable)
  - `buyer_profile_url` (string, nullable)
  - `endpoint_url` (string, nullable)
  - `roles` (array) (default: [])
  - `won_lots` (array) (default: [])
- `modifications` (array) (default: [])
  - `@type` (string) (default: "UdbudModification")
  - `contract_id` (string, nullable)
  - `previous_award_notice` (string, nullable)
  - `reason` (string, nullable)
  - `description` (string, nullable)
  - `changes` (string, nullable)
- `changes` (array) (default: [])
  - `@type` (string) (default: "UdbudChange")
  - `previous_version` (string, nullable)
  - `reason` (string, nullable)
  - `description` (string, nullable)
  - `changed_sections` (array) (default: [])
  - `changes` (array) (default: [])
- `notice_info` (object, nullable)
  - `@type` (string) (default: "UdbudNoticeInfo")
  - `notice_version` (string, nullable)
  - `form_type` (string, nullable)
  - `notice_type` (string, nullable)
  - `dispatch_date` (string, nullable)
  - `esender_dispatch_date` (string, nullable)
  - `languages` (array) (default: [])
  - `ted_publication_number` (string, nullable)
  - `oj_issue` (string, nullable)
  - `ted_published_date` (string, nullable)
  - `planned_contract_notice_date` (string, nullable)
- `related_notices` (array) (default: [])
  - `@type` (string) (default: "UdbudRelatedNotice")
  - `id` (string, required)
  - `notice_id` (string, required)
  - `version` (string, nullable)
  - `ted_publication_number` (string, nullable)
  - `relation` (string, required)
  - `change_type` (string, nullable)
  - `form_type` (string, nullable)
  - `title_en` (string, nullable)
  - `published_at` (integer, nullable)
  - `url` (string, nullable)
- `form` (array) (default: [])
  - `@type` (string) (default: "UdbudSection")
  - `number` (string, nullable)
  - `label` (string, nullable)
  - `value` (string, nullable)
  - `sections` (array) (default: [])
- `country` (string) (default: "DK")
- `url` (string, required)

## Errors

### 422 — Validation Error

The request body did not validate

What to do: Check the fields against this schema. A URN with the wrong prefix is the most common cause.

- `detail` (array)
  - `loc` (array, required)
  - `msg` (string, required)
  - `type` (string, required)
  - `input` (any)
  - `ctx` (object)

### 408

The request ran past its time limit

What to do: Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.

### 412

No notice with this identifier on udbud.dk

What to do: Retrying will not help: either the entity does not exist, or the input points at a different one.

### 429

Too many requests: a rate limit or a usage window is exhausted

What to do: When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.

### 500

Something broke on our side

What to do: Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.

### 529

Rate limit reached, or the endpoint is overloaded

What to do: Wait at least 30 seconds, then retry.

## Response envelope

Success: Array of objects (may be empty if no results)

Error: Error may coexist with partial results if it occurs mid-execution. Check X-Error header and status code.

Every response carries these headers:

- `X-Error` — Error message text (present only on error)
- `X-Request-ID` — Unique request identifier
- `X-Execution-Time` — Execution time in seconds
- `X-Result-Count` — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.
- `X-Total-Available-Results` — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.
- `X-Warning` — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.
- `X-Retry-After` — Seconds to wait before retrying. Present only on 429.

