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
}

Changes

Changed in 2 of the 29 revisions of this API.5

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added