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

KeyDatatypeRequiredDescription
qstring(Required) Search term, e.g., person, place, topic...

HEADERS

KeyDatatypeRequiredDescription
X-ListenAPI-Keystring(Required) Get API Key on listennotes.com/api
Acceptstring

RESPONSES

status: OK

{&quot;terms&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}