Detail Search
URL
http://api.pm0603.com/api_content/
Method
GET
URL Params
Key | Type | Value | ex |
---|---|---|---|
seq | int | 공연일련번호 | 103400 |
Data Params
None
Success Response
- Code: 200
{
"count": 1,
"next": null,
"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원",
"content": "<img sre>.....",
"ticket_url": "http://www.bluesquare.kr/Goods/PerformanceDetail.asp?PlayNo=104778&m_menu=performance&s_menu=info",
"phone": "02-577-1987",
"thumbnail": "http://www.culture.go.kr/upload/rdf/show_2017041111391282461.gif",
"place_url": "http://www.bluesquare.kr/",
"place_addr": "서울특별시 용산구 이태원로 294 (한남동) 블루스퀘어",
"place_seq": "2096",
"bookmarks": [
5,
10,
24
]
}
]
}
Response Description
Key | Type | Value |
---|---|---|
seq | int | 일련번호 |
title | str | 공연 제목 |
start_date | date | 공연 시작일 |
end_date | date | 공연 마감 |
place | str | 공연장소명 |
realm_name | str | 분야명 |
area | str | 지역 |
price | str | 가격 |
content | str | 공연 정보 |
ticket_url | str | 티켓 정보 |
phone | str | 문의처 |
thumbnail | str | 썸네일 |
place_url | str | 공연장 홈페이지 |
place_addr | str | 공연장 주소 |
bookmarks | int | 북마 |
Error Response
None