---
title: "suggestions"
method: GET
path: "/suggestions"
tags: ["Suggestions"]
---

# suggestions

`GET /suggestions`

## Query parameters

- `locale` string
- `hint` string
- `profile` string

## Response `200`

Successful response

- object
  - `items` object[]
    - `group` string
    - `display` string
    - `items` object
      - `id` string
      - `taregt` object
        - `id` number
        - `gid` string
        - `code` string
        - `type` number
        - `parents` object
          - `continent` string
          - `country` string
          - `administrative_division` string
      - `display` string
      - `highlight` string
      - `location` object
        - `latitude` number
        - `longitude` number

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/despegar/apis/decolar-booking-api.md) · [All operations](https://skmtc.net/despegar/apis/decolar-booking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/despegar/decolar-booking-api/revisions/2fb15f2434ea/schema)
