# Melia Homes — 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.

> Browse floor plans and view available quick move-in homes across Melia Homes communities in Southern California to find your ideal property. Get detailed community information to compare layouts and move-in availability for your home search.

**Category:** Real Estate | **Website:** [meliahomes.com/new-homes/ca/hawthorne/indigo/](https://meliahomes.com/new-homes/ca/hawthorne/indigo/) | **Docs:** [parse.bot/marketplace/cdf644d2-25df-476d-b778-0498406ed587/meliahomes-com-api](https://parse.bot/marketplace/cdf644d2-25df-476d-b778-0498406ed587/meliahomes-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-meliahomes-com-api-cdf644d2/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_community_plans

Retrieve all floor plans and quick move-in (QMI) homes for a specific Melia Homes community. Returns builder name, community name, plan names, square footage, bedrooms, bathrooms, QMI prices, community-level starting price, and listing URLs for each home or plan in the community. Communities that are sold out will return an empty listings array.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `community_slug` | string | Yes | URL slug of the community (the last path segment of the community page URL). Known active communities: breckyn, cadence, cerise-at-citrus-square, elara, indigo, townes-at-orange. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-meliahomes-com-api-cdf644d2/get_community_plans \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"community_slug":"<string>"}'
```
