Genre Search
URL
http://api.pm0603.com/api/db_save_genre/
Method
GET
URL Params
Key |
Type |
Value |
ex |
search |
str |
분야별 코드 |
D000 |
rows |
str |
데이터 수 (2 이상) |
2 (default=10) |
Params Detail
search |
Description |
A000 |
연극 |
B000 |
음악, 국악, 콘서트 |
C000 |
무용 |
D000 |
미술 |
Success Response
{
"response": {
"comMsgHeader": {
"RequestMsgID": null,
"ResponseTime": "2017-04-25 17:48:05.485",
"ResponseMsgID": null,
"SuccessYN": "Y",
"ReturnCode": "00",
"ErrMsg": "NORMAL SERVICE."
},
"msgBody": {
"totalCount": "21",
"cPage": "1",
"rows": "2",
"realmCode": "C000",
"perforList": [
{
"seq": "113988",
"title": "경기도립무용단 기획공연 <판>",
"startDate": "20170318",
"endDate": "20171021",
"place": "경기도문화의전당 소극장",
"realmName": "무용",
"area": "경기",
"thumbnail": "http://www.culture.go.kr/upload/rdf/show_2017022110204994471.JPG",
"gpsX": "127.037571377",
"gpsY": "37.2615818858"
},
...
Response Detail
Key |
Type |
Value |
seq |
int |
일련번호 |
title |
str |
공연 제목 |
start_date |
date |
공연 시작일 |
end_date |
date |
공연 마감 |
place |
str |
공연장소명 |
realm_name |
str |
분야명 |
area |
str |
지역 |
thumbnail |
str |
썸네일 |
Error Response
"유효하지 않은 파라미터 혹은 파라미터 값입니다"