# Delwebb — 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 home floor plans and quick move-in inventory across Del Webb communities to compare pricing, specifications, and access direct listing URLs. Instantly view available homes and their detailed plans to find your ideal active adult community match.

**Category:** Real Estate | **Website:** [www.delwebb.com/homes/california/orange-county/rancho-mission-viejo/elara-at-gavilan-ridge-211497](https://www.delwebb.com/homes/california/orange-county/rancho-mission-viejo/elara-at-gavilan-ridge-211497) | **Docs:** [parse.bot/marketplace/07ee389f-0b88-4712-9c73-2651186e2eb5/delwebb-com-api](https://parse.bot/marketplace/07ee389f-0b88-4712-9c73-2651186e2eb5/delwebb-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-delwebb-com-api-07ee389f/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_community_plans

Retrieves all home floor plans and quick move-in (QMI) inventory for a Del Webb community. Returns builder name, community name, plan name, square footage, bedrooms, bathrooms, starting price, QMI price (if applicable), full listing URL for each home, and any current promotional incentive. Floor plans represent the base designs available; QMI homes are specific move-in-ready inventory with finalized pricing.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `community_id` | string | Yes | Numeric community identifier from Del Webb (e.g. '211497' for Elara at Gavilan Ridge). Found in the community page URL as the trailing number. |

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