# Coronacrush — 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 and browse upcoming Jewish speed dating events hosted by CoronaCrush to find your next dating opportunity. View detailed information about available events including dates, times, and other relevant details to plan your attendance.

**Category:** Entertainment | **Website:** [www.coronacrush.co/#events-display](https://www.coronacrush.co/#events-display) | **Docs:** [parse.bot/marketplace/9b1d2727-2574-4ac0-be87-6268eb297755/coronacrush-co-api](https://parse.bot/marketplace/9b1d2727-2574-4ac0-be87-6268eb297755/coronacrush-co-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-coronacrush-co-api-9b1d2727/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_events

Returns all upcoming Jewish speed dating events with date, timezone, price, signup count, and registration link. Results come as a single page; the site publishes only current upcoming events.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-coronacrush-co-api-9b1d2727/list_events \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
