Genre Search
URL
http://api.pm0603.com/api_content/
Method
GET
URL Params
Key |
Type |
Value |
ex |
realm_name |
str |
분류명 |
연극 |
page |
str |
페이지 |
2 |
ordering |
str |
정렬 |
start_date(default=-start_date) |
URL Params Detail(realm_name)
realm_name |
연극 |
음악 |
국악 |
콘서트 |
무용 |
미술 |
Data Param
None
Success Response
{
"count": 138,
"next": "http://api.pm0603.com/api_content/?page=2&realm_name=%EC%97%B0%EA%B7%B9",
"previous": null,
"results": [
{
"id": 278,
"seq": "115322",
"title": "시카고 오리지널 내한",
"start_date": "2017-05-27",
"end_date": "2017-07-23",
"place": "블루스퀘어 삼성전자홀",
"realm_name": "연극",
"area": "서울",
"price": "VIP석 140,000원 R석 120,000원 OP석 120,000원 S석 80,000원 A석 60,000원 B석 40,000원",
"thumbnail": "http://www.culture.go.kr/upload/rdf/show_2017041111391282461.gif"
},
...
Response Description
key |
Type |
Value |
seq |
int |
일련번호 |
title |
str |
공연 제목 |
start_date |
date |
공연 시작일 |
end_date |
date |
공연 마감 |
place |
srt |
공연장소명 |
realm_name |
srt |
분야명 |
area |
srt |
지역 |
price |
srt |
가격 |
thumbnail |
srt |
썸네일 |
Error Response
None