OpenAPI

논문 검색 Open API

논문 검색과 해당 논문의 저자목록을 제공합니다.

논문 명, 종합링킹 논문관리번호로 검색할 수 있습니다.

요청 시 원하는 필드를 입력하여 정보를 제공받을 수 있습니다.

요청 메시지 명세

호출 URL http://likning.kisti.re.kr/graphql
파라미터
코드 코드설명 필수여부 예제
page 페이지 번호 선택 1
size 페이지 사이즈 선택 5
atcl_nm 논문 명 선택 data
link_atcl_id 종합링킹 논문관리번호 선택 LINK00000788110

요청 Sample

응답 Sample

query {
  searchArticles(page: 1, size: 5, atcl_nm: "data", link_atcl_id: "LINK00000788110"){
    pageInfo{
      total
      page
      size
    }
    articles{
      link_atcl_id
      atcl_nm_kor
      atcl_nm_eng
      paper_pub_dt
      kojic
      p_issn
      e_issn
      vol
      iss
      strt_page
      last_page
      doi
      atcl_ctrl_no
      atcl_mgnt_no
      pmid
      pmcid
      wos_id
      scopus_id
      kci_id
      jnl_nm_kor
      jnl_nm_eng
      egate_id
      authors{
        kisti_pson_id
        nm_kor
        nm_eng
        gvn_nm
        sur
        nm_chn
        email
        orc_id
        isni
        ntis_pson_id
        wos_aut_id
        scopus_aut_id
        kisti_org_id
        blong_org_kor
        blong_org_eng
        aut_seq
  	}
    }
  }
}
			{
  "data": {
    "searchArticles": {
      "pageInfo": {
        "total": 1,
        "page": 1,
        "size": 5
      },
      "articles": [
        {
          "link_atcl_id": "LINK00000788110",
          "atcl_nm_kor": null,
          "atcl_nm_eng": "Dietary factors related to hypertension risk in Korean adults-data from the Korean national health and nutrition examination survey III",
          "paper_pub_dt": "20110228",
          "kojic": "E1NSBN",
          "p_issn": "1976-1457",
          "e_issn": "2005-6168",
          "vol": "5",
          "iss": "1",
          "strt_page": "60",
          "last_page": "65",
          "doi": "10.4162/nrp.2011.5.1.60",
          "atcl_ctrl_no": "JAKO201116637926176",
          "atcl_mgnt_no": "E1NSBN_2011_v5n1_60",
          "pmid": "21487498",
          "pmcid": "PMC3061272",
          "wos_id": "000287956000009",
          "scopus_id": "79955593957",
          "kci_id": "ART001530620",
          "jnl_nm_kor": null,
          "jnl_nm_eng": "Nutrition Research and Practice",
          "egate_id": "55962807",
          "authors": [
            {
              "kisti_pson_id": "ADPER0000130775",
              "nm_kor": null,
              "nm_eng": "Lee, Jung-Sug",
              "gvn_nm": null,
              "sur": null,
              "nm_chn": null,
              "email": null,
              "orc_id": null,
              "isni": null,
              "ntis_pson_id": null,
              "wos_aut_id": null,
              "scopus_aut_id": "36072766100",
              "kisti_org_id": "K000213370",
              "blong_org_kor": null,
              "blong_org_eng": "Cancer Epidemiology Branch, Research Institute, National Cancer Center",
              "aut_seq": 1
            },
            {
              "kisti_pson_id": "ADPER6802618570",
              "nm_kor": null,
              "nm_eng": "Park, Ju-Yeon",
              "gvn_nm": null,
              "sur": null,
              "nm_chn": null,
              "email": null,
              "orc_id": null,
              "isni": null,
              "ntis_pson_id": null,
              "wos_aut_id": null,
              "scopus_aut_id": "53064373700",
              "kisti_org_id": "K000213370",
              "blong_org_kor": null,
              "blong_org_eng": "Cancer Epidemiology Branch, Research Institute, National Cancer Center",
              "aut_seq": 2
            },
            {
              "kisti_pson_id": "ADPER0000007413",
              "nm_kor": null,
              "nm_eng": "Kim, Jeong-Seon",
              "gvn_nm": null,
              "sur": null,
              "nm_chn": null,
              "email": "jskim@ncc.re.kr",
              "orc_id": null,
              "isni": "0000000463258439",
              "ntis_pson_id": "10057015",
              "wos_aut_id": null,
              "scopus_aut_id": "56183164600",
              "kisti_org_id": "K000213370",
              "blong_org_kor": null,
              "blong_org_eng": "Cancer Epidemiology Branch, Research Institute, National Cancer Center",
              "aut_seq": 3
            }
          ]
        }
      ]
    }