---
title: "Public Get Versions Flat"
method: GET
path: "/public/vehicles/data/catalog/versions/{model_id}"
tags: ["Vehicles Data Catalog - Public"]
---

# Public Get Versions Flat

`GET /public/vehicles/data/catalog/versions/{model_id}`

Get all versions/trims for a model (public, model-only).

The catalog cascade (/versions/{model_id}/{fuel_id}/{gearbox_id}) has no
fuel/gearbox coverage for non-car sections (Comerciais/Motos/Pesados), so
the website widget can't reach a version that way. This flat endpoint
mirrors the protected /versions/{model_id} and returns the full version
list straight off the model id.

## Path parameters

- `model_id` integer, required

## Headers

- `x-website-token` string, required

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
