URL: https://api.cbetaonline.cn/export/check_list?canon=J
回傳 CSV 格式檔案,例:
經號,經名,卷次 JA001,大方廣佛華嚴經,卷1
URL: https://api.cbetaonline.cn/export/all_creators
回傳 JSON 例:
{
"num_found": 2185,
"results": [
[
"A000001",
"金總持"
],
[
"A000002",
"𧧌震"
],
...
]
}
URL: https://api.cbetaonline.cn/export/all_creators2
回傳 JSON 例:
{
"num_found": 2185,
"results": {
"A000001": {
"regular_name": "金總持",
"aliases_all": [
"金揔持",
"寶輪大師",
"明因妙善普濟法師"
]
},
"A000002": {
"regular_name": "𧧌震",
"aliases_all": [
"仁山𧧌震",
"仁山大師",
"寂震",
"華頂震",
"仁叟"
]
},
...
}
}
URL: https://api.cbetaonline.cn/export/all_works
回傳 JSON 例:
[
{
"work": "Ba001",
"title": "出版說明",
"juans": [
"1"
]
},
...
{
"work": "T0001",
"title": "長阿含經",
"juans": [
"1",
"2",
...
"22"
]
},
...
]
URL: https://api.cbetaonline.cn/export/dynasty
回傳 JSON 例:
{
"num_found": 38,
"results": "朝代,起始年,結束年,典籍數\n後漢,25,220,1\n...民國,1912,9999,75\n"
}