---
title: "Get charter price"
method: POST
path: "/v3/charter_prices/"
tags: ["charter_prices"]
---

# Get charter price

`POST /v3/charter_prices/`

Get charter price

## Request body

- CharterPrice
  - `legs` SearchFlightLeg[]
    - `departure_airport` SearchAirport
      - `id` integer, nullable — airport identifier
      - `icao` string, nullable — airport ICAO code
      - `iata` string, nullable — airport IATA code
      - `lid` string, nullable — Local Identifier
      - `name` string, nullable — airport name
      - `slug` string, nullable
      - `city` QuoteAirportCity, required
        - `id` integer, required — City identifier
        - `name` string, required — City name
    - `arrival_airport` SearchAirport
      - `id` integer, nullable — airport identifier
      - `icao` string, nullable — airport ICAO code
      - `iata` string, nullable — airport IATA code
      - `lid` string, nullable — Local Identifier
      - `name` string, nullable — airport name
      - `slug` string, nullable
      - `city` QuoteAirportCity, required
        - `id` integer, required — City identifier
        - `name` string, required — City name
    - `pax` integer — Number of passengers
    - `departure_datetime` string, date-time — Departure date UTC in format "yyyy-mm-ddThh:mm"
  - `aircraft` SearchAircraft[]
    - `id` integer, nullable — Aircraft identifier
    - `tail_number` string, nullable — Aircraft tail_number
    - `ac_type` string, nullable — Aircraft type
    - `ac_class` string, nullable — Aircraft_class
  - `currency_code` string, nullable — Currency (3 digit currency code)
  - `range` boolean — Show price range

## Response `200`

- CharterPriceResponse
  - `price` number, double, nullable, required
  - `currency_code` string, nullable — Currency (3 digit currency code)
  - `price_min` number, double, nullable, required — Minimum price. Available if range is true in request
  - `price_max` number, double, nullable, required — Maximum price. Available if range is true in request

## Other responses

- `429`

---

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