---
title: "Get Core Specs"
method: GET
path: "/api/v1/vehicles/{vehicle_id}/core"
tags: ["2. Core Specs"]
---

# Get Core Specs

`GET /api/v1/vehicles/{vehicle_id}/core`

Retrieve core engine, transmission, and drivetrain specifications.

## Path parameters

- `vehicle_id` integer, required

## Response `200`

Successful Response

- CoreResponse
  - `id` integer, required
  - `engine` EngineSpecs, required
    - `type` string, nullable
    - `displacement_cc` integer, nullable
    - `fuel_type` string, nullable
    - `horsepower` integer, nullable
    - `torque_nm` integer, nullable
  - `transmission` string, nullable
  - `drivetrain` string, nullable

## Other responses

- `401` — Unauthorized - Invalid API Key
- `404` — Not Found
- `422` — Validation Error
- `429` — Too Many Requests - Quota Exceeded

---

[API](https://skmtc.net/revcardata/apis/revcardata-rest-api.md) · [All operations](https://skmtc.net/revcardata/apis/revcardata-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revcardata/revcardata-rest-api/revisions/8a9993554c3e/schema)
