본문 바로가기

APIOpenAPI

OpenAPI

  • OpenAPI

AccessON 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 01
    Log in.
  • STEP 02
    Sign up for OpenAPI.
  • STEP 03
    AccessON will give you an API key authentification.
  • STEP 04
    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.

Open Application Programming Interface is commonly defined as an API that provides users with access to data or web service.
Sign up to get an API key.
Provide metadata as JSON to authorized users.
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

  • List of Articles(by ISSN)

    https://accesson.kisti.re.kr/api/journalArticleList.do?issn=2079-9292&listSize=10&pageNo=1&key=API key

  • Information of Articles(by DOIs)

    https://accesson.kisti.re.kr/api/journalArticleDetail.do?doi=10.1080/15481603.2019.1587890&key=API key

※  For more information for using OpenAPI, please contact AccessON(accesson@kisti.re.kr).