# Jomalone — 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 Jo Malone London's Hong Kong cologne collection to discover product names, detailed descriptions, and complete ingredient lists for all available fragrances. Find the perfect scent by exploring full product information in one convenient location.

**Category:** E-commerce | **Website:** [www.jomalone.com.hk/en-e-HK/colognes/view-all-colognes](https://www.jomalone.com.hk/en-e-HK/colognes/view-all-colognes) | **Docs:** [parse.bot/marketplace/65288a15-8abc-40a0-9747-db780314154d/jomalone-com-hk-api](https://parse.bot/marketplace/65288a15-8abc-40a0-9747-db780314154d/jomalone-com-hk-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-jomalone-com-hk-api-65288a15/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_colognes

Lists all Jo Malone London colognes available on the Hong Kong store with their full ingredient lists. Each cologne includes its display name, description, and parsed ingredients from the official product data. Results are returned in a single page covering the complete cologne catalog.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-jomalone-com-hk-api-65288a15/list_colognes \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
