Discover/offenevergaben.at API
live

offenevergaben.at APIoffenevergaben.at

Access Austrian public procurement contracts, contracting authorities, suppliers, and CPV categories via 7 structured endpoints from offenevergaben.at.

Endpoints
7
Updated
14d ago
Try it
CPV category code from list_categories (e.g. 45000000).
Region NUTS codes comma-separated (e.g. AT130,AT342).
Page number.
Notice types comma-separated (Ausschreibung, Auftrag).
Keyword search for title, authority, or supplier.
End date in YYYY-MM-DD format.
Start date in YYYY-MM-DD format.
Date field to filter by (e.g. date_lastmod).
Maximum contract volume.
Maximum number of bidders.
Minimum contract volume.
Minimum number of bidders.
Contract types comma-separated (Bauauftrag, Dienstleistungsauftrag, Lieferauftrag).
api.parse.bot/scraper/b2b0b0ae-7c24-4687-a8eb-28ec166d41ed/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b2b0b0ae-7c24-4687-a8eb-28ec166d41ed/list_contracts?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Fetch a paginated list of public contracts with optional filters. Returns 20 contracts per page sorted by last modification date descending.

Input
ParamTypeDescription
cpvstringCPV category code from list_categories (e.g. 45000000).
nutsstringRegion NUTS codes comma-separated (e.g. AT130,AT342).
pageintegerPage number.
typesstringNotice types comma-separated (Ausschreibung, Auftrag).
searchstringKeyword search for title, authority, or supplier.
date_tostringEnd date in YYYY-MM-DD format.
date_fromstringStart date in YYYY-MM-DD format.
date_typestringDate field to filter by (e.g. date_lastmod).
volume_tonumberMaximum contract volume.
tenders_tointegerMaximum number of bidders.
volume_fromnumberMinimum contract volume.
tenders_fromintegerMinimum number of bidders.
contract_typesstringContract types comma-separated (Bauauftrag, Dienstleistungsauftrag, Lieferauftrag).
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "items": "array of contract summary objects with id, bezeichnung, auftraggeber, lieferant, bieter, summe, aktualisiert",
    "total_pages": "integer, total number of available pages"
  },
  "sample": {
    "data": {
      "page": 1,
      "items": [
        {
          "id": "280981",
          "summe": "1.200.000,00",
          "bieter": "1",
          "lieferant": "dentsu Media Austria GmbH",
          "bezeichnung": "Abruf Mediaschaltungen Kampagne eMove",
          "aktualisiert": "05.05.2026",
          "auftraggeber": "Bundesministerium für Innovation, Mobilität und Infrastruktur"
        }
      ],
      "total_pages": 11383
    },
    "status": "success"
  }
}

About the offenevergaben.at API

The offenevergaben.at API provides structured access to Austrian public procurement data across 7 endpoints, covering contracts, suppliers, contracting authorities, and CPV industry categories. Use list_contracts to retrieve paginated contract summaries filtered by CPV code, NUTS region, notice type, date range, or keyword, and get_contract_detail to pull full contract fields including supplier, authority, contract type, and award value for any specific record.

Contract Search and Filtering

The list_contracts endpoint returns 20 contracts per page, sorted by last modification date descending. It accepts filters for CPV category codes (from list_categories), NUTS region codes as a comma-separated list (e.g. AT130,AT342), notice types (Ausschreibung for tender, Auftrag for award), a date range via date_from / date_to in YYYY-MM-DD format, and a search keyword matched against title, authority, and supplier. Each item in the items array includes the contract id, bezeichnung (title), auftraggeber (authority), lieferant (supplier), bieter (bidder count), summe (value), and aktualisiert (last modified date).

Contract and Entity Detail

get_contract_detail accepts a contract id and returns structured fields: Bezeichnung, Auftraggeber, Lieferant, Art des Auftrags, and more. Field availability varies by contract type and data availability — some records carry richer structured data than others. get_contracting_authority_detail and get_supplier_detail each return an entity profile alongside their contract history, total volume (gesamtvolumen), and contract count (anzahl_auftraege). The authority profile also exposes durchschnittliche_bieter, the average number of bidders per contract.

Suppliers, Authorities, and Categories

list_suppliers and list_contracting_authorities both return paginated lists sorted by total contract volume descending. Each item includes an id, name, national_id, anzahl_auftraege, and gesamtvolumen. Use these IDs as inputs to the respective detail endpoints. list_categories requires no inputs and returns all CPV division codes with German-language names (bezeichnung), aggregate volume (auftragsvolumen), and contract count (anzahl_auftraege) — useful for scoping searches by industry sector before querying list_contracts with a cpv filter.

Common use cases
  • Monitor new public tenders in a specific Austrian region by filtering list_contracts with NUTS codes and date_from
  • Track a supplier's total awarded contract volume and history using get_supplier_detail
  • Identify which contracting authorities award the most contracts by total volume via list_contracting_authorities
  • Analyze government spending by CPV sector using list_categories volume and count fields
  • Retrieve full contract details including supplier and authority for a specific procurement record via get_contract_detail
  • Build a competitive intelligence tool showing which suppliers win contracts in a given CPV category
  • Cross-reference bidder counts (bieter) and award values (summe) across authority profiles to spot procurement patterns
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does offenevergaben.at offer an official developer API?+
offenevergaben.at does not publish an official developer API or documented public data feed. This Parse API is the structured programmatic interface for accessing its procurement data.
How does contract filtering work in `list_contracts`, and can I combine multiple filters?+
Yes. The list_contracts endpoint accepts multiple optional parameters simultaneously: cpv (CPV division code), nuts (comma-separated NUTS region codes), types (comma-separated notice types such as Ausschreibung or Auftrag), date_from / date_to with date_type to scope by date field, and search for keyword matching against title, authority, or supplier. All are optional and combinable. Results are always paginated at 20 items per page.
Are all fields guaranteed to be present in `get_contract_detail` responses?+
No. The contract detail endpoint notes that available fields vary depending on contract type and data source. Some records carry a fuller set of structured fields while others may only return a subset. Applications consuming this endpoint should handle missing or null fields gracefully.
Does the API expose document downloads or tender specification files attached to contracts?+
Not currently. The API covers contract metadata, authority and supplier profiles, and CPV category aggregates, but does not return links to or contents of tender specification documents. You can fork this API on Parse and revise it to add an endpoint that retrieves document attachment data.
Does the API cover procurement data outside Austria?+
Not currently. Coverage is limited to Austrian public procurement records indexed on offenevergaben.at, with regions identifiable via Austrian NUTS codes. You can fork this API on Parse and revise it to point at other national procurement portals for additional country coverage.
Page content last updated . Spec covers 7 endpoints from offenevergaben.at.
Related APIs in Government PublicSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
maradminbot.com API
Search and retrieve official Marine Corps MARADMIN announcements from Marines.mil, filtering by year, status, and keyword to stay updated on the latest personnel and administrative directives. Get detailed information about specific announcements by number or browse the most recent updates to ensure you never miss critical Marine Corps guidance.
13f.info API
13f.info API
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.