API Changelog
Track changes, new features, and improvements to the Tenders-SA API.
v1.2.0
Feature- •Added /v1/tenders/{id}/analysis endpoint for AI-powered document analysis
- •Added /v1/companies/search and /v1/companies/{name} endpoints with B-BBEE and CIDB data
- •Added /v1/organizations/{id} and /v1/organizations/{id}/tenders endpoints
- •Added /v1/meta/status and /v1/meta/provinces endpoints
- •Added fields parameter for sparse response support on /v1/tenders
- •Added sort parameter support on /v1/tenders (format: -field or +field)
v1.1.0
Feature- •Added /v1/awards/analytics endpoint with groupBy support
- •Added aiSummary, aiConfidence, and classificationConfidence fields to tender responses
- •Added estimatedValue object with min/max/median/confidence/methodology to tender responses
- •Added referenceNumber, municipality, department, institution filters to /v1/tenders
v1.0.0
Feature- •Initial public release of the Tenders-SA API
- •GET /v1/tenders — list and search tenders with enriched fields
- •GET /v1/tenders/{id} — single tender detail with full enrichment
- •GET /v1/tenders/search — dedicated search endpoint
- •GET /v1/awards — list and search government awards
- •GET /v1/awards/{id} — single award detail with supplier information
- •API key-based authentication with Professional and Enterprise plans
- •Rate limiting: 500 req/day (Professional), 10,000 req/day (Enterprise)