v1
latestOpenAPI 3.0.02026-07-24360247.6 KB최신 라이브 및 VOD 조회
최신 라이브 및 VOD 조회 API입니다.
get/V1/front/broadcast
Query parameters
partnerIdstring required
발급받은 파트너 아이디
searchStartDtstring
Live 방송 시작일시 혹은 Catchup & Vod 공개 시작 일시
searchEndDtstring
Live 방송 종료일시 혹은 Catchup & Vod 공개 종료 일시
searchWordstring
검색어 (방송 명, 상품 명, 상품 브랜드 명)
searchTypestring
방송 종류 (0: Live&Catchup, 1: Vod, 2: All, 3: Live, 4: Catchup)
returnLimitstring
반환 개수 (min: 1, max: 100)
nextKeystring
다음 페이지 조회 키가 있을 때 해당 키를 입력
Response
200
Example response
{
"code": "SU0000",
"response": {
"nextKey": "string",
"items": [
{
"broadcastCategoryId1": "카테고리 대분류 id",
"broadcastCategoryId2": "카테고리 중분류 id",
"broadcastId": "string",
"broadcastName": "string",
"explanationHeadline": {
"isUsed": true,
"text": "대표 문구 텍스트",
"color": "#FF0000"
},
"explanationUrl": "https://cache-broadcast.stage.sauceflex.com/{partnerUniqueId}/{broadcastId}/explanation.json"
}
]
}
}