# Pulte — 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 Pulte Homes communities to find your next property. Access detailed information about layouts and move-in ready inventory for communities that match your needs.

**Category:** Real Estate | **Website:** [www.pulte.com/homes/california/orange-county/irvine/eclipse-at-luna-park-211654](https://www.pulte.com/homes/california/orange-county/irvine/eclipse-at-luna-park-211654) | **Docs:** [parse.bot/marketplace/c5a1376b-edc3-4ffb-aee3-d29e13255bad/pulte-com-api](https://parse.bot/marketplace/c5a1376b-edc3-4ffb-aee3-d29e13255bad/pulte-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-pulte-com-api-c5a1376b/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_community_plans

Retrieves all home floor plans and QMI inventory homes for a Pulte community.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `community_id` | string | Yes | Numeric Pulte community identifier from the community page URL. |

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