List related terms

GET {{baseUrl}}/terms/related?terms=workout&terms=workout

This endpoint is currently in beta and not available to all apps. Learn more.

Get a list of terms logically related to each input term.

Example: the term 'workout' would list related terms like 'one song workout', 'yoga workout', 'workout motivation', etc.

Request Params

KeyDatatypeRequiredDescription
termsstring(Required) List of input terms.
termsstring(Required) List of input terms.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"id":"clothes","related_term_count":2,"related_terms_list":[{"term":"clothes","related_terms":["shoes","cute clothes"]},{"term":"clothes","related_terms":["shoes","cute clothes"]}]}