# Richmond American 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.

> Browse floor plans and move-in ready homes from Richmond American Homes communities, searching by plan names, lot IDs, and community locations. Access detailed listing information including property types and direct links to each home's details.

**Category:** Real Estate | **Website:** [www.richmondamerican.com/california/los-angeles-new-homes/valencia/esprit-at-valencia/](https://www.richmondamerican.com/california/los-angeles-new-homes/valencia/esprit-at-valencia/) | **Docs:** [parse.bot/marketplace/75baaf67-f922-4650-bb9f-8bfe2252b0fa/richmondamerican-com-api](https://parse.bot/marketplace/75baaf67-f922-4650-bb9f-8bfe2252b0fa/richmondamerican-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-richmondamerican-com-api-75baaf67/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_community_listings

Get floor plans and move-in ready (QMI) homes for a Richmond American Homes community. Returns builder name, community name, plan names, listing types, lot IDs, listing URLs, square footage, bedrooms, bathrooms, and prices. Plan details are extracted via the site's Blazor Server long-polling protocol. Starting prices may be null when displayed as 'Coming soon' on the site.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `community_url` | string | Yes | URL path of the Richmond American community page, e.g. /california/los-angeles-new-homes/valencia/esprit-at-valencia/. Must match the path structure used on richmondamerican.com. |

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