# Tawreed Ajman — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Access active government tenders from Ajman's official procurement portal to find tender reference numbers, issuing entities, key dates, current status, and contact information for bidding opportunities. Monitor and browse available government contracts in one convenient location.

**Category:** Government & Public Data | **Website:** [tawreed.ajman.ae/ords/r/tawreed_fusion/isupplier-dof109109/tender-details](https://tawreed.ajman.ae/ords/r/tawreed_fusion/isupplier-dof109109/tender-details) | **Docs:** [parse.bot/marketplace/252e4049-7b1f-4bc7-a7ff-3f17f7d99080/tawreed-ajman-ae-api](https://parse.bot/marketplace/252e4049-7b1f-4bc7-a7ff-3f17f7d99080/tawreed-ajman-ae-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-tawreed-ajman-ae-api-252e4049/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_tenders

Retrieve all active tenders listed on the Ajman Tawreed portal. Returns tender reference numbers, titles, issuing departments, open/close dates, status, category, buyer/contact info, and detail URLs. Results are auto-iterated; the portal typically has fewer than 100 active tenders at any time.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `page` | integer | No | Page number for pagination. Each page returns up to 100 tenders. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-tawreed-ajman-ae-api-252e4049/list_tenders \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"page":"<integer>"}'
```
