---
title: "Return estimated price when listing your vehicle by make, model and location."
method: GET
path: "/pricing/v2"
tags: ["pricing"]
---

# Return estimated price when listing your vehicle by make, model and location.

`GET /pricing/v2`

Only used during the LYRV flow to show an owner a range of possible income.
Better calculation than the original endpoint. i think this is the actual one we use

## Query parameters

- `lat` number, double
- `lng` number, double
- `type` string
- `length` integer
- `sleeps` integer
- `year` integer
- `rental_category` string

## Response `200`

HTTP status code 200

- object
  - `high` object
    - `day` integer
    - `month` integer
    - `week` integer
  - `low` object
    - `day` integer
    - `month` integer
    - `week` integer

## Other responses

- `401` — Unauthorized error
- `404` — Not found 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/versions/f0cf8f605ea0/schema)
