# Tri Pointe 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.

> Discover available floor plans and ready-to-move homes from Tri Pointe Homes communities, complete with details like builder name, community location, plan specifications (square footage, bedrooms, bathrooms), pricing, and direct listing links. Browse all current inventory across Tri Pointe's active communities in one place to compare options and find your next home.

**Category:** Real Estate | **Website:** [www.tripointehomes.com/ca/los-angeles-county/lark-at-valencia](https://www.tripointehomes.com/ca/los-angeles-county/lark-at-valencia) | **Docs:** [parse.bot/marketplace/6ec6a963-c643-4b62-b232-b4651f1c13ef/tripointehomes-com-api](https://parse.bot/marketplace/6ec6a963-c643-4b62-b232-b4651f1c13ef/tripointehomes-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-tripointehomes-com-api-6ec6a963/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_community_listings

Retrieves all floor plans and move-in ready (QMI) homes listed on a Tri Pointe Homes community page. Returns builder name, community name, plan name or address, bedrooms, bathrooms, square footage, QMI price (for move-in ready homes), starting/from price (for floor plans), listing type, and the listing URL. Only homes rendered in the initial page load are returned; additional homes behind a 'Load More' button may not be included.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `community_url` | string | Yes | The URL path of the community page on tripointehomes.com, e.g. 'ca/los-angeles-county/lark-at-valencia'. Format: {state_code}/{submarket_slug}/{community_slug}. |

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