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
Example response
[
{
"slug": "jacobs-burial",
"titles": {
"en": "Jacob's Burial",
"he": "קבורת יעקב"
},
"count": 3
}
]