取得某部佛典的資訊

例:取得 T1501 的資訊:https://api.cbetaonline.cn/works?work=T1501

回傳欄位

欄位名稱 type 說明
work string 佛典編號(經號)
category string 所屬部類 (CBETA 分類)
orig_category string 底本分部,例如大正藏的阿含部、本緣部等。
title string 佛典題名(經名)
byline string 作譯者行
creators string 作者、譯者或其他貢獻者姓名列表
time_dynasty string 作品成立的朝代
time_from int 作品成立的起始公元年
time_to int 作品成立的結束公元年
cjk_chars int 中日韓文字數 (不含標點)
en_words int 英、半形數字、梵、巴 word 數
file string 實體檔案
juan_start int 於實體檔案中的起始卷數
places array 作品成立地點,多值。

回傳範例:

{
  "num_found": 1,
  "results": [
    {
      "work": "T1501",
      "uuid": "310699e8-2abd-4430-8403-d33b2777d5ca",
      "canon": "T",
      "category": "律部類",
      "orig_category": "律部",
      "vol": "T24",
      "title": "菩薩戒本",
      "juan": 1,
      "juan_list": "1",
      "cjk_chars": 7748,
      "en_words": 4,
      "file": "T24n1501",
      "juan_start": 1,
      "byline": "彌勒菩薩說 唐 玄奘譯",
      "creators": "彌勒菩薩,玄奘",
      "creators_with_id": "彌勒菩薩(A001428);玄奘(A000294)",
      "time_dynasty": "唐",
      "time_from": 649,
      "time_to": 649,
      "places": [
        {
          "name": "大慈恩寺",
          "id": "PL000000042410",
          "latitude": 34.219161,
          "longitude": 108.959356
        },
        {
          "name": "翠微寺",
          "id": "PL000000042513",
          "latitude": 33.839563,
          "longitude": 108.928138
        }
      ]
    }
  ]
}