# Celebratodo — 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.

> Explore and compare CelebraTodo's pricing plans and features to find the best digital event organization solution for your needs in Chile. Discover what each plan offers so you can choose the right package for organizing your events.

**Category:** Entertainment | **Website:** [celebratodo.cl/](https://celebratodo.cl/) | **Docs:** [parse.bot/marketplace/f706c57f-aa6e-452a-98c1-089bdd514ee0/celebratodo-cl-api](https://parse.bot/marketplace/f706c57f-aa6e-452a-98c1-089bdd514ee0/celebratodo-cl-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-celebratodo-cl-api-f706c57f/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_plans

Retrieve available pricing plans, their features, and additional services. Each plan includes a price in CLP, a list of included/excluded features, and an optional badge. Additional services are listed separately. Content is returned in the requested language.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `lang` | string | No | Language for plan names, descriptions, and features. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-celebratodo-cl-api-f706c57f/get_plans \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"lang":"<string>"}'
```
