POST /api/contractsfinder/tenders/releases
Price: 40 credits
List Contracts Finder OCDS releases newest first — every notice published as a planning, tender or award stage release — optionally within a publication date window and limited to one stage, each with its buyer, parties with identifiers, addresses and contacts, tender terms, items, CPV codes, budget lines, documents and awards with suppliers and values.
Use this to follow what was published, not to search: there is no keyword or buyer filter, so narrow with published_from and published_to and filter the rows yourself. One procurement appears once per notice it published, so group by ocid when you need processes rather than notices.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)count integer required — Max number of results (min: 1; max: 1000)published_from string nullable — Earliest publication date, inclusive (examples: "2026-09-01", "2026-09-01T00:00:00")published_to string nullable — Latest publication date, inclusive; a bare date covers that whole day (examples: "2026-09-21", "2026-09-21T23:59:59")stage string nullable — Procurement stage of the release (one of: "planning", "tender", "award")@type string (default: "ContractsfinderRelease")id string requiredocid string requirednotice_id string nullabledescription string nullablestatus string nullablestage string requiredtags array (default: [])language string nullableinitiation_type string nullablebuyer object nullable@type string (default: "ContractsfinderPartyRef")id string nullablename string nullablesuppliers array (default: [])@type string (default: "ContractsfinderPartyRef")id string nullablename string nullablevalue object nullable@type string (default: "ContractsfinderValue")amount number nullableamount_min number nullableamount_max number nullablecurrency string nullabledates object nullable@type string (default: "ContractsfinderReleaseDates")published_at integer nullabledeadline_at integer nullableawarded_at integer nullablecontract_start_at integer nullablecontract_end_at integer nullablefuture_notice_at integer nullablecpv array (default: [])@type string (default: "ContractsfinderClassification")scheme string nullablecode string nullabledescription string nullableparent_code string nullablehas_children boolean nullableparties array (default: [])@type string (default: "ContractsfinderParty")id string requiredname string nullableroles array (default: [])identifier object nullable@type string (default: "ContractsfinderIdentifier")scheme string nullableid string nullablelegal_name string nullableaddress object nullable@type string (default: "ContractsfinderAddress")street string nullablelocality string nullableregion string nullablepostal_code string nullablecountry_name string nullabletext string nullablecontact object nullable@type string (default: "ContractsfinderContact")name string nullableemail string nullabletelephone string nullableurl string nullablescale string nullableis_vcse boolean nullableurl string nullableprocurement object nullable@type string (default: "ContractsfinderProcurement")id string nullablestatus string nullablemethod string nullablemethod_details string nullablemain_category string nullablevalue object nullable@type string (default: "ContractsfinderValue")amount number nullableamount_min number nullableamount_max number nullablecurrency string nullablemin_value object nullable@type string (default: "ContractsfinderValue")amount number nullableamount_min number nullableamount_max number nullablecurrency string nullabletender_period object nullable@type string (default: "ContractsfinderPeriod")start_at integer nullableend_at integer nullablecontract_period object nullable@type string (default: "ContractsfinderPeriod")start_at integer nullableend_at integer nullableis_sme_suitable boolean nullableis_vcse_suitable boolean nullablefuture_notice_at integer nullablepublished_at integer nullableline_items array (default: [])@type string (default: "ContractsfinderItem")id string requiredclassification object nullable@type string (default: "ContractsfinderClassification")scheme string nullablecode string nullabledescription string nullableparent_code string nullablehas_children boolean nullableadditional_classifications array (default: [])delivery_addresses array (default: [])documents array (default: [])@type string (default: "ContractsfinderDocument")id string requireddocument_type string nullabledescription string nullableurl string nullablemedia_type string nullablelanguage string nullablepublished_at integer nullablemodified_at integer nullableplanning object nullable@type string (default: "ContractsfinderPlanning")budget_lines array (default: [])@type string (default: "ContractsfinderBudgetLine")id string nullabledescription string nullableamount object nullable@type string (default: "ContractsfinderValue")amount number nullableamount_min number nullableamount_max number nullablecurrency string nullableperiod object nullable@type string (default: "ContractsfinderPeriod")start_at integer nullableend_at integer nullabledocuments array (default: [])@type string (default: "ContractsfinderDocument")id string requireddocument_type string nullabledescription string nullableurl string nullablemedia_type string nullablelanguage string nullablepublished_at integer nullablemodified_at integer nullableawards array (default: [])@type string (default: "ContractsfinderReleaseAward")id string requiredstatus string nullabledescription string nullablevalue object nullable@type string (default: "ContractsfinderValue")amount number nullableamount_min number nullableamount_max number nullablecurrency string nullablesuppliers array (default: [])@type string (default: "ContractsfinderPartyRef")id string nullablename string nullablecontract_period object nullable@type string (default: "ContractsfinderPeriod")start_at integer nullableend_at integer nullableawarded_at integer nullablepublished_at integer nullabledocuments array (default: [])@type string (default: "ContractsfinderDocument")id string requireddocument_type string nullabledescription string nullableurl string nullablemedia_type string nullablelanguage string nullablepublished_at integer nullablemodified_at integer nullablecountry string (default: "GB")url string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit 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 — The entity was not found, or a precondition failed 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 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 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 Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-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.