# Chevrolet — 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 Chevrolet vehicle deals, financing options, lease rates, and cash credits available in your Canadian region. Browse incentives and program bonuses organized by model to compare the best offers near you.

**Category:** Automotive | **Website:** [www.chevrolet.ca/en/current-offers](https://www.chevrolet.ca/en/current-offers) | **Docs:** [parse.bot/marketplace/c92739a9-2381-41f5-9451-4cceb46769ca/chevrolet-ca-api](https://parse.bot/marketplace/c92739a9-2381-41f5-9451-4cceb46769ca/chevrolet-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-chevrolet-ca-api-c92739a9/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_offers

Get all current vehicle deals and offers from Chevrolet Canada for a specific region. Returns vehicle details including model name, year, trim, image URLs, vehicle page URLs, and comprehensive offer breakdowns (lease terms, finance rates, cash credits, program bonuses). Each region may have different vehicles and offer terms.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `language` | string | No | Language for offers content. Accepted values: 'en' for English, 'fr' for French. |
| `region` | string | No | Canadian province or region. Accepts province names (ontario, quebec, alberta, british_columbia, manitoba, saskatchewan, nova_scotia, new_brunswick, pei, newfoundland, yukon, prairie), province codes (ON, QC, AB, BC, MB, SK, NL, NS, NB, PE, YT), or city regions (toronto, vancouver). Defaults to Ontario. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-chevrolet-ca-api-c92739a9/get_offers \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"language":"<string>","region":"<string>"}'
```
