v29

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-06-042661,1122.5 MB
terms

List related terms

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.

get/terms/related

Query parameters

termsstring[] required

List of input terms.

Response

The request has succeeded.

idstring

First input term. For example, if you pass "?terms=clothes,workout", then id will be "clothes"

related_term_countinteger

Total number of related terms returned

Example response

{
  "id": "clothes",
  "related_term_count": 2
}