# Dshdaaf Duckdns — 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.

> Browse BP's complete music catalog to discover labels and view their metadata, including release counts and synchronization status. Organize and filter through the entire label database to find exactly what you're looking for.

**Category:** Music | **Website:** [dshdaaf.duckdns.org/catalog/](https://dshdaaf.duckdns.org/catalog/) | **Docs:** [parse.bot/marketplace/00433a13-1fb7-4a98-b41c-cd6ed3c1b8be/dshdaaf-duckdns-org-api](https://parse.bot/marketplace/00433a13-1fb7-4a98-b41c-cd6ed3c1b8be/dshdaaf-duckdns-org-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-dshdaaf-duckdns-org-api-00433a13/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_catalog

Retrieve all music labels in the catalog. Each label includes its name, slug, last sync timestamp, and total release count. Results are returned in a single page (the source provides all labels in one response).

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-dshdaaf-duckdns-org-api-00433a13/list_catalog \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
