# Nelavida — 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, pricing, and real-time availability for homes in the Nelavida Glassell community located in Los Angeles. Find the perfect layout and price point for your next home in this LA neighborhood.

**Category:** Real Estate | **Website:** [nelavida.com/](https://nelavida.com/) | **Docs:** [parse.bot/marketplace/716d60d1-189f-4a53-8bbf-f017d05e10f0/nelavida-com-api](https://parse.bot/marketplace/716d60d1-189f-4a53-8bbf-f017d05e10f0/nelavida-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-nelavida-com-api-716d60d1/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_floor_plans

Retrieves all available floor plan listings for the Nelavida Glassell community. Each listing includes builder name, community name, plan name, lot number, square footage, bedrooms, bathrooms, QMI price (lot-specific price or null if under contract), from_price (lowest available price for that plan type), garage type, incentive text, and the listing URL. Also returns community-level incentive text, total number of available QMI homes, total number of floor plans, and a floor plan summary with base square footage per plan type. Results reflect current availability and pricing from the community page.

**Estimated cost:** Metered

_No parameters required._

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