# Findandgoseek — 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 findandgoseek.net.

**Category:** Entertainment | **Website:** [findandgoseek.net/](https://findandgoseek.net/) | **Docs:** [parse.bot/marketplace/78c607e4-2fe2-4b5a-8340-33f20b0a1c19/findandgoseek-net-api](https://parse.bot/marketplace/78c607e4-2fe2-4b5a-8340-33f20b0a1c19/findandgoseek-net-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-findandgoseek-net-api-78c607e4/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_event

Retrieve full details for a community event given its page URL. Returns event title, date/time, venue, address, contact info, age groups, description, cost, categories, and image. Each event page is uniquely identified by its slug and optional query parameters (c, i, e) for recurring event instances.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `url` | string | Yes | Event page URL or path on findandgoseek.net (e.g. '/kids-garden-jaycee-park?c=20260715T090000&i=3&e=20260715T100000' or the full URL). |

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