# Tendova

> Tendova (tendova.eu) is a pan-EU public-tender discovery service. It aggregates above-threshold EU procurement notices from Tenders Electronic Daily (TED), translates titles and summaries into all 24 official EU languages, and matches tenders to company profiles with AI. Tender search and detail pages are free to read; AI matching, qualification analysis, alerts and document Q&A require an account.

Data source: Tenders Electronic Daily (TED) — EU-wide above-threshold tenders. Contains data from Tenders Electronic Daily (TED), © European Union, ted.europa.eu — CC BY 4.0. Tendova is an independent private service and is not affiliated with any institution of the European Union.

## Tender data

- [Search tenders](https://tendova.eu/en/tenders): browse and filter all active EU tenders (query params: q, country, cpv, sort, page)
- [Tenders by country](https://tendova.eu/en/tenders/country/de): landing pages for all 27 EU member states — replace `de` with any lowercase EU ISO-3166 alpha-2 code
- [Tender detail pages](https://tendova.eu/en/tenders): each result links to `/{locale}/tenders/{id}`, available in any of the 24 EU languages (en, de, fr, ...)

## API

Public read-only JSON API, documented at https://tendova.eu/en/developers. Free for discovery and agents. Without a key: 20 requests/minute per IP and up to 20 records per request. With a free API key (created at https://tendova.eu/en/app/settings/api, sent as `Authorization: Bearer <key>` or `X-Api-Key`): 500 requests/day, or 10000 requests/day and up to 50 records per request on Pro. For bulk or commercial data access contact info@aaa-bw.de.

- [GET /api/tenders](https://tendova.eu/api/tenders): search tenders. Params: `q` (full-text), `country` (ISO2, repeatable), `cpv` (8-digit CPV code), `sort` (newest|deadline), `page`, `limit` (capped at the caller's record cap above), `locale` (any EU locale; selects title/description language)
- [GET /api/tenders/{id}](https://tendova.eu/api/tenders): full tender detail incl. localized title/description, buyer, CPV codes, value, deadlines and official source links. Param: `locale` (each list item's `apiUrl` field is this endpoint, ready to fetch)

AI summaries, match scores and document analysis are never part of an API response.

## Product

- [API documentation](https://tendova.eu/en/developers)
- [Features](https://tendova.eu/en/features)
- [Pricing](https://tendova.eu/en/pricing)
- [Changelog](https://tendova.eu/en/changelog)

## Legal & contact

- [Operator contact](mailto:info@aaa-bw.de): AAA BW GmbH, Robert-Koch-Weg 3, 72555 Metzingen, Deutschland
- [Imprint](https://tendova.eu/de/impressum) · [Privacy](https://tendova.eu/de/datenschutz) · [Terms](https://tendova.eu/de/agb)
