Term
Terms
A Term is a shared title node. It can be referenced and used by many different Index nodes. Terms that use the same TermScheme can be ordered within that scheme. So for example, Parsha terms who all share the TermScheme of parsha, can be ordered within that scheme.
Examples of valid terms: Noah, HaChovel
get/api/terms/{name}
Response
The response to a query for a specific Term in the Terms API.
Example response
{
"name": "Noach",
"titles": [
{
"primary": true,
"text": "Noach",
"lang": "en"
},
{
"primary": true,
"text": "נח",
"lang": "he"
},
{
"text": "Parashat Noach",
"lang": "en"
},
{
"text": "פרשת נח",
"lang": "he"
},
{
"text": "Noah",
"lang": "en"
},
{
"text": "Parshat Noah",
"lang": "en"
}
],
"scheme": "Parasha",
"order": 2,
"ref": "Genesis 6:9-11:32",
"category": "Torah Portions"
}