---
title: "GET /towing_info"
method: GET
path: "/towing_info"
tags: ["towingInfo"]
---

# GET /towing_info

`GET /towing_info`

Returns a list of towing info for vehicles

## Query parameters

- `id` integer
- `year` integer
- `make` string
- `model` string

## Response `200`

- TowingInfo[]
  - `axle_ratio` string
  - `body_type` string
  - `drivetrain` string
  - `engine` string
  - `hitch_type` string
  - `id` integer
  - `make` string
  - `max_towing_capacity` integer
  - `model` string
  - `suggested_towing_capacity` integer
  - `transmission` string
  - `year` integer

## Other responses

- `default` — An unknown, unexpected error.

---

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