# Toyota (Canada) — 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.

> Find current vehicle deals, promotions, and incentives from Toyota Canada including lease, finance, and cash purchase options tailored to your province. Browse and compare the latest offers to find the best deal on your next Toyota purchase.

**Category:** Automotive | **Website:** [www.toyota.ca/toyota/en/offers](https://www.toyota.ca/toyota/en/offers) | **Docs:** [parse.bot/marketplace/afda471a-b3d3-4365-b075-dc79ae67f005/toyota-ca-api](https://parse.bot/marketplace/afda471a-b3d3-4365-b075-dc79ae67f005/toyota-ca-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-toyota-ca-api-afda471a/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_vehicle_deals

Get all current vehicle deals and promotions for a specific Canadian province. Returns detailed offer information including lease rates, finance APR, monthly payments, terms, down payments, cash incentives, and EVAP rebate eligibility. Each deal includes the vehicle model info and one or more province-specific offers with structured financial details parsed from disclaimer text. Vehicles with no offers matching the requested province are excluded from results.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `province` | string | No | Canadian province code to filter offers. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-toyota-ca-api-afda471a/get_vehicle_deals \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"province":"<string>"}'
```
