전체메뉴 닫기

Open API

API 이천 전리권 전자밀도 관측자료

지난 24시간동안 이천에서 관측한 전리권 전자밀도 정보를 실시간으로 제공합니다.

분류체계, 업데이트주기, API 유형, 데이터포맷, 제공기관, 관리부서, 등록일, 최종수정일, 데이터 사용기간, 이용허락범위, 키워드의 정보가 기입되어 있습니다.
API 유형 REST 데이터포맷 JSON
제공기관 우주환경센터 관리부서 우주환경센터
등록일 2022-04-26 최종수정일 2025-09-25
이용허락범위 이용허락범위 제한 없음


<h4>서비스 개요</h4> <div class="h4Content"> <ul> <li>이천 전리권 전자밀도 관측자료 <div class="info mgt10 tableBox"> <table> <caption>이천 전리권 전자밀도 관측자료 정보가 기입되어 있습니다.</caption> <tbody> <tr> <th scope="row">이천 전리권 전자밀도 관측자료</th> <td>지난 24시간동안 이천에서 관측한 전리권 전자밀도 정보를 실시간으로 제공합니다.</td> </tr> </tbody> </table> </div> </li> </ul> </div> <h4>요청 주소 (Request URL)</h4> <div class="h4Content"> <ul> <li>Icheon Ionosphere http://spaceweather.kasa.go.kr/api/ionosphere/icheon</li> </ul> </div> <h4>요청 주소 샘플 (Request URL Sample)</h4> <div class="h4Content"> <ul> <li>Icheon Ionosphere : <a href="/api/ionosphere/icheon" target="_blank" title="새창열림">http://spaceweather.kasa.go.kr/api/ionosphere/icheon</a></li> </ul> </div> <h4>요청변수(Request Parameter)</h4> <div class="h4Content"> <ul> <li>이천 전리권 전자밀도 관측자료 <div class="info mgt10 tableBox"> <table> <caption>이천 전리권 전자밀도 관측자료의 파라미터, 타입, 설명, 비고의 정보가 제공됩니다.</caption> <thead> <tr> <th scope="row">파라미터</th> <th scope="row">타입</th> <th scope="row">설명</th> <th scope="row">비고</th> </tr> </thead> <tbody> <tr> <td colspan="4">입력 값 없음</td> </tr> </tbody> </table> </div> </li> </ul> </div> <h4>출력결과(Response Element)JSON</h4> <div class="h4Content"> <ul> <li>이천 전리권 전자밀도 관측자료 <div class="alignCenter info mgt10 tableBox"> <table> <caption>이천 전리권 전자밀도 관측자료 출력의 키, 타입, 설명, 비고의 정보가 제공됩니다.</caption> <thead> <tr> <th scope="row">키</th> <th scope="row">타입</th> <th scope="row">설명</th> <th scope="row">비고</th> </tr> </thead> <tbody> <tr> <td>Error</td> <td>Boolean</td> <td>오류 발생 여부</td> <td>false: 오류 없음</td> </tr> <tr> <td>ErrorCode</td> <td>String</td> <td>오류 발생 시 오류 코드</td> <td>&nbsp;</td> </tr> <tr> <td>Data</td> <td>List</td> <td>측정 값 목록</td> <td>&nbsp;</td> </tr> <tr> <td>Time</td> <td>String</td> <td>수집시각</td> <td>Universal Time</td> </tr> <tr> <td>PRN</td> <td>Float</td> <td>위성번호</td> <td>각 GPS위성을 식별하기 위한 Pseudo-random-noise 코드</td> </tr> <tr> <td>S4</td> <td>Float</td> <td>신틸레이션 지수</td> <td>&nbsp;</td> </tr> <tr> <td>TEC45</td> <td>Float</td> <td>매분 45초 값</td> <td>&nbsp;</td> </tr> <tr> <td>TEC30</td> <td>Float</td> <td>매분 30초 값</td> <td>&nbsp;</td> </tr> <tr> <td>TEC15</td> <td>Float</td> <td>매분 15초 값</td> <td>&nbsp;</td> </tr> <tr> <td>TEC0</td> <td>Float</td> <td>매분 0초 값</td> <td>&nbsp;</td> </tr> </tbody> </table> </div> </li> </ul> </div> <h4>출력 샘플 (Response Sample)JSON</h4> <div class="h4Content"> <ul> <li>이천 전리권 전자밀도 관측자료 <pre> { &quot;Error&quot;: false, &quot;ErrorCode&quot;:&quot;NOERR&quot;, &quot;Data&quot;: [ { &quot;Time&quot;:&quot;2021-09-13 00:00:00&quot;, &quot;PRN&quot;:5, &quot;S4&quot;:0.049, &quot;TEC45&quot;:19.52, &quot;TEC30&quot;:19.225, &quot;TEC15&quot;:17.445, &quot;TEC0&quot;:18.445 }, ... ] } </pre> </li> </ul> </div> <h4>오류 코드 (Error Code)</h4> <div class="h4Content"> <div class="info mgt10 tableBox"> <table> <caption>오류코드의 오류코드, 상황의 정보가 제공됩니다.</caption> <thead> <tr> <th scope="row">오류코드</th> <th scope="row">상황</th> </tr> </thead> <tbody> <tr> <td>NOERR</td> <td>오류 없음</td> </tr> <tr> <td>ERR001</td> <td>수집 데이터 없음</td> </tr> <tr> <td>ERR002</td> <td>수집 데이터 읽기 오류</td> </tr> <tr> <td>ERR003</td> <td>수집 데이터 분석 오류</td> </tr> </tbody> </table> </div> </div>