# Portalddms Malaysia — 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.

> Search and discover staff contact information including names, positions, phone numbers, and email addresses across the JDN, ARKIB, and CGSO departments. Quickly find the right person to connect with using the personnel directory.

**Category:** Government & Public Data | **Website:** [portalddms.malaysia.gov.my/contact-us/directory/?lang=en](https://portalddms.malaysia.gov.my/contact-us/directory/?lang=en) | **Docs:** [parse.bot/marketplace/c8e7850d-1b4f-4098-ad85-5a89db0429fc/portalddms-malaysia-gov-my-api](https://parse.bot/marketplace/c8e7850d-1b4f-4098-ad85-5a89db0429fc/portalddms-malaysia-gov-my-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-portalddms-malaysia-gov-my-api-c8e7850d/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_personnel

Lists all personnel from the DDMS 2.0 team directory. Each record includes the staff member's name, position, phone number, full email address, and department. Results can be filtered by department. Returns the complete directory in a single page.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `department` | string | No | Filter results to a specific department. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-portalddms-malaysia-gov-my-api-c8e7850d/list_personnel \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"department":"<string>"}'
```
