# Bet Hkjc — 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.

> Check the latest Hong Kong Jockey Club Mark Six lottery results with prize breakdowns and view historical frequency statistics for all 49 numbers to analyze winning patterns. Find out when the next draw is scheduled and see detailed information about completed draws.

**Category:** Entertainment | **Website:** [bet.hkjc.com/ch/marksix](https://bet.hkjc.com/ch/marksix) | **Docs:** [parse.bot/marketplace/c4188f30-a8b9-42c7-94d7-ff613a271602/bet-hkjc-com-api](https://parse.bot/marketplace/c4188f30-a8b9-42c7-94d7-ff613a271602/bet-hkjc-com-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-bet-hkjc-com-api-c4188f30/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_latest_results

Get the latest Mark Six draw results including drawn numbers, extra number, prize dividends, jackpot amount, snowball info, and next scheduled draw details. Returns the most recent completed draw and the next upcoming draw. No parameters required.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-bet-hkjc-com-api-c4188f30/get_latest_results \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_number_statistics

Get frequency statistics for all 49 Mark Six numbers, including how many times each number has been drawn historically and how many draws ago it was last drawn. Reference draw metadata is included. No parameters required.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-bet-hkjc-com-api-c4188f30/get_number_statistics \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
