장애인 편의시설 정보
- Home
- 정보공개
- 공공데이터
- 오픈API
- 장애인 편의시설 정보
본문 시작
장애인 편의시설 정보
서비스 명세
- 서비스명 : 광주 도시철도 장애인 편의시설 현황
서비스URL
- XML 방식 : http://www.grtc.co.kr/subway/openapi/xml/disabledFacilityInformation
- JSON 방식 : http://www.grtc.co.kr/subway/openapi/json/disabledFacilityInformation
요청항목
| 변수 | 변수명 | 타입 | 크기 | 구분 | 항목설명 |
|---|---|---|---|---|---|
| station_id | 역ID | Integer | 2 | 필수 | 역ID (하단 역ID 일람표 참조) |
결과항목
| 변수 | 변수명 | 항목설명 |
|---|---|---|
| station_id | 역ID | 조회한 역의 고유 ID |
| station_name | 역명 | 조회한 역의 명칭 |
| facility_id | 편의시설 ID | 장애인 편의시설 구분 코드 |
| facility_name | 편의시설명 | 장애인 편의시설 명칭 |
| total_count | 전체 개수 | 해당 역에 설치된 편의시설 전체 개수 |
| available_count | 이용가능 개수 | 현재 이용 가능한 편의시설 개수 |
| unavailable_count | 이용불가 개수 | 현재 이용이 불가능한 편의시설 개수 |
| disabled_gates | 이용불가 출입구 | 이용이 불가능한 출입구 번호. 복수인 경우 쉼표(,)로 구분 |
편의시설 ID 일람표
| 편의시설 ID | 편의시설명 |
|---|---|
| DT_01 | 엘리베이터 |
| DT_02 | 에스컬레이터 |
| DT_03 | 휠체어리프트 |
| DT_04 | 장애인화장실 |
| DT_05 | 시각장애인용 촉지도 |
| DT_06 | 휠체어 |
| DT_07 | 시각장애인용 음성유도장치 |
| DT_08 | 장애인용 개/집표기 |
| DT_09 | 장애인전동휠체어급속충전기 |
예시
- 가. 요청값
| 변수 | 요청URL |
|---|---|
| 필수: station_id=16 | https://www.grtc.co.kr/subway/openapi/xml/disabledFacilityInformation?station_id=16 |
- 나. 응답결과
| XML 방식 | JSON 방식 |
|---|---|
| <data> <row> <station_id>16</station_id> <station_name>문화전당</station_name> <facility_id>DT_01</facility_id> <facility_name>엘리베이터</facility_name> <total_count>5</total_count> <available_count>5</available_count> <unavailable_count>0</unavailable_count> <disabled_gates></disabled_gates> </row> <row> <station_id>16</station_id> <station_name>문화전당</station_name> <facility_id>DT_02</facility_id> <facility_name>에스컬레이터</facility_name> <total_count>8</total_count> <available_count>6</available_count> <unavailable_count>2</unavailable_count> <disabled_gates></disabled_gates> </row> </data> |
[ { "station_id": 16, "station_name": "문화전당", "facility_id": "DT_01", "facility_name": "엘리베이터", "total_count": 5, "available_count": 5, "unavailable_count": 0, "disabled_gates": [] }, { "station_id": 16, "station_name": "문화전당", "facility_id": "DT_02", "facility_name": "에스컬레이터", "total_count": 8, "available_count": 6, "unavailable_count": 2, "disabled_gates": [] } ] |
광주 도시철도 역ID 일람표
| 역ID | 역명 |
|---|---|
| 1 | 평동역 |
| 2 | 도산역 |
| 3 | 광주송정역 |
| 4 | 송정공원역 |
| 5 | 공항역 |
| 6 | 김대중컨벤션센터역 |
| 7 | 상무역 |
| 8 | 운천역 |
| 9 | 쌍촌역 |
| 10 | 화정역 |
| 11 | 농성역 |
| 12 | 돌고개역 |
| 13 | 양동시장역 |
| 14 | 금남로5가역 |
| 15 | 금남로4가역 |
| 16 | 문화전당역 |
| 17 | 남광주역 |
| 18 | 학동 · 증심사입구역 |
| 19 | 소태역 |
| 20 | 녹동역 |