# Moshtix — 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 data from m.moshtix.com.au.

**Category:** Entertainment | **Website:** [m.moshtix.com.au/v2/event/ruby-jackson-this-love-thing-ep-launch/194638](https://m.moshtix.com.au/v2/event/ruby-jackson-this-love-thing-ep-launch/194638) | **Docs:** [parse.bot/marketplace/b5ce5552-7748-4083-bde6-7f5dc841edb0/m-moshtix-com-au-api](https://parse.bot/marketplace/b5ce5552-7748-4083-bde6-7f5dc841edb0/m-moshtix-com-au-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-m-moshtix-com-au-api-b5ce5552/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_event

Retrieve details for a single Moshtix event given its direct URL. Returns the event title, start date/time, end time, venue name, street address, a brief description, and the event image URL. Accepts both mobile (m.moshtix.com.au) and desktop (www.moshtix.com.au) URLs.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `url` | string | Yes | Direct URL to a Moshtix event page (e.g. https://www.moshtix.com.au/v2/event/ruby-jackson-this-love-thing-ep-launch/194638). Both mobile and desktop URLs are accepted. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-m-moshtix-com-au-api-b5ce5552/get_event \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"<string>"}'
```
