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

> Access data from brookfieldresidential.com.

**Category:** Real Estate | **Website:** [www.brookfieldresidential.com/new-homes/california/los-angeles-county/arcadia/magnolia](https://www.brookfieldresidential.com/new-homes/california/los-angeles-county/arcadia/magnolia) | **Docs:** [parse.bot/marketplace/a818af18-961b-4c18-9e89-137a1a2eb49c/brookfieldresidential-com-api](https://parse.bot/marketplace/a818af18-961b-4c18-9e89-137a1a2eb49c/brookfieldresidential-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-brookfieldresidential-com-api-a818af18/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_community_listings

Retrieves all floor plans and quick move-in (QMI) homes for a given Brookfield Residential community page. Returns builder name, community name, plan name, square footage, bedrooms, bathrooms, QMI price, starting/from price, and listing URL for each home or plan. The community_path identifies the community by its URL path on brookfieldresidential.com.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `community_path` | string | Yes | URL path to the community page on brookfieldresidential.com, starting with /new-homes/ (e.g. /new-homes/california/los-angeles-county/arcadia/magnolia). |

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