# Shulem Deen — 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.

> Discover past speaking events and book signings by Shulem Deen, including dates, locations, and event details from his author website. Browse his complete event history to find where he has appeared and learn more about each engagement.

**Category:** Entertainment | **Website:** [shulemdeen.com/](https://shulemdeen.com/) | **Docs:** [parse.bot/marketplace/c5a16d58-4ad2-4a97-a339-6fba52696e26/shulemdeen-com-api](https://parse.bot/marketplace/c5a16d58-4ad2-4a97-a339-6fba52696e26/shulemdeen-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-shulemdeen-com-api-c5a16d58/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_past_events

Retrieves all past events listed on shulemdeen.com/events. Returns a list of events with location, date/time, and additional details such as venue, description, and notes. Events span from 2015 to 2018.

**Estimated cost:** Metered

_No parameters required._

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