Lexicon - Fetch lemma
curl -X GET \
https://manc.hu/api/lexicon/Abkai%20Wehiyehe \
-H 'Authorization: Bearer XXXXX' \{
"lemma": "Abkai Wehiyehe",
"entries": [
{
"id": 2737,
"definitions": [
{
"language": "english",
"definition": "the Qianlong (乾隆) reign period, 1736--96",
"raw": "the Qianlong (乾隆) reign period, 1736--96"
},
{
"language": "chinese",
"definition": "乾隆皇",
"raw": "<p>乾隆皇</p>\n"
}
],
"dictionary": {
"abbreviation": "CMED",
"title": "A Comprehensive Manchu-English Dictionary",
"publicationYear": 2013,
"attributionName": "HUP",
"attributionUrl": "http://www.hup.harvard.edu/catalog.php?isbn=9780674072138",
"compilers": [
{
"initials": "J.",
"firstName": "Jerry",
"lastName": "NORMAN"
},
{
"initials": "K.",
"firstName": "Keith",
"lastName": "DEDE"
}
]
},
"parent": "abka"
},
... (more entries omitted)
]
}Last updated
Was this helpful?