{{ pagetopTitle }}

J-GLOBAL WebAPI

文献情報検索

GET
/articles
文献情報を検索します。
出力対象は国内文献(発行国が日本)のみです。

パラメータ
q 検索クエリ。sessidの指定が無い場合は必須。
sessid 検索セッションID。
初回リクエストのレスポンスヘッダ”X-JGAPI-SEARCH-SESSID”で返却される値を指定する。
次のページを取得する場合など検索結果を再利用する場合に利用可能。
sessidを指定する場合はqの指定は不要。
st ソート方式
stf ソート項目
p ページ(0開始)
l 取得件数
lang 言語. ja => 日本語, en => 英語

例)/articles?q=燃料電池&p=0&l=3&st=down&stf=UPDT&lang=ja

レスポンス

Headers

X-JGAPI-SEARCH-SESSID 検索セッションID
X-JGAPI-SEARCH-COUNT 検索ヒット件数
X-JGAPI-SEARCH-PAGE ページ番号
X-JGAPI-SEARCH-LENGTH 取得件数
X-JGAPI-SEARCH-LASTPAGE 取得可能最終ページ
X-JGAPI-SEARCH-REUSE 検索結果再利用URL
X-JGAPI-SEARCH-REUSE-PAGING ページング用URL。2ページ目以降取得の際にこのURLに「&p=ページ番号」を付けて取得可能。
返却されるJSONのスキーマは以下になります

application/json

{
    "description": "文献情報一覧", 
    "type": "array", 
    "items": {
        "description": "文献基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "year": {
                "description": "発行年", 
                "type": "string"
            }, 
            "volume": {
                "description": "巻", 
                "type": "string"
            }, 
            "number": {
                "description": "号", 
                "type": "string"
            }, 
            "special_number": {
                "description": "特殊号", 
                "type": "string"
            }, 
            "trans_titles": {
                "description": "翻訳タイトル", 
                "type": "array", 
                "items": {
                    "description": "タイトル情報", 
                    "type": "object", 
                    "properties": {
                        "type": {
                            "description": "タイトル種別", 
                            "type": "string"
                        }, 
                        "lang": {
                            "description": "言語", 
                            "type": "string"
                        }, 
                        "copyright": {
                            "description": "コピーライト", 
                            "type": "string"
                        }, 
                        "title": {
                            "description": "タイトル", 
                            "type": "string"
                        }
                    }
                }
            }, 
            "journal": {
                "description": "資料情報", 
                "properties": {
                    "name": {
                        "description": "資料名", 
                        "type": "string"
                    }, 
                    "issns": {
                        "description": "ISSNのリスト", 
                        "type": "array", 
                        "items": {
                            "description": "ISSN情報", 
                            "type": "object", 
                            "properties": {
                                "type": {
                                    "description": "ISSN区分", 
                                    "type": "string"
                                }, 
                                "issn": {
                                    "description": "ISSN", 
                                    "type": "string"
                                }
                            }
                        }
                    }, 
                    "isbn": {
                        "description": "ISBN", 
                        "type": "string"
                    }, 
                    "coden": {
                        "description": "CODEN", 
                        "type": "string"
                    }, 
                    "link": {
                        "description": "リンク情報", 
                        "type": "object", 
                        "properties": {
                            "jst_material_id": {
                                "description": "JST資料番号", 
                                "type": "string"
                            }, 
                            "jgid": {
                                "description": "J-GLOBAL ID", 
                                "type": "string"
                            }
                        }
                    }
                }
            }, 
            "authors": {
                "description": "著者一覧", 
                "type": "array", 
                "items": {
                    "description": "著者情報", 
                    "properties": {
                        "name": {
                            "description": "著者名", 
                            "type": "string"
                        }, 
                        "affiliations": {
                            "description": "所属情報", 
                            "type": "array", 
                            "items": {
                                "description": "機関情報", 
                                "properties": {
                                    "name": {
                                        "description": "機関名", 
                                        "type": "string"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

出力例

URL
/articles?q=燃料電池&p=0&l=3&st=down&stf=UPDT&lang=ja

Headers

X-JGAPI-SEARCH-COUNT:?
98055
X-JGAPI-SEARCH-LASTPAGE:?
3333
X-JGAPI-SEARCH-LENGTH:?
3
X-JGAPI-SEARCH-PAGE:?
0
X-JGAPI-SEARCH-REUSE:?
https://api.jglobal.jst.go.jp/jgapi/v1/articles?sessid=203372690ae3af563b3f82a48e6fe60f5cc941
X-JGAPI-SEARCH-REUSE-PAGING:?
https://api.jglobal.jst.go.jp/jgapi/v1/articles?sessid=203372690ae3af563b3f82a48e6fe60f5cc941&lang=ja&l=3
X-JGAPI-SEARCH-SESSID:?
203372690ae3af563b3f82a48e6fe60f5cc941

application/json


[
    {
        "jgid": "201802292805317016",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802292805317016",
        "title": "マグネシウム空気燃料電池電気凝固法を用いた合成廃水からのストルーバイトとしての電力生産とりんの回収【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Electricity production and phosphorous recovery as struvite from synthetic wastewater using magnesium-air fuel cell electrocoagulation"
            }
        ],
        "year": "2018",
        "volume": "132",
        "journal": {
            "name": "Water Research",
            "issns": [
                {
                    "issn": "0043-1354"
                }
            ],
            "link": {
                "jst_material_id": "B0760A",
                "jgid": "200909093847843727"
            }
        },
        "authors": [
            {
                "name": "Kim Jung Hwan",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "An Byung min",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "Lim Dae Hwan",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "Park Joo Yang",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            }
        ]
    },
    {
        "jgid": "201802291871772991",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802291871772991",
        "title": "プロトン伝導La_0 99Ca_0 0.01NbO_4電解質を用いた固体酸化物燃料電池【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Solid oxide fuel cells with proton-conducting La0.99Ca0.01NbO4 electrolyte"
            }
        ],
        "year": "2018",
        "volume": "260",
        "journal": {
            "name": "Electrochimica Acta",
            "issns": [
                {
                    "issn": "0013-4686"
                }
            ],
            "link": {
                "jst_material_id": "B0535B",
                "jgid": "200909016087236723"
            }
        },
        "authors": [
            {
                "name": "Bi Lei",
                "affiliations": [
                    {
                        "name": "Institute of Materials for Energy and Environment, Qingdao University, Ningxia Road No.308, Qingdao, 266071, China"
                    }
                ]
            },
            {
                "name": "Bi Lei",
                "affiliations": [
                    {
                        "name": "College of Materials Science and Engineering, Qingdao University, Ningxia Road No.308, Qingdao, 266071, China"
                    }
                ]
            },
            {
                "name": "Fabbri Emiliana",
                "affiliations": [
                    {
                        "name": "Electrochemistry Laboratory, Paul Scherrer Institut, 5232, Villigen, Switzerland"
                    }
                ]
            },
            {
                "name": "Traversa Enrico",
                "affiliations": [
                    {
                        "name": "School of Energy Science and Engineering, University of Electronic Science and Technology of China, 2006, Xiyuan Road, Chengdu, Sichuan, China"
                    }
                ]
            }
        ]
    },
    {
        "jgid": "201802291664599786",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802291664599786",
        "title": "PIDコントローラを用いた燃料電池電源DC電動機の実験結果とシミュレーションとの比較【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Comparison between experimental results and simulation of a fuel cell powered DC motor using PID controller"
            }
        ],
        "year": "2017",
        "volume": "2017",
        "number": "EPEC",
        "journal": {
            "name": "IEEE Conference Proceedings",
            "link": {
                "jst_material_id": "W2441A",
                "jgid": "201709006569611472"
            }
        },
        "authors": [
            {
                "name": "Albarghot Mohamed",
                "affiliations": [
                    {
                        "name": "Department of Mechanical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "Alkarrami Faisal",
                "affiliations": [
                    {
                        "name": "Department of Electrical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "O’Young Siu",
                "affiliations": [
                    {
                        "name": "Department of Electrical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "Rolland Luc",
                "affiliations": [
                    {
                        "name": "CEO, LART - Lenoir Automation Robots Technologies"
                    }
                ]
            }
        ]
    }
]

            

文献情報取得

GET
/articles/{jgid},{jgid},…
J-GLOBAL IDを指定して文献情報を取得します。
指定したJGIDが国内文献と海外文献で出力が異なります。
下記の出力例をご参照ください。

パラメータ
jgid *必須 取得する基本情報のJ-GLOBAL ID(カンマ区切りで最大100まで指定可能)
lang 言語. ja => 日本語, en => 英語

レスポンス

返却されるJSONのスキーマは以下になります

application/json

{
    "description": "文献情報一覧", 
    "type": "array", 
    "items": {
        "description": "文献基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "year": {
                "description": "発行年", 
                "type": "string"
            }, 
            "volume": {
                "description": "巻", 
                "type": "string"
            }, 
            "number": {
                "description": "号", 
                "type": "string"
            }, 
            "special_number": {
                "description": "特殊号", 
                "type": "string"
            }, 
            "trans_titles": {
                "description": "翻訳タイトル", 
                "type": "array", 
                "items": {
                    "description": "タイトル情報", 
                    "type": "object", 
                    "properties": {
                        "type": {
                            "description": "タイトル種別", 
                            "type": "string"
                        }, 
                        "lang": {
                            "description": "言語", 
                            "type": "string"
                        }, 
                        "copyright": {
                            "description": "コピーライト", 
                            "type": "string"
                        }, 
                        "title": {
                            "description": "タイトル", 
                            "type": "string"
                        }
                    }
                }
            }, 
            "journal": {
                "description": "資料情報", 
                "properties": {
                    "name": {
                        "description": "資料名", 
                        "type": "string"
                    }, 
                    "issns": {
                        "description": "ISSNのリスト", 
                        "type": "array", 
                        "items": {
                            "description": "ISSN情報", 
                            "type": "object", 
                            "properties": {
                                "type": {
                                    "description": "ISSN区分", 
                                    "type": "string"
                                }, 
                                "issn": {
                                    "description": "ISSN", 
                                    "type": "string"
                                }
                            }
                        }
                    }, 
                    "isbn": {
                        "description": "ISBN", 
                        "type": "string"
                    }, 
                    "coden": {
                        "description": "CODEN", 
                        "type": "string"
                    }, 
                    "link": {
                        "description": "リンク情報", 
                        "type": "object", 
                        "properties": {
                            "jst_material_id": {
                                "description": "JST資料番号", 
                                "type": "string"
                            }, 
                            "jgid": {
                                "description": "J-GLOBAL ID", 
                                "type": "string"
                            }
                        }
                    }
                }
            }, 
            "authors": {
                "description": "著者一覧", 
                "type": "array", 
                "items": {
                    "description": "著者情報", 
                    "properties": {
                        "name": {
                            "description": "著者名", 
                            "type": "string"
                        }, 
                        "affiliations": {
                            "description": "所属情報", 
                            "type": "array", 
                            "items": {
                                "description": "機関情報", 
                                "properties": {
                                    "name": {
                                        "description": "機関名", 
                                        "type": "string"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

出力例(国内文献の場合)

URL
/articles/201802292805317016,201802291871772991,201802291664599786?lang=ja

application/json


[
    {
        "jgid": "201802292805317016",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802292805317016",
        "title": "マグネシウム空気燃料電池電気凝固法を用いた合成廃水からのストルーバイトとしての電力生産とりんの回収【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Electricity production and phosphorous recovery as struvite from synthetic wastewater using magnesium-air fuel cell electrocoagulation"
            }
        ],
        "year": "2018",
        "volume": "132",
        "journal": {
            "name": "Water Research",
            "issns": [
                {
                    "issn": "0043-1354"
                }
            ],
            "link": {
                "jst_material_id": "B0760A",
                "jgid": "200909093847843727"
            }
        },
        "authors": [
            {
                "name": "Kim Jung Hwan",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "An Byung min",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "Lim Dae Hwan",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "Park Joo Yang",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            }
        ]
    },
    {
        "jgid": "201802291871772991",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802291871772991",
        "title": "プロトン伝導La_0 99Ca_0 0.01NbO_4電解質を用いた固体酸化物燃料電池【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Solid oxide fuel cells with proton-conducting La0.99Ca0.01NbO4 electrolyte"
            }
        ],
        "year": "2018",
        "volume": "260",
        "journal": {
            "name": "Electrochimica Acta",
            "issns": [
                {
                    "issn": "0013-4686"
                }
            ],
            "link": {
                "jst_material_id": "B0535B",
                "jgid": "200909016087236723"
            }
        },
        "authors": [
            {
                "name": "Bi Lei",
                "affiliations": [
                    {
                        "name": "Institute of Materials for Energy and Environment, Qingdao University, Ningxia Road No.308, Qingdao, 266071, China"
                    }
                ]
            },
            {
                "name": "Bi Lei",
                "affiliations": [
                    {
                        "name": "College of Materials Science and Engineering, Qingdao University, Ningxia Road No.308, Qingdao, 266071, China"
                    }
                ]
            },
            {
                "name": "Fabbri Emiliana",
                "affiliations": [
                    {
                        "name": "Electrochemistry Laboratory, Paul Scherrer Institut, 5232, Villigen, Switzerland"
                    }
                ]
            },
            {
                "name": "Traversa Enrico",
                "affiliations": [
                    {
                        "name": "School of Energy Science and Engineering, University of Electronic Science and Technology of China, 2006, Xiyuan Road, Chengdu, Sichuan, China"
                    }
                ]
            }
        ]
    },
    {
        "jgid": "201802291664599786",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802291664599786",
        "title": "PIDコントローラを用いた燃料電池電源DC電動機の実験結果とシミュレーションとの比較【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Comparison between experimental results and simulation of a fuel cell powered DC motor using PID controller"
            }
        ],
        "year": "2017",
        "volume": "2017",
        "number": "EPEC",
        "journal": {
            "name": "IEEE Conference Proceedings",
            "link": {
                "jst_material_id": "W2441A",
                "jgid": "201709006569611472"
            }
        },
        "authors": [
            {
                "name": "Albarghot Mohamed",
                "affiliations": [
                    {
                        "name": "Department of Mechanical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "Alkarrami Faisal",
                "affiliations": [
                    {
                        "name": "Department of Electrical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "O’Young Siu",
                "affiliations": [
                    {
                        "name": "Department of Electrical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "Rolland Luc",
                "affiliations": [
                    {
                        "name": "CEO, LART - Lenoir Automation Robots Technologies"
                    }
                ]
            }
        ]
    }
]

出力例(海外文献の場合)

URL
/articles/200902205388862915?lang=ja
application/json


[
    {
        "jgid": "200902205388862915",
        "url": "https://jglobal.jst.go.jp/detail?JGLOBAL_ID=200902205388862915",
        "title": "こちらをクリックするとJ-GLOBAL上の詳細情報がご覧になれます。[200902205388862915]"
    }
]

化学物質検索

GET
/chemicals
化学物質を検索します。

パラメータ
q 検索クエリ。sessidの指定が無い場合は必須。
sessid 検索セッションID。
初回リクエストのレスポンスヘッダ”X-JGAPI-SEARCH-SESSID”で返却される値を指定する。
次のページを取得する場合など検索結果を再利用する場合に利用可能。
sessidを指定する場合はqの指定は不要。
st ソート方式
stf ソート項目
p ページ(0開始)
l 取得件数
lang 言語. ja => 日本語, en => 英語

例)/chemicals?q=スクロース&p=0&l=3&st=score&lang=en

レスポンス

Headers

X-JGAPI-SEARCH-SESSID 検索セッションID
X-JGAPI-SEARCH-COUNT 検索ヒット件数
X-JGAPI-SEARCH-PAGE ページ番号
X-JGAPI-SEARCH-LENGTH 取得件数
X-JGAPI-SEARCH-LASTPAGE 取得可能最終ページ
X-JGAPI-SEARCH-REUSE 検索結果再利用URL
X-JGAPI-SEARCH-REUSE-PAGING ページング用URL。2ページ目以降取得の際にこのURLに「&p=ページ番号」を付けて取得可能。
返却されるJSONのスキーマは以下になります

application/json

{
    "description": "化学物質の配列", 
    "type": "array", 
    "items": {
        "description": "化学物質基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "nikkaji_id": {
                "description": "日化辞ID", 
                "type": "string"
            }, 
            "name_ja": {
                "description": "日本語名称", 
                "type": "string"
            }, 
            "name_en": {
                "description": "英語名称", 
                "type": "string"
            }, 
            "molecular_formula": {
                "description": "分子式(書式付)", 
                "type": "string"
            }, 
            "molecular_formula_kana": {
                "description": "分子式(簡易書式)", 
                "type": "string"
            }, 
            "systematic_names": { 
                "description": "体系名", 
         "type": "array", 
         "items": { 
                    "type": "string"
                } 
       },
       "other_names": {
                "description": "慣用名", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }
        }
    }
}

出力例

URL
/chemicals?q=スクロース&p=0&l=3&st=score&lang=en

Headers

X-JGAPI-SEARCH-COUNT:?
69
X-JGAPI-SEARCH-LASTPAGE:?
22
X-JGAPI-SEARCH-LENGTH:?
3
X-JGAPI-SEARCH-PAGE:?
0
X-JGAPI-SEARCH-REUSE:?
https://api.jglobal.jst.go.jp/jgapi/v1/chemicals?sessid=203372690ae3af563b3f82a48e6f84842e7b08
X-JGAPI-SEARCH-REUSE-PAGING:?
https://api.jglobal.jst.go.jp/jgapi/v1/chemicals?sessid=203372690ae3af563b3f82a48e6f84842e7b08&lang=en&l=3
X-JGAPI-SEARCH-SESSID:?
203372690ae3af563b3f82a48e6f84842e7b08

application/json


[
    {
        "jgid": "200907059877441070",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907059877441070",
        "title": "Sucrose octaacetate",
        "nikkaji_id": "J5.550F",
        "name_ja": "スクロースオクタアセタート",
        "name_en": "Sucrose octaacetate",
        "molecular_formula": "C<sub>28<\/sub>H<sub>38<\/sub>O<sub>19<\/sub>",
        "molecular_formula_kana": "C28-H38-O19",
        "systematic_names": [
            "β-D-フルクトフラノシルα-D-グルコピラノシドオクタアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシル-α-D-グルコピラノシド2,3,4,6-テトラアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシルα-D-グルコピラノシド2,3,4,6-テトラアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシル2-O,3-O,4-O,6-O-テトラアセチル-α-D-グルコピラノシド",
            "1-O,3-O,4-O,6-O-テトラアセチル-2-O-(2-O,3-O,4-O,6-O-テトラアセチル-α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "2-O-(α-D-グルコピラノシル)-β-D-フルクトフラノースオクタアセタート"
        ],
        "other_names": [
            "オクタ酢酸スクロース",
            "Sucrose octaacetate",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl α-D-glucopyranoside 2,3,4,6-tetraacetate",
            "オクタアセチルスクロース",
            "オクタアセチルシュクロース",
            "Octaacetylsucrose",
            "D-(+)-シュクロースオクタアセタート",
            "D-(+)-Sucrose octaacetate",
            "(+)-D-スクロースオクタアセタート",
            "β-D-Fructofuranosyl α-D-glucopyranoside octaacetate",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl-α-D-glucopyranoside 2,3,4,6-tetraacetate",
            "オクタアセチルD-(+)-スクロース",
            "Octaacetyl D-(+)-sucrose",
            "D-(+)-Saccharose octaacetate",
            "D-(+)-スクロースオクタアセタート",
            "D-(+)-サッカロースオクタアセタート",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl 2-O,3-O,4-O,6-O-tetraacetyl-α-D-glucopyranoside",
            "スクロースオクタアセタート",
            "1-O,3-O,4-O,6-O-Tetraacetyl-2-O-(2-O,3-O,4-O,6-O-tetraacetyl-α-D-glucopyranosyl)-β-D-fructofuranose",
            "2-O-(α-D-Glucopyranosyl)-β-D-fructofuranose octaacetate",
            "八酢酸しょ糖"
        ]
    },
    {
        "jgid": "200907038832291630",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907038832291630",
        "title": "Sucrose",
        "nikkaji_id": "J4.581K",
        "name_ja": "しょ糖",
        "name_en": "Sucrose",
        "molecular_formula": "C<sub>12<\/sub>H<sub>22<\/sub>O<sub>11<\/sub>",
        "molecular_formula_kana": "C12-H22-O11",
        "systematic_names": [
            "β-D-フルクトフラノシルα-D-gluco-ヘキソピラノシド",
            "2-O-α-D-グルコピラノシル-β-D-フルクトフラノース",
            "β-D-フルクトフラノシルα-D-グルコピラノシド",
            "1-O-α-D-グルコピラノシル-1-(ヒドロキシメチル)-β-D-アラビノフラノース",
            "2-デオキシ-β-D-フルクトフラノース-2-イルα-D-グルコピラノシド",
            "1-O-β-D-フルクトフラノシル-α-D-グルコピラノース",
            "2-O-(α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "1-O-(β-D-フルクトフラノシル)-α-D-グルコピラノース",
            "2-デオキシ-β-D-フルクトフラノース-5-イルα-D-グルコピラノシド",
            "α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "1-ヒドロキシメチル-β-D-アラビノフラノシルα-D-グルコピラノシド"
        ],
        "other_names": [
            "砂糖",
            "庶糖",
            "ショ糖",
            "しょ糖",
            "ビート糖",
            "スクロース",
            "サッカロース",
            "Sugar",
            "Sucrose",
            "Beet sugar",
            "Cane sugar",
            "Saccharose",
            "β-D-Fructofuranosyl α-D-glucopyranoside",
            "シュクロース",
            "2-O-α-D-Glucopyranosyl-β-D-fructofuranose",
            "(+)-サッカロース",
            "D-(+)-Sucrose",
            "D-(+)-Saccharose",
            "(+)-D-スクロース",
            "1-O-α-D-Glucopyranosyl-1-(hydroxymethyl)-β-D-arabinofuranose",
            "2-Deoxy-β-D-fructofuranose-2-yl α-D-glucopyranoside",
            "1-O-β-D-Fructofuranosyl-α-D-glucopyranose",
            "白糖",
            "White soft sugar",
            "2-O-(α-D-Glucopyranosyl)-β-D-fructofuranose",
            "1-O-(β-D-Fructofuranosyl)-α-D-glucopyranose",
            "D-Saccharose",
            "D-サッカロース",
            "2-Deoxy-β-D-fructofuranose-5-yl α-D-glucopyranoside",
            "α-D-Glucopyranosyl β-D-fructofuranoside",
            "1-Hydroxymethyl-β-D-arabinofuranosyl α-D-glucopyranoside"
        ]
    },
    {
        "jgid": "200907050838989117",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907050838989117",
        "title": "Lactosucrose",
        "nikkaji_id": "J571.160F",
        "name_ja": "ラクトスクロース",
        "name_en": "Lactosucrose",
        "molecular_formula": "C<sub>18<\/sub>H<sub>32<\/sub>O<sub>16<\/sub>",
        "molecular_formula_kana": "C18-H32-O16",
        "systematic_names": [
            "2-O-(4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "β-D-フルクトフラノシル4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシド",
            "4-O-(β-D-ガラクトピラノシル)-α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "2-O-[4-O-(β-D-ガラクトピラノシル)-α-D-グルコピラノシル]-β-D-フルクトフラノース"
        ],
        "other_names": [
            "4<sup>G<\/sup>-β-D-ガラクトシルスクロース",
            "4<sup>G<\/sup>-ガラクトシルスクロース",
            "4<sup>G<\/sup>-Galactosylsucrose",
            "β-D-Fructofuranosyl 4-O-β-D-galactopyranosyl-α-D-glucopyranoside",
            "4-O-β-D-Galactopyranosyl-α-D-glucopyranosyl β-D-fructofuranoside",
            "2-O-(4-O-β-D-Galactopyranosyl-α-D-glucopyranosyl)-β-D-fructofuranose",
            "ラクトシルフルクトシド",
            "Lactosylfructoside",
            "ラクトシュクロース",
            "Lactosucrose",
            "ラクトスクロース",
            "4-O-(β-D-Galactopyranosyl)-α-D-glucopyranosyl β-D-fructofuranoside",
            "2-O-[4-O-(β-D-Galactopyranosyl)-α-D-glucopyranosyl]-β-D-fructofuranose",
            "4<sup>G<\/sup>-β-D-Galactosylsucrose"
        ]
    }
]

            

化学物質情報取得

GET
/chemicals/{jgid},{jgid},…
J-GLOBAL IDを指定して化学物質情報を取得します。

パラメータ
jgid *必須 取得する基本情報のJ-GLOBAL ID(カンマ区切りで最大100まで指定可能)
lang 言語. ja => 日本語, en => 英語

レスポンス

返却されるJSONのスキーマは以下になります

application/json

{
    "description": "化学物質の配列", 
    "type": "array", 
    "items": {
        "description": "化学物質基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "nikkaji_id": {
                "description": "日化辞ID", 
                "type": "string"
            }, 
            "name_ja": {
                "description": "日本語名称", 
                "type": "string"
            }, 
            "name_en": {
                "description": "英語名称", 
                "type": "string"
            }, 
            "molecular_formula": {
                "description": "分子式(書式付)", 
                "type": "string"
            }, 
            "molecular_formula_kana": {
                "description": "分子式(簡易書式)", 
                "type": "string"
            },
             "systematic_names": { 
                "description": "体系名", 
                "type": "array", 
                "items": { 
                   "type": "string"
                }
            }, 
            "other_names": {
                "description": "慣用名", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }
        }
    }
}

出力例

URL
/chemicals/200907059877441070,200907038832291630,200907050838989117?lang=en

application/json


[
    {
        "jgid": "200907059877441070",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907059877441070",
        "title": "Sucrose octaacetate",
        "nikkaji_id": "J5.550F",
        "name_ja": "スクロースオクタアセタート",
        "name_en": "Sucrose octaacetate",
        "molecular_formula": "C<sub>28<\/sub>H<sub>38<\/sub>O<sub>19<\/sub>",
        "molecular_formula_kana": "C28-H38-O19",
        "systematic_names": [
            "β-D-フルクトフラノシルα-D-グルコピラノシドオクタアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシル-α-D-グルコピラノシド2,3,4,6-テトラアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシルα-D-グルコピラノシド2,3,4,6-テトラアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシル2-O,3-O,4-O,6-O-テトラアセチル-α-D-グルコピラノシド",
            "1-O,3-O,4-O,6-O-テトラアセチル-2-O-(2-O,3-O,4-O,6-O-テトラアセチル-α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "2-O-(α-D-グルコピラノシル)-β-D-フルクトフラノースオクタアセタート"
        ],
        "other_names": [
            "オクタ酢酸スクロース",
            "Sucrose octaacetate",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl α-D-glucopyranoside 2,3,4,6-tetraacetate",
            "オクタアセチルスクロース",
            "オクタアセチルシュクロース",
            "Octaacetylsucrose",
            "D-(+)-シュクロースオクタアセタート",
            "D-(+)-Sucrose octaacetate",
            "(+)-D-スクロースオクタアセタート",
            "β-D-Fructofuranosyl α-D-glucopyranoside octaacetate",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl-α-D-glucopyranoside 2,3,4,6-tetraacetate",
            "オクタアセチルD-(+)-スクロース",
            "Octaacetyl D-(+)-sucrose",
            "D-(+)-Saccharose octaacetate",
            "D-(+)-スクロースオクタアセタート",
            "D-(+)-サッカロースオクタアセタート",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl 2-O,3-O,4-O,6-O-tetraacetyl-α-D-glucopyranoside",
            "スクロースオクタアセタート",
            "1-O,3-O,4-O,6-O-Tetraacetyl-2-O-(2-O,3-O,4-O,6-O-tetraacetyl-α-D-glucopyranosyl)-β-D-fructofuranose",
            "2-O-(α-D-Glucopyranosyl)-β-D-fructofuranose octaacetate",
            "八酢酸しょ糖"
        ]
    },
    {
        "jgid": "200907038832291630",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907038832291630",
        "title": "Sucrose",
        "nikkaji_id": "J4.581K",
        "name_ja": "しょ糖",
        "name_en": "Sucrose",
        "molecular_formula": "C<sub>12<\/sub>H<sub>22<\/sub>O<sub>11<\/sub>",
        "molecular_formula_kana": "C12-H22-O11",
        "systematic_names": [
            "β-D-フルクトフラノシルα-D-gluco-ヘキソピラノシド",
            "2-O-α-D-グルコピラノシル-β-D-フルクトフラノース",
            "β-D-フルクトフラノシルα-D-グルコピラノシド",
            "1-O-α-D-グルコピラノシル-1-(ヒドロキシメチル)-β-D-アラビノフラノース",
            "2-デオキシ-β-D-フルクトフラノース-2-イルα-D-グルコピラノシド",
            "1-O-β-D-フルクトフラノシル-α-D-グルコピラノース",
            "2-O-(α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "1-O-(β-D-フルクトフラノシル)-α-D-グルコピラノース",
            "2-デオキシ-β-D-フルクトフラノース-5-イルα-D-グルコピラノシド",
            "α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "1-ヒドロキシメチル-β-D-アラビノフラノシルα-D-グルコピラノシド"
        ],
        "other_names": [
            "砂糖",
            "庶糖",
            "ショ糖",
            "しょ糖",
            "ビート糖",
            "スクロース",
            "サッカロース",
            "Sugar",
            "Sucrose",
            "Beet sugar",
            "Cane sugar",
            "Saccharose",
            "β-D-Fructofuranosyl α-D-glucopyranoside",
            "シュクロース",
            "2-O-α-D-Glucopyranosyl-β-D-fructofuranose",
            "(+)-サッカロース",
            "D-(+)-Sucrose",
            "D-(+)-Saccharose",
            "(+)-D-スクロース",
            "1-O-α-D-Glucopyranosyl-1-(hydroxymethyl)-β-D-arabinofuranose",
            "2-Deoxy-β-D-fructofuranose-2-yl α-D-glucopyranoside",
            "1-O-β-D-Fructofuranosyl-α-D-glucopyranose",
            "白糖",
            "White soft sugar",
            "2-O-(α-D-Glucopyranosyl)-β-D-fructofuranose",
            "1-O-(β-D-Fructofuranosyl)-α-D-glucopyranose",
            "D-Saccharose",
            "D-サッカロース",
            "2-Deoxy-β-D-fructofuranose-5-yl α-D-glucopyranoside",
            "α-D-Glucopyranosyl β-D-fructofuranoside",
            "1-Hydroxymethyl-β-D-arabinofuranosyl α-D-glucopyranoside"
        ]
    },
    {
        "jgid": "200907050838989117",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907050838989117",
        "title": "Lactosucrose",
        "nikkaji_id": "J571.160F",
        "name_ja": "ラクトスクロース",
        "name_en": "Lactosucrose",
        "molecular_formula": "C<sub>18<\/sub>H<sub>32<\/sub>O<sub>16<\/sub>",
        "molecular_formula_kana": "C18-H32-O16",
        "systematic_names": [
            "2-O-(4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "β-D-フルクトフラノシル4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシド",
            "4-O-(β-D-ガラクトピラノシル)-α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "2-O-[4-O-(β-D-ガラクトピラノシル)-α-D-グルコピラノシル]-β-D-フルクトフラノース"
        ],
        "other_names": [
            "4<sup>G<\/sup>-β-D-ガラクトシルスクロース",
            "4<sup>G<\/sup>-ガラクトシルスクロース",
            "4<sup>G<\/sup>-Galactosylsucrose",
            "β-D-Fructofuranosyl 4-O-β-D-galactopyranosyl-α-D-glucopyranoside",
            "4-O-β-D-Galactopyranosyl-α-D-glucopyranosyl β-D-fructofuranoside",
            "2-O-(4-O-β-D-Galactopyranosyl-α-D-glucopyranosyl)-β-D-fructofuranose",
            "ラクトシルフルクトシド",
            "Lactosylfructoside",
            "ラクトシュクロース",
            "Lactosucrose",
            "ラクトスクロース",
            "4-O-(β-D-Galactopyranosyl)-α-D-glucopyranosyl β-D-fructofuranoside",
            "2-O-[4-O-(β-D-Galactopyranosyl)-α-D-glucopyranosyl]-β-D-fructofuranose",
            "4<sup>G<\/sup>-β-D-Galactosylsucrose"
        ]
    }
]

            

資料情報検索

GET
/materials
資料情報を検索します。

パラメータ
q 検索クエリ。sessidの指定が無い場合は必須。
sessid 検索セッションID。
初回リクエストのレスポンスヘッダ”X-JGAPI-SEARCH-SESSID”で返却される値を指定する。
次のページを取得する場合など検索結果を再利用する場合に利用可能。
sessidを指定する場合はqの指定は不要。
st ソート方式
stf ソート項目
p ページ(0開始)
l 取得件数
lang 言語. ja => 日本語, en => 英語

例)/materials?q=化学&p=0&l=3&st=score&lang=ja

レスポンス

Headers

X-JGAPI-SEARCH-SESSID 検索セッションID
X-JGAPI-SEARCH-COUNT 検索ヒット件数
X-JGAPI-SEARCH-PAGE ページ番号
X-JGAPI-SEARCH-LENGTH 取得件数
X-JGAPI-SEARCH-LASTPAGE 取得可能最終ページ
X-JGAPI-SEARCH-REUSE 検索結果再利用URL
X-JGAPI-SEARCH-REUSE-PAGING ページング用URL。2ページ目以降取得の際にこのURLに「&p=ページ番号」を付けて取得可能。
返却されるJSONのスキーマは以下になります

application/json

{
    "description": "資料情報の配列", 
    "type": "array", 
    "items": {
        "description": "資料基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "material_number": {
                "description": "資料番号 (フル表記)", 
                "type": "string"
            }, 
            "jdream3_material_number": {
                "description": "資料番号 (6ケタ表記)", 
                "type": "string"
            }, 
            "issn_list": {
                "description": "ISSNのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "isbn_list": {
                "description": "ISBNのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "coden_list": {
                "description": "CODENのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "publishers": {
                "description": "出版団体名", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }
        }
    }
}

出力例

URL
/materials?q=化学&p=0&l=3&st=score&lang=ja

Headers

X-JGAPI-SEARCH-COUNT:?
7322
X-JGAPI-SEARCH-LASTPAGE:?
2457
X-JGAPI-SEARCH-LENGTH:?
3
X-JGAPI-SEARCH-PAGE:?
0
X-JGAPI-SEARCH-REUSE:?
https://api.jglobal.jst.go.jp/jgapi/v1/materials?sessid=f38c93969560bfe75569a7bed17da03cea5d21
X-JGAPI-SEARCH-REUSE-PAGING:?
https://api.jglobal.jst.go.jp/jgapi/v1/materials?sessid=f38c93969560bfe75569a7bed17da03cea5d21&lang=ja&l=3
X-JGAPI-SEARCH-SESSID:?
f38c93969560bfe75569a7bed17da03cea5d21

application/json


[
    {
        "jgid": "200909050846451336",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909050846451336",
        "title": "臨床化学",
        "material_number": "Z0312BAY",
        "jdream3_material_number": "Z0312B",
        "issn_list": [
            "0370-5633"
        ],
        "coden_list": [
            "RIKAAN"
        ],
        "publishers": [
            "日本臨床化学会"
        ]
    },
    {
        "jgid": "200909076618743172",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909076618743172",
        "title": "神経化学",
        "material_number": "Y0225AAP",
        "jdream3_material_number": "Y0225A",
        "issn_list": [
            "0037-3796"
        ],
        "publishers": [
            "日本神経化学会"
        ]
    },
    {
        "jgid": "200909031345115226",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909031345115226",
        "title": "基礎老化研究",
        "material_number": "Y0748AAD",
        "jdream3_material_number": "Y0748A",
        "issn_list": [
            "0912-8921"
        ],
        "publishers": [
            "日本基礎老化学会"
        ]
    }
]

            

資料情報取得

GET
/materials/{jgid},{jgid},…
J-GLOBAL IDを指定して資料情報を取得します。

パラメータ
jgid *必須 取得する基本情報のJ-GLOBAL ID(カンマ区切りで最大100まで指定可能)
lang 言語. ja => 日本語, en => 英語

レスポンス

返却されるJSONのスキーマは以下になります

application/json

{
    "description": "資料情報の配列", 
    "type": "array", 
    "items": {
        "description": "資料基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "material_number": {
                "description": "資料番号 (フル表記)", 
                "type": "string"
            }, 
            "jdream3_material_number": {
                "description": "資料番号 (6ケタ表記)", 
                "type": "string"
            }, 
            "issn_list": {
                "description": "ISSNのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "isbn_list": {
                "description": "ISBNのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "coden_list": {
                "description": "CODENのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "publishers": {
                "description": "出版団体名", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }
        }
    }
}

出力例

URL
/materials/200909050846451336,200909076618743172,200909031345115226?lang=ja

application/json


[
    {
        "jgid": "200909050846451336",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909050846451336",
        "title": "臨床化学",
        "material_number": "Z0312BAY",
        "jdream3_material_number": "Z0312B",
        "issn_list": [
            "0370-5633"
        ],
        "coden_list": [
            "RIKAAN"
        ],
        "publishers": [
            "日本臨床化学会"
        ]
    },
    {
        "jgid": "200909076618743172",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909076618743172",
        "title": "神経化学",
        "material_number": "Y0225AAP",
        "jdream3_material_number": "Y0225A",
        "issn_list": [
            "0037-3796"
        ],
        "publishers": [
            "日本神経化学会"
        ]
    },
    {
        "jgid": "200909031345115226",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909031345115226",
        "title": "基礎老化研究",
        "material_number": "Y0748AAD",
        "jdream3_material_number": "Y0748A",
        "issn_list": [
            "0912-8921"
        ],
        "publishers": [
            "日本基礎老化学会"
        ]
    }
]

            

J-GLOBAL WebAPI

文献情報検索

GET
/articles
文献情報を検索します。
出力対象は国内文献(発行国が日本)のみです。

パラメータ
q 検索クエリ。sessidの指定が無い場合は必須。
sessid 検索セッションID。
初回リクエストのレスポンスヘッダ”X-JGAPI-SEARCH-SESSID”で返却される値を指定する。
次のページを取得する場合など検索結果を再利用する場合に利用可能。
sessidを指定する場合はqの指定は不要。
st ソート方式
stf ソート項目
p ページ(0開始)
l 取得件数
lang 言語. ja => 日本語, en => 英語

例)/articles?q=燃料電池&p=0&l=3&st=down&stf=UPDT&lang=ja

レスポンス

Headers

X-JGAPI-SEARCH-SESSID 検索セッションID
X-JGAPI-SEARCH-COUNT 検索ヒット件数
X-JGAPI-SEARCH-PAGE ページ番号
X-JGAPI-SEARCH-LENGTH 取得件数
X-JGAPI-SEARCH-LASTPAGE 取得可能最終ページ
X-JGAPI-SEARCH-REUSE 検索結果再利用URL
X-JGAPI-SEARCH-REUSE-PAGING ページング用URL。2ページ目以降取得の際にこのURLに「&p=ページ番号」を付けて取得可能。
返却されるJSONのスキーマは以下になります

application/json

{
    "description": "文献情報一覧", 
    "type": "array", 
    "items": {
        "description": "文献基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "year": {
                "description": "発行年", 
                "type": "string"
            }, 
            "volume": {
                "description": "巻", 
                "type": "string"
            }, 
            "number": {
                "description": "号", 
                "type": "string"
            }, 
            "special_number": {
                "description": "特殊号", 
                "type": "string"
            }, 
            "trans_titles": {
                "description": "翻訳タイトル", 
                "type": "array", 
                "items": {
                    "description": "タイトル情報", 
                    "type": "object", 
                    "properties": {
                        "type": {
                            "description": "タイトル種別", 
                            "type": "string"
                        }, 
                        "lang": {
                            "description": "言語", 
                            "type": "string"
                        }, 
                        "copyright": {
                            "description": "コピーライト", 
                            "type": "string"
                        }, 
                        "title": {
                            "description": "タイトル", 
                            "type": "string"
                        }
                    }
                }
            }, 
            "journal": {
                "description": "資料情報", 
                "properties": {
                    "name": {
                        "description": "資料名", 
                        "type": "string"
                    }, 
                    "issns": {
                        "description": "ISSNのリスト", 
                        "type": "array", 
                        "items": {
                            "description": "ISSN情報", 
                            "type": "object", 
                            "properties": {
                                "type": {
                                    "description": "ISSN区分", 
                                    "type": "string"
                                }, 
                                "issn": {
                                    "description": "ISSN", 
                                    "type": "string"
                                }
                            }
                        }
                    }, 
                    "isbn": {
                        "description": "ISBN", 
                        "type": "string"
                    }, 
                    "coden": {
                        "description": "CODEN", 
                        "type": "string"
                    }, 
                    "link": {
                        "description": "リンク情報", 
                        "type": "object", 
                        "properties": {
                            "jst_material_id": {
                                "description": "JST資料番号", 
                                "type": "string"
                            }, 
                            "jgid": {
                                "description": "J-GLOBAL ID", 
                                "type": "string"
                            }
                        }
                    }
                }
            }, 
            "authors": {
                "description": "著者一覧", 
                "type": "array", 
                "items": {
                    "description": "著者情報", 
                    "properties": {
                        "name": {
                            "description": "著者名", 
                            "type": "string"
                        }, 
                        "affiliations": {
                            "description": "所属情報", 
                            "type": "array", 
                            "items": {
                                "description": "機関情報", 
                                "properties": {
                                    "name": {
                                        "description": "機関名", 
                                        "type": "string"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

出力例

URL
/articles?q=燃料電池&p=0&l=3&st=down&stf=UPDT&lang=ja

Headers

X-JGAPI-SEARCH-COUNT:?
98055
X-JGAPI-SEARCH-LASTPAGE:?
3333
X-JGAPI-SEARCH-LENGTH:?
3
X-JGAPI-SEARCH-PAGE:?
0
X-JGAPI-SEARCH-REUSE:?
https://api.jglobal.jst.go.jp/jgapi/v1/articles?sessid=203372690ae3af563b3f82a48e6fe60f5cc941
X-JGAPI-SEARCH-REUSE-PAGING:?
https://api.jglobal.jst.go.jp/jgapi/v1/articles?sessid=203372690ae3af563b3f82a48e6fe60f5cc941&lang=ja&l=3
X-JGAPI-SEARCH-SESSID:?
203372690ae3af563b3f82a48e6fe60f5cc941

application/json


[
    {
        "jgid": "201802292805317016",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802292805317016",
        "title": "マグネシウム空気燃料電池電気凝固法を用いた合成廃水からのストルーバイトとしての電力生産とりんの回収【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Electricity production and phosphorous recovery as struvite from synthetic wastewater using magnesium-air fuel cell electrocoagulation"
            }
        ],
        "year": "2018",
        "volume": "132",
        "journal": {
            "name": "Water Research",
            "issns": [
                {
                    "issn": "0043-1354"
                }
            ],
            "link": {
                "jst_material_id": "B0760A",
                "jgid": "200909093847843727"
            }
        },
        "authors": [
            {
                "name": "Kim Jung Hwan",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "An Byung min",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "Lim Dae Hwan",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "Park Joo Yang",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            }
        ]
    },
    {
        "jgid": "201802291871772991",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802291871772991",
        "title": "プロトン伝導La_0 99Ca_0 0.01NbO_4電解質を用いた固体酸化物燃料電池【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Solid oxide fuel cells with proton-conducting La0.99Ca0.01NbO4 electrolyte"
            }
        ],
        "year": "2018",
        "volume": "260",
        "journal": {
            "name": "Electrochimica Acta",
            "issns": [
                {
                    "issn": "0013-4686"
                }
            ],
            "link": {
                "jst_material_id": "B0535B",
                "jgid": "200909016087236723"
            }
        },
        "authors": [
            {
                "name": "Bi Lei",
                "affiliations": [
                    {
                        "name": "Institute of Materials for Energy and Environment, Qingdao University, Ningxia Road No.308, Qingdao, 266071, China"
                    }
                ]
            },
            {
                "name": "Bi Lei",
                "affiliations": [
                    {
                        "name": "College of Materials Science and Engineering, Qingdao University, Ningxia Road No.308, Qingdao, 266071, China"
                    }
                ]
            },
            {
                "name": "Fabbri Emiliana",
                "affiliations": [
                    {
                        "name": "Electrochemistry Laboratory, Paul Scherrer Institut, 5232, Villigen, Switzerland"
                    }
                ]
            },
            {
                "name": "Traversa Enrico",
                "affiliations": [
                    {
                        "name": "School of Energy Science and Engineering, University of Electronic Science and Technology of China, 2006, Xiyuan Road, Chengdu, Sichuan, China"
                    }
                ]
            }
        ]
    },
    {
        "jgid": "201802291664599786",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802291664599786",
        "title": "PIDコントローラを用いた燃料電池電源DC電動機の実験結果とシミュレーションとの比較【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Comparison between experimental results and simulation of a fuel cell powered DC motor using PID controller"
            }
        ],
        "year": "2017",
        "volume": "2017",
        "number": "EPEC",
        "journal": {
            "name": "IEEE Conference Proceedings",
            "link": {
                "jst_material_id": "W2441A",
                "jgid": "201709006569611472"
            }
        },
        "authors": [
            {
                "name": "Albarghot Mohamed",
                "affiliations": [
                    {
                        "name": "Department of Mechanical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "Alkarrami Faisal",
                "affiliations": [
                    {
                        "name": "Department of Electrical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "O’Young Siu",
                "affiliations": [
                    {
                        "name": "Department of Electrical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "Rolland Luc",
                "affiliations": [
                    {
                        "name": "CEO, LART - Lenoir Automation Robots Technologies"
                    }
                ]
            }
        ]
    }
]

            

文献情報取得

GET
/articles/{jgid},{jgid},…
J-GLOBAL IDを指定して文献情報を取得します。
指定したJGIDが国内文献と海外文献で出力が異なります。
下記の出力例をご参照ください。

パラメータ
jgid *必須 取得する基本情報のJ-GLOBAL ID(カンマ区切りで最大100まで指定可能)
lang 言語. ja => 日本語, en => 英語

レスポンス

返却されるJSONのスキーマは以下になります

application/json

{
    "description": "文献情報一覧", 
    "type": "array", 
    "items": {
        "description": "文献基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "year": {
                "description": "発行年", 
                "type": "string"
            }, 
            "volume": {
                "description": "巻", 
                "type": "string"
            }, 
            "number": {
                "description": "号", 
                "type": "string"
            }, 
            "special_number": {
                "description": "特殊号", 
                "type": "string"
            }, 
            "trans_titles": {
                "description": "翻訳タイトル", 
                "type": "array", 
                "items": {
                    "description": "タイトル情報", 
                    "type": "object", 
                    "properties": {
                        "type": {
                            "description": "タイトル種別", 
                            "type": "string"
                        }, 
                        "lang": {
                            "description": "言語", 
                            "type": "string"
                        }, 
                        "copyright": {
                            "description": "コピーライト", 
                            "type": "string"
                        }, 
                        "title": {
                            "description": "タイトル", 
                            "type": "string"
                        }
                    }
                }
            }, 
            "journal": {
                "description": "資料情報", 
                "properties": {
                    "name": {
                        "description": "資料名", 
                        "type": "string"
                    }, 
                    "issns": {
                        "description": "ISSNのリスト", 
                        "type": "array", 
                        "items": {
                            "description": "ISSN情報", 
                            "type": "object", 
                            "properties": {
                                "type": {
                                    "description": "ISSN区分", 
                                    "type": "string"
                                }, 
                                "issn": {
                                    "description": "ISSN", 
                                    "type": "string"
                                }
                            }
                        }
                    }, 
                    "isbn": {
                        "description": "ISBN", 
                        "type": "string"
                    }, 
                    "coden": {
                        "description": "CODEN", 
                        "type": "string"
                    }, 
                    "link": {
                        "description": "リンク情報", 
                        "type": "object", 
                        "properties": {
                            "jst_material_id": {
                                "description": "JST資料番号", 
                                "type": "string"
                            }, 
                            "jgid": {
                                "description": "J-GLOBAL ID", 
                                "type": "string"
                            }
                        }
                    }
                }
            }, 
            "authors": {
                "description": "著者一覧", 
                "type": "array", 
                "items": {
                    "description": "著者情報", 
                    "properties": {
                        "name": {
                            "description": "著者名", 
                            "type": "string"
                        }, 
                        "affiliations": {
                            "description": "所属情報", 
                            "type": "array", 
                            "items": {
                                "description": "機関情報", 
                                "properties": {
                                    "name": {
                                        "description": "機関名", 
                                        "type": "string"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

出力例(国内文献の場合)

URL
/articles/201802292805317016,201802291871772991,201802291664599786?lang=ja

application/json


[
    {
        "jgid": "201802292805317016",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802292805317016",
        "title": "マグネシウム空気燃料電池電気凝固法を用いた合成廃水からのストルーバイトとしての電力生産とりんの回収【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Electricity production and phosphorous recovery as struvite from synthetic wastewater using magnesium-air fuel cell electrocoagulation"
            }
        ],
        "year": "2018",
        "volume": "132",
        "journal": {
            "name": "Water Research",
            "issns": [
                {
                    "issn": "0043-1354"
                }
            ],
            "link": {
                "jst_material_id": "B0760A",
                "jgid": "200909093847843727"
            }
        },
        "authors": [
            {
                "name": "Kim Jung Hwan",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "An Byung min",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "Lim Dae Hwan",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            },
            {
                "name": "Park Joo Yang",
                "affiliations": [
                    {
                        "name": "Department of Civil and Environmental Engineering, Hanyang University, 17 Haengdang-dong, Seongdong-gu, Seoul 133-791, Republic of Korea"
                    }
                ]
            }
        ]
    },
    {
        "jgid": "201802291871772991",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802291871772991",
        "title": "プロトン伝導La_0 99Ca_0 0.01NbO_4電解質を用いた固体酸化物燃料電池【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Solid oxide fuel cells with proton-conducting La0.99Ca0.01NbO4 electrolyte"
            }
        ],
        "year": "2018",
        "volume": "260",
        "journal": {
            "name": "Electrochimica Acta",
            "issns": [
                {
                    "issn": "0013-4686"
                }
            ],
            "link": {
                "jst_material_id": "B0535B",
                "jgid": "200909016087236723"
            }
        },
        "authors": [
            {
                "name": "Bi Lei",
                "affiliations": [
                    {
                        "name": "Institute of Materials for Energy and Environment, Qingdao University, Ningxia Road No.308, Qingdao, 266071, China"
                    }
                ]
            },
            {
                "name": "Bi Lei",
                "affiliations": [
                    {
                        "name": "College of Materials Science and Engineering, Qingdao University, Ningxia Road No.308, Qingdao, 266071, China"
                    }
                ]
            },
            {
                "name": "Fabbri Emiliana",
                "affiliations": [
                    {
                        "name": "Electrochemistry Laboratory, Paul Scherrer Institut, 5232, Villigen, Switzerland"
                    }
                ]
            },
            {
                "name": "Traversa Enrico",
                "affiliations": [
                    {
                        "name": "School of Energy Science and Engineering, University of Electronic Science and Technology of China, 2006, Xiyuan Road, Chengdu, Sichuan, China"
                    }
                ]
            }
        ]
    },
    {
        "jgid": "201802291664599786",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=201802291664599786",
        "title": "PIDコントローラを用いた燃料電池電源DC電動機の実験結果とシミュレーションとの比較【Powered by NICT】",
        "trans_titles": [
            {
                "lang": "en",
                "title": "Comparison between experimental results and simulation of a fuel cell powered DC motor using PID controller"
            }
        ],
        "year": "2017",
        "volume": "2017",
        "number": "EPEC",
        "journal": {
            "name": "IEEE Conference Proceedings",
            "link": {
                "jst_material_id": "W2441A",
                "jgid": "201709006569611472"
            }
        },
        "authors": [
            {
                "name": "Albarghot Mohamed",
                "affiliations": [
                    {
                        "name": "Department of Mechanical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "Alkarrami Faisal",
                "affiliations": [
                    {
                        "name": "Department of Electrical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "O’Young Siu",
                "affiliations": [
                    {
                        "name": "Department of Electrical Engineering, Memorial University of Newfoundland, St. John’s, NL, A1B3X5, Canada"
                    }
                ]
            },
            {
                "name": "Rolland Luc",
                "affiliations": [
                    {
                        "name": "CEO, LART - Lenoir Automation Robots Technologies"
                    }
                ]
            }
        ]
    }
]

出力例(海外文献の場合)

URL
/articles/200902205388862915?lang=ja
application/json


[
    {
        "jgid": "200902205388862915",
        "url": "https://jglobal.jst.go.jp/detail?JGLOBAL_ID=200902205388862915",
        "title": "こちらをクリックするとJ-GLOBAL上の詳細情報がご覧になれます。[200902205388862915]"
    }
]

化学物質検索

GET
/chemicals
化学物質を検索します。

パラメータ
q 検索クエリ。sessidの指定が無い場合は必須。
sessid 検索セッションID。
初回リクエストのレスポンスヘッダ”X-JGAPI-SEARCH-SESSID”で返却される値を指定する。
次のページを取得する場合など検索結果を再利用する場合に利用可能。
sessidを指定する場合はqの指定は不要。
st ソート方式
stf ソート項目
p ページ(0開始)
l 取得件数
lang 言語. ja => 日本語, en => 英語

例)/chemicals?q=スクロース&p=0&l=3&st=score&lang=en

レスポンス

Headers

X-JGAPI-SEARCH-SESSID 検索セッションID
X-JGAPI-SEARCH-COUNT 検索ヒット件数
X-JGAPI-SEARCH-PAGE ページ番号
X-JGAPI-SEARCH-LENGTH 取得件数
X-JGAPI-SEARCH-LASTPAGE 取得可能最終ページ
X-JGAPI-SEARCH-REUSE 検索結果再利用URL
X-JGAPI-SEARCH-REUSE-PAGING ページング用URL。2ページ目以降取得の際にこのURLに「&p=ページ番号」を付けて取得可能。
返却されるJSONのスキーマは以下になります

application/json

{
    "description": "化学物質の配列", 
    "type": "array", 
    "items": {
        "description": "化学物質基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "nikkaji_id": {
                "description": "日化辞ID", 
                "type": "string"
            }, 
            "name_ja": {
                "description": "日本語名称", 
                "type": "string"
            }, 
            "name_en": {
                "description": "英語名称", 
                "type": "string"
            }, 
            "molecular_formula": {
                "description": "分子式(書式付)", 
                "type": "string"
            }, 
            "molecular_formula_kana": {
                "description": "分子式(簡易書式)", 
                "type": "string"
            }, 
            "systematic_names": { 
                "description": "体系名", 
         "type": "array", 
         "items": { 
                    "type": "string"
                } 
       },
       "other_names": {
                "description": "慣用名", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }
        }
    }
}

出力例

URL
/chemicals?q=スクロース&p=0&l=3&st=score&lang=en

Headers

X-JGAPI-SEARCH-COUNT:?
69
X-JGAPI-SEARCH-LASTPAGE:?
22
X-JGAPI-SEARCH-LENGTH:?
3
X-JGAPI-SEARCH-PAGE:?
0
X-JGAPI-SEARCH-REUSE:?
https://api.jglobal.jst.go.jp/jgapi/v1/chemicals?sessid=203372690ae3af563b3f82a48e6f84842e7b08
X-JGAPI-SEARCH-REUSE-PAGING:?
https://api.jglobal.jst.go.jp/jgapi/v1/chemicals?sessid=203372690ae3af563b3f82a48e6f84842e7b08&lang=en&l=3
X-JGAPI-SEARCH-SESSID:?
203372690ae3af563b3f82a48e6f84842e7b08

application/json


[
    {
        "jgid": "200907059877441070",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907059877441070",
        "title": "Sucrose octaacetate",
        "nikkaji_id": "J5.550F",
        "name_ja": "スクロースオクタアセタート",
        "name_en": "Sucrose octaacetate",
        "molecular_formula": "C<sub>28<\/sub>H<sub>38<\/sub>O<sub>19<\/sub>",
        "molecular_formula_kana": "C28-H38-O19",
        "systematic_names": [
            "β-D-フルクトフラノシルα-D-グルコピラノシドオクタアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシル-α-D-グルコピラノシド2,3,4,6-テトラアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシルα-D-グルコピラノシド2,3,4,6-テトラアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシル2-O,3-O,4-O,6-O-テトラアセチル-α-D-グルコピラノシド",
            "1-O,3-O,4-O,6-O-テトラアセチル-2-O-(2-O,3-O,4-O,6-O-テトラアセチル-α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "2-O-(α-D-グルコピラノシル)-β-D-フルクトフラノースオクタアセタート"
        ],
        "other_names": [
            "オクタ酢酸スクロース",
            "Sucrose octaacetate",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl α-D-glucopyranoside 2,3,4,6-tetraacetate",
            "オクタアセチルスクロース",
            "オクタアセチルシュクロース",
            "Octaacetylsucrose",
            "D-(+)-シュクロースオクタアセタート",
            "D-(+)-Sucrose octaacetate",
            "(+)-D-スクロースオクタアセタート",
            "β-D-Fructofuranosyl α-D-glucopyranoside octaacetate",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl-α-D-glucopyranoside 2,3,4,6-tetraacetate",
            "オクタアセチルD-(+)-スクロース",
            "Octaacetyl D-(+)-sucrose",
            "D-(+)-Saccharose octaacetate",
            "D-(+)-スクロースオクタアセタート",
            "D-(+)-サッカロースオクタアセタート",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl 2-O,3-O,4-O,6-O-tetraacetyl-α-D-glucopyranoside",
            "スクロースオクタアセタート",
            "1-O,3-O,4-O,6-O-Tetraacetyl-2-O-(2-O,3-O,4-O,6-O-tetraacetyl-α-D-glucopyranosyl)-β-D-fructofuranose",
            "2-O-(α-D-Glucopyranosyl)-β-D-fructofuranose octaacetate",
            "八酢酸しょ糖"
        ]
    },
    {
        "jgid": "200907038832291630",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907038832291630",
        "title": "Sucrose",
        "nikkaji_id": "J4.581K",
        "name_ja": "しょ糖",
        "name_en": "Sucrose",
        "molecular_formula": "C<sub>12<\/sub>H<sub>22<\/sub>O<sub>11<\/sub>",
        "molecular_formula_kana": "C12-H22-O11",
        "systematic_names": [
            "β-D-フルクトフラノシルα-D-gluco-ヘキソピラノシド",
            "2-O-α-D-グルコピラノシル-β-D-フルクトフラノース",
            "β-D-フルクトフラノシルα-D-グルコピラノシド",
            "1-O-α-D-グルコピラノシル-1-(ヒドロキシメチル)-β-D-アラビノフラノース",
            "2-デオキシ-β-D-フルクトフラノース-2-イルα-D-グルコピラノシド",
            "1-O-β-D-フルクトフラノシル-α-D-グルコピラノース",
            "2-O-(α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "1-O-(β-D-フルクトフラノシル)-α-D-グルコピラノース",
            "2-デオキシ-β-D-フルクトフラノース-5-イルα-D-グルコピラノシド",
            "α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "1-ヒドロキシメチル-β-D-アラビノフラノシルα-D-グルコピラノシド"
        ],
        "other_names": [
            "砂糖",
            "庶糖",
            "ショ糖",
            "しょ糖",
            "ビート糖",
            "スクロース",
            "サッカロース",
            "Sugar",
            "Sucrose",
            "Beet sugar",
            "Cane sugar",
            "Saccharose",
            "β-D-Fructofuranosyl α-D-glucopyranoside",
            "シュクロース",
            "2-O-α-D-Glucopyranosyl-β-D-fructofuranose",
            "(+)-サッカロース",
            "D-(+)-Sucrose",
            "D-(+)-Saccharose",
            "(+)-D-スクロース",
            "1-O-α-D-Glucopyranosyl-1-(hydroxymethyl)-β-D-arabinofuranose",
            "2-Deoxy-β-D-fructofuranose-2-yl α-D-glucopyranoside",
            "1-O-β-D-Fructofuranosyl-α-D-glucopyranose",
            "白糖",
            "White soft sugar",
            "2-O-(α-D-Glucopyranosyl)-β-D-fructofuranose",
            "1-O-(β-D-Fructofuranosyl)-α-D-glucopyranose",
            "D-Saccharose",
            "D-サッカロース",
            "2-Deoxy-β-D-fructofuranose-5-yl α-D-glucopyranoside",
            "α-D-Glucopyranosyl β-D-fructofuranoside",
            "1-Hydroxymethyl-β-D-arabinofuranosyl α-D-glucopyranoside"
        ]
    },
    {
        "jgid": "200907050838989117",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907050838989117",
        "title": "Lactosucrose",
        "nikkaji_id": "J571.160F",
        "name_ja": "ラクトスクロース",
        "name_en": "Lactosucrose",
        "molecular_formula": "C<sub>18<\/sub>H<sub>32<\/sub>O<sub>16<\/sub>",
        "molecular_formula_kana": "C18-H32-O16",
        "systematic_names": [
            "2-O-(4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "β-D-フルクトフラノシル4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシド",
            "4-O-(β-D-ガラクトピラノシル)-α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "2-O-[4-O-(β-D-ガラクトピラノシル)-α-D-グルコピラノシル]-β-D-フルクトフラノース"
        ],
        "other_names": [
            "4<sup>G<\/sup>-β-D-ガラクトシルスクロース",
            "4<sup>G<\/sup>-ガラクトシルスクロース",
            "4<sup>G<\/sup>-Galactosylsucrose",
            "β-D-Fructofuranosyl 4-O-β-D-galactopyranosyl-α-D-glucopyranoside",
            "4-O-β-D-Galactopyranosyl-α-D-glucopyranosyl β-D-fructofuranoside",
            "2-O-(4-O-β-D-Galactopyranosyl-α-D-glucopyranosyl)-β-D-fructofuranose",
            "ラクトシルフルクトシド",
            "Lactosylfructoside",
            "ラクトシュクロース",
            "Lactosucrose",
            "ラクトスクロース",
            "4-O-(β-D-Galactopyranosyl)-α-D-glucopyranosyl β-D-fructofuranoside",
            "2-O-[4-O-(β-D-Galactopyranosyl)-α-D-glucopyranosyl]-β-D-fructofuranose",
            "4<sup>G<\/sup>-β-D-Galactosylsucrose"
        ]
    }
]

            

化学物質情報取得

GET
/chemicals/{jgid},{jgid},…
J-GLOBAL IDを指定して化学物質情報を取得します。

パラメータ
jgid *必須 取得する基本情報のJ-GLOBAL ID(カンマ区切りで最大100まで指定可能)
lang 言語. ja => 日本語, en => 英語

レスポンス

返却されるJSONのスキーマは以下になります

application/json

{
    "description": "化学物質の配列", 
    "type": "array", 
    "items": {
        "description": "化学物質基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "nikkaji_id": {
                "description": "日化辞ID", 
                "type": "string"
            }, 
            "name_ja": {
                "description": "日本語名称", 
                "type": "string"
            }, 
            "name_en": {
                "description": "英語名称", 
                "type": "string"
            }, 
            "molecular_formula": {
                "description": "分子式(書式付)", 
                "type": "string"
            }, 
            "molecular_formula_kana": {
                "description": "分子式(簡易書式)", 
                "type": "string"
            },
             "systematic_names": { 
                "description": "体系名", 
                "type": "array", 
                "items": { 
                   "type": "string"
                }
            }, 
            "other_names": {
                "description": "慣用名", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }
        }
    }
}

出力例

URL
/chemicals/200907059877441070,200907038832291630,200907050838989117?lang=en

application/json


[
    {
        "jgid": "200907059877441070",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907059877441070",
        "title": "Sucrose octaacetate",
        "nikkaji_id": "J5.550F",
        "name_ja": "スクロースオクタアセタート",
        "name_en": "Sucrose octaacetate",
        "molecular_formula": "C<sub>28<\/sub>H<sub>38<\/sub>O<sub>19<\/sub>",
        "molecular_formula_kana": "C28-H38-O19",
        "systematic_names": [
            "β-D-フルクトフラノシルα-D-グルコピラノシドオクタアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシル-α-D-グルコピラノシド2,3,4,6-テトラアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシルα-D-グルコピラノシド2,3,4,6-テトラアセタート",
            "1-O,3-O,4-O,6-O-テトラアセチル-β-D-フルクトフラノシル2-O,3-O,4-O,6-O-テトラアセチル-α-D-グルコピラノシド",
            "1-O,3-O,4-O,6-O-テトラアセチル-2-O-(2-O,3-O,4-O,6-O-テトラアセチル-α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "2-O-(α-D-グルコピラノシル)-β-D-フルクトフラノースオクタアセタート"
        ],
        "other_names": [
            "オクタ酢酸スクロース",
            "Sucrose octaacetate",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl α-D-glucopyranoside 2,3,4,6-tetraacetate",
            "オクタアセチルスクロース",
            "オクタアセチルシュクロース",
            "Octaacetylsucrose",
            "D-(+)-シュクロースオクタアセタート",
            "D-(+)-Sucrose octaacetate",
            "(+)-D-スクロースオクタアセタート",
            "β-D-Fructofuranosyl α-D-glucopyranoside octaacetate",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl-α-D-glucopyranoside 2,3,4,6-tetraacetate",
            "オクタアセチルD-(+)-スクロース",
            "Octaacetyl D-(+)-sucrose",
            "D-(+)-Saccharose octaacetate",
            "D-(+)-スクロースオクタアセタート",
            "D-(+)-サッカロースオクタアセタート",
            "1-O,3-O,4-O,6-O-Tetraacetyl-β-D-fructofuranosyl 2-O,3-O,4-O,6-O-tetraacetyl-α-D-glucopyranoside",
            "スクロースオクタアセタート",
            "1-O,3-O,4-O,6-O-Tetraacetyl-2-O-(2-O,3-O,4-O,6-O-tetraacetyl-α-D-glucopyranosyl)-β-D-fructofuranose",
            "2-O-(α-D-Glucopyranosyl)-β-D-fructofuranose octaacetate",
            "八酢酸しょ糖"
        ]
    },
    {
        "jgid": "200907038832291630",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907038832291630",
        "title": "Sucrose",
        "nikkaji_id": "J4.581K",
        "name_ja": "しょ糖",
        "name_en": "Sucrose",
        "molecular_formula": "C<sub>12<\/sub>H<sub>22<\/sub>O<sub>11<\/sub>",
        "molecular_formula_kana": "C12-H22-O11",
        "systematic_names": [
            "β-D-フルクトフラノシルα-D-gluco-ヘキソピラノシド",
            "2-O-α-D-グルコピラノシル-β-D-フルクトフラノース",
            "β-D-フルクトフラノシルα-D-グルコピラノシド",
            "1-O-α-D-グルコピラノシル-1-(ヒドロキシメチル)-β-D-アラビノフラノース",
            "2-デオキシ-β-D-フルクトフラノース-2-イルα-D-グルコピラノシド",
            "1-O-β-D-フルクトフラノシル-α-D-グルコピラノース",
            "2-O-(α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "1-O-(β-D-フルクトフラノシル)-α-D-グルコピラノース",
            "2-デオキシ-β-D-フルクトフラノース-5-イルα-D-グルコピラノシド",
            "α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "1-ヒドロキシメチル-β-D-アラビノフラノシルα-D-グルコピラノシド"
        ],
        "other_names": [
            "砂糖",
            "庶糖",
            "ショ糖",
            "しょ糖",
            "ビート糖",
            "スクロース",
            "サッカロース",
            "Sugar",
            "Sucrose",
            "Beet sugar",
            "Cane sugar",
            "Saccharose",
            "β-D-Fructofuranosyl α-D-glucopyranoside",
            "シュクロース",
            "2-O-α-D-Glucopyranosyl-β-D-fructofuranose",
            "(+)-サッカロース",
            "D-(+)-Sucrose",
            "D-(+)-Saccharose",
            "(+)-D-スクロース",
            "1-O-α-D-Glucopyranosyl-1-(hydroxymethyl)-β-D-arabinofuranose",
            "2-Deoxy-β-D-fructofuranose-2-yl α-D-glucopyranoside",
            "1-O-β-D-Fructofuranosyl-α-D-glucopyranose",
            "白糖",
            "White soft sugar",
            "2-O-(α-D-Glucopyranosyl)-β-D-fructofuranose",
            "1-O-(β-D-Fructofuranosyl)-α-D-glucopyranose",
            "D-Saccharose",
            "D-サッカロース",
            "2-Deoxy-β-D-fructofuranose-5-yl α-D-glucopyranoside",
            "α-D-Glucopyranosyl β-D-fructofuranoside",
            "1-Hydroxymethyl-β-D-arabinofuranosyl α-D-glucopyranoside"
        ]
    },
    {
        "jgid": "200907050838989117",
        "url": "http:\/\/jglobal.jst.go.jp\/en\/detail?JGLOBAL_ID=200907050838989117",
        "title": "Lactosucrose",
        "nikkaji_id": "J571.160F",
        "name_ja": "ラクトスクロース",
        "name_en": "Lactosucrose",
        "molecular_formula": "C<sub>18<\/sub>H<sub>32<\/sub>O<sub>16<\/sub>",
        "molecular_formula_kana": "C18-H32-O16",
        "systematic_names": [
            "2-O-(4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシル)-β-D-フルクトフラノース",
            "4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "β-D-フルクトフラノシル4-O-β-D-ガラクトピラノシル-α-D-グルコピラノシド",
            "4-O-(β-D-ガラクトピラノシル)-α-D-グルコピラノシルβ-D-フルクトフラノシド",
            "2-O-[4-O-(β-D-ガラクトピラノシル)-α-D-グルコピラノシル]-β-D-フルクトフラノース"
        ],
        "other_names": [
            "4<sup>G<\/sup>-β-D-ガラクトシルスクロース",
            "4<sup>G<\/sup>-ガラクトシルスクロース",
            "4<sup>G<\/sup>-Galactosylsucrose",
            "β-D-Fructofuranosyl 4-O-β-D-galactopyranosyl-α-D-glucopyranoside",
            "4-O-β-D-Galactopyranosyl-α-D-glucopyranosyl β-D-fructofuranoside",
            "2-O-(4-O-β-D-Galactopyranosyl-α-D-glucopyranosyl)-β-D-fructofuranose",
            "ラクトシルフルクトシド",
            "Lactosylfructoside",
            "ラクトシュクロース",
            "Lactosucrose",
            "ラクトスクロース",
            "4-O-(β-D-Galactopyranosyl)-α-D-glucopyranosyl β-D-fructofuranoside",
            "2-O-[4-O-(β-D-Galactopyranosyl)-α-D-glucopyranosyl]-β-D-fructofuranose",
            "4<sup>G<\/sup>-β-D-Galactosylsucrose"
        ]
    }
]

            

資料情報検索

GET
/materials
資料情報を検索します。

パラメータ
q 検索クエリ。sessidの指定が無い場合は必須。
sessid 検索セッションID。
初回リクエストのレスポンスヘッダ”X-JGAPI-SEARCH-SESSID”で返却される値を指定する。
次のページを取得する場合など検索結果を再利用する場合に利用可能。
sessidを指定する場合はqの指定は不要。
st ソート方式
stf ソート項目
p ページ(0開始)
l 取得件数
lang 言語. ja => 日本語, en => 英語

例)/materials?q=化学&p=0&l=3&st=score&lang=ja

レスポンス

Headers

X-JGAPI-SEARCH-SESSID 検索セッションID
X-JGAPI-SEARCH-COUNT 検索ヒット件数
X-JGAPI-SEARCH-PAGE ページ番号
X-JGAPI-SEARCH-LENGTH 取得件数
X-JGAPI-SEARCH-LASTPAGE 取得可能最終ページ
X-JGAPI-SEARCH-REUSE 検索結果再利用URL
X-JGAPI-SEARCH-REUSE-PAGING ページング用URL。2ページ目以降取得の際にこのURLに「&p=ページ番号」を付けて取得可能。
返却されるJSONのスキーマは以下になります

application/json

{
    "description": "資料情報の配列", 
    "type": "array", 
    "items": {
        "description": "資料基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "material_number": {
                "description": "資料番号 (フル表記)", 
                "type": "string"
            }, 
            "jdream3_material_number": {
                "description": "資料番号 (6ケタ表記)", 
                "type": "string"
            }, 
            "issn_list": {
                "description": "ISSNのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "isbn_list": {
                "description": "ISBNのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "coden_list": {
                "description": "CODENのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "publishers": {
                "description": "出版団体名", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }
        }
    }
}

出力例

URL
/materials?q=化学&p=0&l=3&st=score&lang=ja

Headers

X-JGAPI-SEARCH-COUNT:?
7322
X-JGAPI-SEARCH-LASTPAGE:?
2457
X-JGAPI-SEARCH-LENGTH:?
3
X-JGAPI-SEARCH-PAGE:?
0
X-JGAPI-SEARCH-REUSE:?
https://api.jglobal.jst.go.jp/jgapi/v1/materials?sessid=f38c93969560bfe75569a7bed17da03cea5d21
X-JGAPI-SEARCH-REUSE-PAGING:?
https://api.jglobal.jst.go.jp/jgapi/v1/materials?sessid=f38c93969560bfe75569a7bed17da03cea5d21&lang=ja&l=3
X-JGAPI-SEARCH-SESSID:?
f38c93969560bfe75569a7bed17da03cea5d21

application/json


[
    {
        "jgid": "200909050846451336",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909050846451336",
        "title": "臨床化学",
        "material_number": "Z0312BAY",
        "jdream3_material_number": "Z0312B",
        "issn_list": [
            "0370-5633"
        ],
        "coden_list": [
            "RIKAAN"
        ],
        "publishers": [
            "日本臨床化学会"
        ]
    },
    {
        "jgid": "200909076618743172",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909076618743172",
        "title": "神経化学",
        "material_number": "Y0225AAP",
        "jdream3_material_number": "Y0225A",
        "issn_list": [
            "0037-3796"
        ],
        "publishers": [
            "日本神経化学会"
        ]
    },
    {
        "jgid": "200909031345115226",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909031345115226",
        "title": "基礎老化研究",
        "material_number": "Y0748AAD",
        "jdream3_material_number": "Y0748A",
        "issn_list": [
            "0912-8921"
        ],
        "publishers": [
            "日本基礎老化学会"
        ]
    }
]

            

資料情報取得

GET
/materials/{jgid},{jgid},…
J-GLOBAL IDを指定して資料情報を取得します。

パラメータ
jgid *必須 取得する基本情報のJ-GLOBAL ID(カンマ区切りで最大100まで指定可能)
lang 言語. ja => 日本語, en => 英語

レスポンス

返却されるJSONのスキーマは以下になります

application/json

{
    "description": "資料情報の配列", 
    "type": "array", 
    "items": {
        "description": "資料基本情報", 
        "properties": {
            "jgid": {
                "description": "J-GLOBAL ID", 
                "type": "string"
            }, 
            "url": {
                "description": "J-GLOBAL詳細画面のURL", 
                "type": "string"
            }, 
            "title": {
                "description": "タイトル", 
                "type": "string"
            }, 
            "material_number": {
                "description": "資料番号 (フル表記)", 
                "type": "string"
            }, 
            "jdream3_material_number": {
                "description": "資料番号 (6ケタ表記)", 
                "type": "string"
            }, 
            "issn_list": {
                "description": "ISSNのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "isbn_list": {
                "description": "ISBNのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "coden_list": {
                "description": "CODENのリスト", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }, 
            "publishers": {
                "description": "出版団体名", 
                "type": "array", 
                "items": {
                    "type": "string"
                }
            }
        }
    }
}

出力例

URL
/materials/200909050846451336,200909076618743172,200909031345115226?lang=ja

application/json


[
    {
        "jgid": "200909050846451336",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909050846451336",
        "title": "臨床化学",
        "material_number": "Z0312BAY",
        "jdream3_material_number": "Z0312B",
        "issn_list": [
            "0370-5633"
        ],
        "coden_list": [
            "RIKAAN"
        ],
        "publishers": [
            "日本臨床化学会"
        ]
    },
    {
        "jgid": "200909076618743172",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909076618743172",
        "title": "神経化学",
        "material_number": "Y0225AAP",
        "jdream3_material_number": "Y0225A",
        "issn_list": [
            "0037-3796"
        ],
        "publishers": [
            "日本神経化学会"
        ]
    },
    {
        "jgid": "200909031345115226",
        "url": "http:\/\/jglobal.jst.go.jp\/detail?JGLOBAL_ID=200909031345115226",
        "title": "基礎老化研究",
        "material_number": "Y0748AAD",
        "jdream3_material_number": "Y0748A",
        "issn_list": [
            "0912-8921"
        ],
        "publishers": [
            "日本基礎老化学会"
        ]
    }
]