---
title: "Top models in a given region"
method: GET
path: "/topModels"
tags: ["Sales Data", "Starter Plan Or Greater"]
---

# Top models in a given region

`GET /topModels`

Sales ranking of different models by region over the last 45 days. 
The <strong>percentOfTopSales</strong> value is the percent of the top seller the model represents. 

For example: a value of 80% means that model sold 8 vehicles for every 10 of the top model sold.

The other fields represent the model percent of X. The <strong>brandMarketShare</strong> field is that brand's market share of the region
over the report's time interval.

## Query parameters

- `jwt` string, required
- `regionName` string

## Response `200`

Successful Response

- TopModelResp
  - `brandName` string
  - `modelName` string
  - `regionName` string
  - `condition` string
  - `msg` string
  - `cacheTimeLimit` integer
  - `data` TopModelEntry[], required
    - `percentOfTopSales` number, required
    - `modelName` string, required
    - `brandName` string, required
    - `percentOfBrandSales` number, required
    - `brandMarketShare` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/autodealerdata/apis/cis-automotive-api.md) · [All operations](https://skmtc.dev/autodealerdata/apis/cis-automotive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/autodealerdata/cis-automotive-api/revisions/ffe19d0f3ae1/schema)
