외국학술지지원센터(Foreign Research Information Center, FRIC) 소장 학술자원에 대한 검색 결과를 OpenAPI를 활용하여 제공함으로써 다양한 정보를 누구나 이용할 수 있도록 제공하는 서비스입니다.
요청변수 | 값 | 설명 |
---|---|---|
key | String(필수) | 이용 등록을 통해 받은 key 값 |
version | String(필수) : "1.0" | version |
type | String(필수) : "O" | 자료유형 (학술지수록논문) |
keyword | String(필수) | 전체검색어(UTF-8 인코딩) keyword, title, author, publisher, issn, center, stitle 중 하나이상 사용해야 함 |
title | String(필수) | 논문명(UTF-8 인코딩) keyword, title, author, publisher, issn, center, stitle 중 하나이상 사용해야 함 |
author | String(필수) | 저자(UTF-8 인코딩) keyword, title, author, publisher, issn, center, stitle 중 하나이상 사용해야 함 |
publisher | String(필수) | 발행처(UTF-8 인코딩) keyword, title, author, publisher, issn, center, stitle 중 하나이상 사용해야 함 |
center | String(필수) | 각 지원센터별 고유 이름. keyword, title, author, publisher, issn, center, stitle 중 하나이상 사용해야 함 |
stitle | String(필수) | 수록 학술지명(UTF-8 인코딩) keyword, title, author, publisher, issn, center, stitle 중 하나이상 사용해야 함 |
spubdate | Integer(ex:2012) | 검색시작 발행년도 |
epubdate | Integer(ex:2012) | 검색마지막 발행년도 |
sort | String : "T", "A", "Y" | 검색 결과 정렬 기준 값 (T: 학술지명, A:저자, Y:발행년도) |
asc | String : "A", "D" | 검색 결과 정렬 방식 (A:오름차순, D:내림차순) |
rsnum | Integer | 검색결과 시작 번호 (기본값 1) |
rowcount | Integer | 검색결과 출력 건수 (기본값 10, 최대 300) |
항목 | 값 | 설명 |
---|---|---|
totalcount | Integer | 결과집합 총수 |
error | String | 에러코드 |
errorMessage | String | 에러메시지 |
fric.type | String : "S", "O" | 자료유형 (S : 학술지, O : 학술지수록논문) |
fric.title | String | 논문명 |
fric.author | String | 저자 |
fric.publisher | String | 발행처 |
fric.pubdate | String | 발행년도 |
fric.stitle | String | 학술지명 |
fric.vol | String | 권사항 |
fric.no | String | 호사항 |
fric.page | String | 수록페이지 |
fric.reg | String | 등재정보 |
fric.issn | String | ISSN |
fric.url | String | 논문 링크 URL |