Fetch related search terms
GET {{baseUrl}}/related_searches?q=<string>
Suggest related search terms. The results are more comprehensive than from GET /typeahead
. This endpoint is available only in the PRO/ENTERPRISE plan.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | (Required) Search term, e.g., person, place, topic... | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-ListenAPI-Key | string | (Required) Get API Key on listennotes.com/api | |
Accept | string |
RESPONSES
status: OK
{"terms":["\u003cstring\u003e","\u003cstring\u003e"]}