# Dewa — 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 current public open tender listings from Dubai Electricity and Water Authority (DEWA) to find procurement opportunities and bid on available projects. Browse detailed tender information to identify contracts that match your business capabilities and submit competitive proposals.

**Category:** Government & Public Data | **Website:** [www.dewa.gov.ae/en/supplier/services/list-of-tender-documents](https://www.dewa.gov.ae/en/supplier/services/list-of-tender-documents) | **Docs:** [parse.bot/marketplace/fb73390e-adc0-4b87-89aa-f05dbda1a018/dewa-gov-ae-api](https://parse.bot/marketplace/fb73390e-adc0-4b87-89aa-f05dbda1a018/dewa-gov-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-dewa-gov-ae-api-fb73390e/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_open_tenders

Retrieves all open tenders from DEWA's public tender listing page. Returns the complete set of currently listed tenders in a single response (no pagination needed — all tenders are served on one page). Each tender includes its number, title, status, dates, fee, and advertisement URL.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-dewa-gov-ae-api-fb73390e/list_open_tenders \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
