# /sicap/tenders

`POST /api/sicap/tenders`

Price: 10 credits

Get one SEAP / SICAP procurement notice by its id, notice number or URL: buyer with address and contacts, object with estimated value, CPV codes, place of performance and duration, lots, award criteria with weights, participation conditions, submission deadline and opening, review body, the documentation and award notice numbers, and the procedure state.

## How to use it

Pass the id of a sicap/tenders/search row, which is its notice number, or the tender_id of a sicap/awards record. A bare numeric seap_id can belong to notices of several types, and is then refused; pass the notice number or the URL instead. award_id, when present, opens the procedure's award notice in sicap/awards.

## 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, notice number or notice URL (examples: "CN1084731", "100245017", "https://e-licitatie.ro/pub/notices/c-notice/v2/view/100199326")

## Response

### 200 — Successful Response

- `@type` (string) (default: "SicapTender")
- `id` (string, required)
- `seap_id` (string, nullable)
- `notice_id` (string, nullable)
- `procedure_id` (string, nullable)
- `notice_number` (string, nullable)
- `notice_type` (string, nullable)
- `notice_state` (string, nullable)
- `procedure_state` (string, nullable)
- `name` (string, nullable)
- `buyer` (object, nullable)
  - `@type` (string) (default: "SicapParty")
  - `name` (string, required)
  - `fiscal_code` (string, nullable)
- `contract_type` (string, nullable)
- `procedure_type` (string, nullable)
- `assignment_type` (string, nullable)
- `cpv` (object, nullable)
  - `@type` (string) (default: "SicapCpv")
  - `code` (string, nullable)
  - `name` (string, nullable)
- `estimated_value_ron` (number, nullable)
- `state_changed_at` (integer, nullable)
- `deadline_at` (integer, nullable)
- `earliest_deadline_at` (integer, nullable)
- `errata_count` (integer, nullable)
- `is_online` (boolean, nullable)
- `has_lots` (boolean, nullable)
- `has_appeal` (boolean, nullable)
- `url` (string, nullable)
- `reference_number` (string, nullable)
- `summary` (string, nullable)
- `estimated_value` (object, nullable)
  - `@type` (string) (default: "SicapValue")
  - `amount` (number, nullable)
  - `currency` (string, nullable)
- `estimated_value_min` (number, nullable)
- `estimated_value_max` (number, nullable)
- `published_at` (integer, nullable)
- `documentation_number` (string, nullable)
- `documentation_published_at` (integer, nullable)
- `award_id` (string, nullable)
- `award_notice_number` (string, nullable)
- `award_published_at` (integer, nullable)
- `ted_notice_number` (string, nullable)
- `plan_name` (string, nullable)
- `plan_item` (string, nullable)
- `plan_spent_value` (object, nullable)
  - `@type` (string) (default: "SicapValue")
  - `amount` (number, nullable)
  - `currency` (string, nullable)
- `appeals` (string, nullable)
- `buyer_detail` (object, nullable)
  - `@type` (string) (default: "SicapOrganisation")
  - `name` (string, required)
  - `role` (string, nullable)
  - `entity_id` (string, nullable)
  - `fiscal_code` (string, nullable)
  - `legal_type` (string, nullable)
  - `is_sme` (boolean, nullable)
  - `address` (string, nullable)
  - `city` (string, nullable)
  - `county` (string, nullable)
  - `postal_code` (string, nullable)
  - `country` (string, nullable)
  - `country_code` (string, nullable)
  - `nuts` (object, nullable)
    - `@type` (string) (default: "SicapNuts")
    - `code` (string, nullable)
    - `name` (string, nullable)
  - `contact_point` (string, nullable)
  - `email` (string, nullable)
  - `phone` (string, nullable)
  - `fax` (string, nullable)
  - `website_url` (string, nullable)
  - `buyer_profile_url` (string, nullable)
- `buyer_type` (string, nullable)
- `buyer_activity` (string, nullable)
- `buyer_type_other` (string, nullable)
- `buyer_activity_other` (string, nullable)
- `contacts` (array) (default: [])
  - `@type` (string) (default: "SicapOrganisation")
  - `name` (string, required)
  - `role` (string, nullable)
  - `entity_id` (string, nullable)
  - `fiscal_code` (string, nullable)
  - `legal_type` (string, nullable)
  - `is_sme` (boolean, nullable)
  - `address` (string, nullable)
  - `city` (string, nullable)
  - `county` (string, nullable)
  - `postal_code` (string, nullable)
  - `country` (string, nullable)
  - `country_code` (string, nullable)
  - `nuts` (object, nullable)
    - `@type` (string) (default: "SicapNuts")
    - `code` (string, nullable)
    - `name` (string, nullable)
  - `contact_point` (string, nullable)
  - `email` (string, nullable)
  - `phone` (string, nullable)
  - `fax` (string, nullable)
  - `website_url` (string, nullable)
  - `buyer_profile_url` (string, nullable)
- `offline_submission_ground` (string, nullable)
- `offline_submission_reason` (string, nullable)
- `tools_url` (string, nullable)
- `clarification_days_before_deadline` (integer, nullable)
- `lot_division` (string, nullable)
- `max_lots_per_supplier` (integer, nullable)
- `lots_grouping` (string, nullable)
- `place_of_performance` (string, nullable)
- `nuts` (object, nullable)
  - `@type` (string) (default: "SicapNuts")
  - `code` (string, nullable)
  - `name` (string, nullable)
- `duration_months` (integer, nullable)
- `secondary_cpvs` (array) (default: [])
  - `@type` (string) (default: "SicapCpv")
  - `code` (string, nullable)
  - `name` (string, nullable)
- `award_criteria_type` (string, nullable)
- `award_criteria` (array) (default: [])
  - `@type` (string) (default: "SicapAwardCriterion-Output")
  - `name` (string, required)
  - `criterion_text` (string, nullable)
  - `weight` (number, nullable)
  - `order` (integer, nullable)
  - `scoring_method` (string, nullable)
  - `is_price` (boolean, nullable)
  - `is_electronic` (boolean, nullable)
  - `is_direct_proportional` (boolean, nullable)
- `max_score` (number, nullable)
- `financing_type` (string, nullable)
- `eu_fund` (string, nullable)
- `is_eu_funded` (boolean, nullable)
- `eu_project` (string, nullable)
- `subcontracting_indications` (array) (default: [])
- `subcontracting_obligations` (array) (default: [])
- `additional_object_information` (string, nullable)
- `personal_situation` (string, nullable)
- `professional_criteria` (string, nullable)
- `economic_criteria` (string, nullable)
- `economic_minimum` (string, nullable)
- `technical_criteria` (string, nullable)
- `technical_minimum` (string, nullable)
- `guarantees` (string, nullable)
- `financing_terms` (string, nullable)
- `supplier_legal_form` (string, nullable)
- `has_special_conditions` (boolean, nullable)
- `special_conditions` (string, nullable)
- `is_reserved_profession` (boolean, nullable)
- `profession_legal_basis` (string, nullable)
- `profession_description` (string, nullable)
- `languages` (string, nullable)
- `deadline_note` (string, nullable)
- `opening_note` (string, nullable)
- `opening_place` (string, nullable)
- `opening_attendees` (string, nullable)
- `offer_validity` (string, nullable)
- `offer_validity_months` (integer, nullable)
- `has_electronic_auction` (boolean, nullable)
- `electronic_auction_note` (string, nullable)
- `is_gpa` (boolean, nullable)
- `is_framework_agreement` (boolean, nullable)
- `framework_single_operator` (boolean, nullable)
- `max_framework_operators` (integer, nullable)
- `contest_participant_criteria` (string, nullable)
- `contest_selected_participants` (string, nullable)
- `contest_criteria` (string, nullable)
- `has_prizes` (boolean, nullable)
- `prizes` (array) (default: [])
  - `@type` (string) (default: "SicapPrize")
  - `place` (integer, required)
  - `amount` (number, required)
- `prize_payment_details` (string, nullable)
- `has_followup_contracts` (boolean, nullable)
- `is_jury_decision_binding` (boolean, nullable)
- `jury_members` (string, nullable)
- `additional_information` (string, nullable)
- `review_deadlines` (string, nullable)
- `review_body` (object, nullable)
  - `@type` (string) (default: "SicapOrganisation")
  - `name` (string, required)
  - `role` (string, nullable)
  - `entity_id` (string, nullable)
  - `fiscal_code` (string, nullable)
  - `legal_type` (string, nullable)
  - `is_sme` (boolean, nullable)
  - `address` (string, nullable)
  - `city` (string, nullable)
  - `county` (string, nullable)
  - `postal_code` (string, nullable)
  - `country` (string, nullable)
  - `country_code` (string, nullable)
  - `nuts` (object, nullable)
    - `@type` (string) (default: "SicapNuts")
    - `code` (string, nullable)
    - `name` (string, nullable)
  - `contact_point` (string, nullable)
  - `email` (string, nullable)
  - `phone` (string, nullable)
  - `fax` (string, nullable)
  - `website_url` (string, nullable)
  - `buyer_profile_url` (string, nullable)
- `review_information` (object, nullable)
  - `@type` (string) (default: "SicapOrganisation")
  - `name` (string, required)
  - `role` (string, nullable)
  - `entity_id` (string, nullable)
  - `fiscal_code` (string, nullable)
  - `legal_type` (string, nullable)
  - `is_sme` (boolean, nullable)
  - `address` (string, nullable)
  - `city` (string, nullable)
  - `county` (string, nullable)
  - `postal_code` (string, nullable)
  - `country` (string, nullable)
  - `country_code` (string, nullable)
  - `nuts` (object, nullable)
    - `@type` (string) (default: "SicapNuts")
    - `code` (string, nullable)
    - `name` (string, nullable)
  - `contact_point` (string, nullable)
  - `email` (string, nullable)
  - `phone` (string, nullable)
  - `fax` (string, nullable)
  - `website_url` (string, nullable)
  - `buyer_profile_url` (string, nullable)
- `has_electronic_invoice` (boolean, nullable)
- `has_electronic_payment` (boolean, nullable)
- `previous_publications` (array) (default: [])
- `lots` (array) (default: [])
  - `@type` (string) (default: "SicapLot")
  - `id` (string, nullable)
  - `lot_number` (string, nullable)
  - `name` (string, nullable)
  - `summary` (string, nullable)
  - `status` (string, nullable)
  - `ted_lot_id` (string, nullable)
  - `cpv` (object, nullable)
    - `@type` (string) (default: "SicapCpv")
    - `code` (string, nullable)
    - `name` (string, nullable)
  - `secondary_cpvs` (array) (default: [])
    - `@type` (string) (default: "SicapCpv")
    - `code` (string, nullable)
    - `name` (string, nullable)
  - `nuts` (object, nullable)
    - `@type` (string) (default: "SicapNuts")
    - `code` (string, nullable)
    - `name` (string, nullable)
  - `place_of_performance` (string, nullable)
  - `estimated_value` (object, nullable)
    - `@type` (string) (default: "SicapValue")
    - `amount` (number, nullable)
    - `currency` (string, nullable)
  - `estimated_value_min` (number, nullable)
  - `estimated_value_max` (number, nullable)
  - `framework_value` (number, nullable)
  - `duration_months` (integer, nullable)
  - `duration_days` (integer, nullable)
  - `start_at` (integer, nullable)
  - `completion_at` (integer, nullable)
  - `has_options` (boolean, nullable)
  - `options` (string, nullable)
  - `award_criteria_type` (string, nullable)
  - `award_criteria` (array) (default: [])
    - `@type` (string) (default: "SicapAwardCriterion-Output")
    - `name` (string, required)
    - `criterion_text` (string, nullable)
    - `weight` (number, nullable)
    - `order` (integer, nullable)
    - `scoring_method` (string, nullable)
    - `is_price` (boolean, nullable)
    - `is_electronic` (boolean, nullable)
    - `is_direct_proportional` (boolean, nullable)
  - `financing_type` (string, nullable)
  - `eu_fund` (string, nullable)
  - `is_eu_funded` (boolean, nullable)
  - `eu_project` (string, nullable)
  - `has_equipment_request` (boolean, nullable)
  - `additional_information` (string, nullable)

## Errors

### 422 — Validation Error

The numeric id belongs to several SEAP notices of different types

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 in SEAP / SICAP

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.

