Advanced
Search Tip
Operator Description Example
( ) Use Parentheses to override operator precedence. The expression inside the parentheses is executed first. ((Open access AND Trends) AND Global) NOT Policy
" " Search for Articles that exactly match the search keyword in " " "Global Open access Trends"
AND
(Capital letter)
Finds records containing all terms separated by the operator Open access AND Trends
OR
(Capital letter)
Finds records containing any of the terms separated by the operator Open access OR Trends
NOT
(Capital letter)
Excludes records containing certain words from your search (Open access AND Trends) NOT Policy
Basic
Search Tip
Operator Description Example
( ) Use Parentheses to override operator precedence. The expression inside the parentheses is executed first. ((Open access AND Trends) AND Global) NOT Policy
" " Search for Articles that exactly match the search keyword in " " "Global Open access Trends"
AND
(Capital letter)
Finds records containing all terms separated by the operator Open access AND Trends
OR
(Capital letter)
Finds records containing any of the terms separated by the operator Open access OR Trends
NOT
(Capital letter)
Excludes records containing certain words from your search (Open access AND Trends) NOT Policy
Reset Search

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 1

Log in.

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.