
> 커리어넷 오픈API > RSS 서비스
RSS 서비스 정보를 제공 합니다.
RSS 2.0 포멧 XML 형태 URL : //www.career.go.kr/cnet/common/service/dreamLetter.rss
| 노드 | 타입 | 설명 |
|---|---|---|
| <channel> | RSS체널로 체널 정보와 하위 서브데이터 <item>목록을 가진다 | |
| <title> | String | 필수, 체널명 |
| <link> | String | 필수, 체널의 대표링크 |
| <description> | String | 필수, 체널 설명 |
| <language> | String | 제공 언어, 현재는 ko만 제공함 |
| <copyright> | String | 저작권 |
| <pubDate> | String(RFC822 type) | 체널 출판일 |
| 노드 | 타입 | 설명 |
|---|---|---|
| <item> | 체널의 sub-element 영역이며 드림레터 목록을 제공한다. | |
| <title> | String | 필수, 드림레터명 |
| <link> | String | 필수, 드림레터의 대표링크 |
| <description> | String | 필수, 드림레터 설명 |
| <content:encoded> | XML escaped String | 드림레터 본문을 제공하며, 추가 스팩임 |
| <pubDate> | String(RFC822 type) | 드림레터 출판일 |
| <author> | String | 작성자 |
| <guid> | String | 드림레터 고유값으로 유일함 |
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
<title>커리어넷 드림레터</title>
<link>//www.career.go.kr/cnet/front/web/courseEdu/dreamLetterList.do</link>
<description>커리어넷에서 제공하는 드림레터로 초중고등학생의 진로진학 관련 잡지입니다</description>
<language>ko</language>
<copyright>2013-2014 커리어넷</copyright>
<pubDate>Mon, 26 May 2014 08:54:13 GMT</pubDate>
<item>
<title>드림레터 제2014-11호 전공, 그것이 알고 싶다!Ⅱ(고등학교용)</title>
<link>//www.career.go.kr/cnet/front/web/courseEdu/dreamLetterView.do?DR_SEQ=203</link>
<description>드림레터 제2014-11호 전공, 그것이 알고 싶다!Ⅱ(고등학교용)</description>
<content:encoded>전공 그것이 알고싶다!<div><b>2] 대학교의.. 드림레터 내용 생략 ...</div></content:encoded>
<pubDate>Tue, 20 May 2014 15:00:00 GMT</pubDate>
<author>한국직업능력연구원</author>
<guid>203</guid>
</item>
<item>
<title>드림레터 제2014-11호 이런 직업도 있어요Ⅵ(초등학교용)</title>
<link>//www.career.go.kr/cnet/front/web/courseEdu/dreamLetterView.do?DR_SEQ=202</link>
<description>드림레터 제2014-11호 이런 직업도 있어요Ⅵ(초등학교용)</description>
<content:encoded>이런 직업도 있어요 ⑥<div>세상에는... 드림레터 내용 생략 ...</div></content:encoded>
<pubDate>Tue, 20 May 2014 15:00:00 GMT</pubDate>
<author>한국직업능력연구원</author>
<guid>202</guid>
</item>
</channel>
</rss>