v1

latestOpenAPI 3.0.2GNU AGPLv32026-07-245983524.8 KB
Topic

Recommended Topics

Given a list of Refs this API returns the most used topics associated with them. This is a fast way of identifying potential shared topics amongst disparate Refs.

get/api/recommend/topics/{ref_list}

Path parameters

ref_liststring required

List of strings separated by '+'

Response

Successful response

slugstring

The url slug for the topic.

countinteger

Number of times the topic appears in the references

Example response

[
  {
    "slug": "jacobs-burial",
    "titles": {
      "en": "Jacob's Burial",
      "he": "קבורת יעקב"
    },
    "count": 3
  }
]