OpenAPI
AccessON OpenAPI is an open application programming interface (OpenAPI) that provides information on global open access (OA) papers that AccessON has collected and serves, for the purpose of expanding the utilization of Open Access (OA) resources.
Purpose
- Support for academic research activities
Applicable to
- Individual researchers, libraries, academic societies, and other non-profit organizations
Information provided
- Detailed information about the journal in which the paper is published, list of papers, detailed information about the paper
Usage Guide
- Provides data in JSON format via an authentication key
- Key can be issued and used through application
Using OpenAPI
Step 2
Sign up for OpenAPI.
Step 3
AccessON will give you an API key authentification.
Step 3
Check your API key.
- Log in and check your application to see if your OpenAPI is authorized.
- AccessON OpenAPI is for academic research and searches.
- Using APIs for commerical purposes such as re-processing data for building DB is prohibited.
- OpenAPI stands for Open Application Programming Interface and refers to APIs that are publicly available for anyone to use.
- To utilize OpenAPI, you must apply for a 'service key' to be issued.
- Authorized users are provided with AccessON's metadata in JSON format.
URLs for AccessON API calls are as below.
- Information of Journals(by ISSN)
https://accesson.kisti.re.kr/api/journalDetail.do?issn=2079-9292&key=API key
See metadata sample.
- List of Articles(by ISSN)
https://accesson.kisti.re.kr/api/journalArticleList.do?issn=2079-9292&listSize=10&pageNo=1&key=API key
See metadata sample.
- Information of Articles(by DOIs)
https://accesson.kisti.re.kr/api/journalArticleDetail.do?doi=10.1080/15481603.2019.1587890&key=API key
See metadata sample.