# Pwad Fujairah — 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.

> Find and browse current tenders and procurement opportunities from the Fujairah Department of Public Works and Agriculture to identify business opportunities. Stay updated on government contracts and public works projects available for bidding in the region.

**Category:** Government & Public Data | **Website:** [pwad.fujairah.ae/en/tenders](https://pwad.fujairah.ae/en/tenders) | **Docs:** [parse.bot/marketplace/2b7ddf66-8c61-4b56-b2b0-c1b524d9fbc8/pwad-fujairah-ae-api](https://parse.bot/marketplace/2b7ddf66-8c61-4b56-b2b0-c1b524d9fbc8/pwad-fujairah-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-pwad-fujairah-ae-api-2b7ddf66/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_tenders

Retrieves all current active tenders from the Fujairah Department of Public Works and Agriculture. Returns structured tender records including reference numbers, titles, descriptions, types, and dates. The result may be empty when no active tenders are published.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pwad-fujairah-ae-api-2b7ddf66/list_tenders \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
