Skip to main content
HomeDevelopers

Developer Portal

Dashboard

SDKs & Libraries

Use official and community SDKs to integrate the Tenders-SA API into your applications.

TypeScript / JavaScript

Planned

Official TypeScript SDK with full type definitions for all API endpoints. Provides first-class error handling, rate-limit awareness, and auto-pagination.

npm install @tenderssa/api

Python

Planned

Official Python SDK for data science and ETL workflows. Includes async support, pandas integration, and batch processing utilities.

pip install tenderssa-api

PHP

Community

Community-maintained PHP client for WordPress and Laravel integrations.

Go

Community

Community-maintained Go client for high-throughput data pipelines.

Building an integration?

The Tenders-SA API uses standard REST conventions with Bearer token authentication. If your language isn't listed above, you can use any HTTP client library to make direct API calls.

View API Reference