---
title: "List suggested terms"
method: GET
path: "/terms/suggested"
tags: ["terms"]
---

# List suggested terms

`GET /terms/suggested`

Get popular search terms that begin with your input term. <p/>
Example: 'sport' would return popular terms like 'sports bar' and 'sportswear', but not 'motor sports' since the phrase does not begin with the given term.

## Query parameters

- `term` string, required
- `limit` integer

## Response `200`

Success

- string[]

## Other responses

- `400` — Invalid terms suggested parameters.
- `default` — Unexpected error

## Changes

- **2022-07-11** (v5) `0d5998752011` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pinterest/apis/pinterest-rest-api/changes/terms/suggested/get.md)

---

[API](https://skmtc.dev/pinterest/apis/pinterest-rest-api.md) · [All operations](https://skmtc.dev/pinterest/apis/pinterest-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pinterest/apis/pinterest-rest-api/revisions/e041d7b0cef0?raw)
