POST /api/eopbg/tenders
Price: 20 credits
Get one EOP tender by its id, national unique number or URL with everything the public register holds: title and description, status, procedure, buyer with EIK and contact, estimated value, CPV, key dates, lots, submission rounds and every received offer with bidder EIK and price, signed contracts with suppliers, values, periods and annexes, the full text of each published notice with its TED number, tender documents, announcements and appeal proceedings before the competition commission.
Pass the id of an eopbg/tenders/search row, or the unique number such as 00160-2026-0020. suppliers lists the companies holding a signed contract; offers lists every bidder, including those that lost.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)tender string required — Tender id, national unique number or tender URL (examples: "609466", "00160-2026-0020", "https://app.eop.bg/today/609466"; minLength: 1)@type string (default: "EopbgTender")id string requiredspecial_number string nullablepublished_tender_id string nullableguid string nullabledescription string nullablestatus string nullablestage string nullableparticipation string nullableprocedure_type string nullablecontract_type string nullabletechnique string nullableaward_criterion string nullablebuyer object nullable@type string (default: "EopbgBuyer")id string nullablename string requiredregistry_number string nullableimage string nullablevalue object nullable@type string (default: "EopbgValue")amount number nullableamount_min number nullableamount_max number nullablecurrency string nullablecpv array (default: [])dates object nullable@type string (default: "EopbgTenderDates")published_at integer nullabledeadline_at integer nullableoffers_deadline_at integer nullableoffers_start_at integer nullableopening_at integer nullableprice_opening_at integer nullablestatus_changed_at integer nullablelots_count integer nullableoffers_count integer nullableparent_tender_id string nullableparent_special_number string nullablechild_tenders array (default: [])linked_tenders array (default: [])eu_programme_codes array (default: [])eu_programme_text string nullableappeal_urls array (default: [])flags object nullable@type string (default: "EopbgFlags")is_eco boolean nullableis_social boolean nullableis_innovative boolean nullableis_strategic boolean nullableis_joint_procurement boolean nullableis_complained_about boolean nullablehas_preliminary_control boolean nullablehas_eu_programme boolean nullableis_eu_funded boolean nullablehas_green_criteria boolean nullablehas_protected_jobs boolean nullablehas_strategic_requirements boolean nullableis_security_and_defense boolean nullableis_social_service boolean nullablehas_appeal_proceedings boolean nullablecountry string (default: "BG")url string requiredexplicit_status string nullableis_framework_agreement boolean nullablehas_separate_price_opening boolean nullablehas_continuous_evaluation boolean nullablecontact object nullable@type string (default: "EopbgContact")name string nullableemail string nullablephone string nullablesuppliers array (default: [])@type string (default: "EopbgSupplier")name string requiredregistry_number string nullablelots array (default: [])@type string (default: "EopbgLot")id string requirednumber integer nullablestatus string nullablestatus_changed_at integer nullablecontracts array (default: [])@type string (default: "EopbgContract")id string requiredlot_number integer nullablelot_title string nullablevalue object nullable@type string (default: "EopbgValue")amount number nullableamount_min number nullableamount_max number nullablecurrency string nullablecurrent_value object nullable@type string (default: "EopbgValue")amount number nullableamount_min number nullableamount_max number nullablecurrency string nullablestart_date string nullableend_date string nullablecurrent_start_date string nullablecurrent_end_date string nullablestatus_changed_at integer nullablesuppliers array (default: [])@type string (default: "EopbgSupplier")name string requiredregistry_number string nullableannexes array (default: [])@type string (default: "EopbgAnnex")id string requiredvalue object nullable (see schema EopbgValue)start_date string nullableend_date string nullablestatus_changed_at integer nullablesuppliers array (default: [])export_document_id string nullabletender_id string nullableexport_document_id string nullablerounds array (default: [])@type string (default: "EopbgRound")name string nullablenumber integer nullablelot_title string nullableopening_at integer nullableprice_opening_at integer nullablehas_separate_price_opening boolean nullableoffers_count integer (default: 0)offers array (default: [])@type string (default: "EopbgOffer")id string requiredsupplier object nullable@type string (default: "EopbgSupplier")name string requiredregistry_number string nullablename string nullableprice number nullableis_price_opened boolean nullablesubmitted_at integer nullableconsortium_members array (default: [])@type string (default: "EopbgSupplier")name string requiredregistry_number string nullableround string nullableround_number integer nullablelot_title string nullablefirst_round_offer_id string nullablehash string nullableprice_document_id string nullablenotices array (default: [])@type string (default: "EopbgNotice")id string requiredform_type string nullabledocument_id string nullableted_number string nullableparent_notice_id string nullableis_signable boolean nullablepublished_at integer nullabletext string nullabledocuments array (default: [])@type string (default: "EopbgDocument")id string requiredname string nullableextension string nullablemime_type string nullablesize integer nullablemd5 string nullableowner string nullablecreated_at integer nullablemodified_at integer nullableannouncements array (default: [])@type string (default: "EopbgAnnouncement")id string requiredtext string nullablecreated_at integer nullableappeals array (default: [])@type string (default: "EopbgAppeal")proceedings_number string nullableregister_id string nullableproceedings_type string nullablestatus string nullablesubsections array (default: [])initiators array (default: [])defendants array (default: [])has_interim_measures boolean nullablestarted_at integer nullablepublished_at integer nullableclosed_at integer nullablelast_decision_at integer nullablelegal_basis string nullableurl string nullablelinked array (default: [])@type string (default: "EopbgLinkedTender")id string requiredspecial_number string nullablechildren array (default: [])@type string (default: "EopbgLinkedTender")id string requiredspecial_number string nullableparent object nullable@type string (default: "EopbgLinkedTender")id string requiredspecial_number 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 — No record with this identifier on EOP 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.