Tenders in Ukraine API
Overview
The Tenders in Ukraine API from tenders.guru offers free, unauthenticated access to Ukrainian public procurement data including tender titles, contracting authorities, contract values, and awarded suppliers. The data is sourced from Ukraine's Prozorro open procurement system, one of the most transparent public procurement platforms in the world. It is ideal for anti-corruption research, market analysis, or civic tech applications.
Beginner Tip
Because the underlying data comes from Prozorro, you can cross-reference records at https://prozorro.gov.ua for additional detail — use the tender ID from the API response as a search key.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from Tenders in Ukraine",
"description": "Get data for procurements in Ukraine in JSON format",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
id Unique identifier for the tender, often matching the Prozorro tender ID title Subject or name of the procurement notice in Ukrainian buyer Government agency or public entity issuing the tender value Contract value in Ukrainian hryvnia (UAH) date Tender publication or contract award date supplier Company that won the contract, when the award has been finalized Implementation Example
// ⚠️ Note: This URL may be a documentation page. Check official docs for actual API endpoint.
const url = "https://tenders.guru/ua/api";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →Domainsdb.info
⭐ Beginner's PickDomainsdb.info lets you search registered domain names by keyword, TLD, or zone with no authentication needed.
markerapi
⭐ Beginner's PickMarkerapi provides free search access to the USPTO trademark database, letting you check if a brand name is already trademarked.
Tenders in Hungary
⭐ Beginner's PickThe Tenders in Hungary API from tenders.guru delivers publicly available government procurement data for Hungary, including contract values, buyer and supplier names, and tender dates.
Tenders in Poland
⭐ Beginner's PickThe Tenders in Poland API provides structured access to Polish government procurement notices and contract awards from tenders.guru, covering public sector buyers across all regions of Poland.
Tenders in Romania
⭐ Beginner's PickThe Tenders in Romania API by tenders.guru exposes Romanian public procurement data including tender details, contract values, and awarded suppliers, all freely accessible without authentication.