200: 목록 조회
400: 지원하지 않는 카테고리 ID
403: 할당량 초과
500: 서버 에러
1 = Film & Animation
2 = Autos & Vehicles
3 = 전체 카테고리 (임의 추가)
10 = Music
15 = Pets & Animals
17 = Sports
20 = Gaming
22 = people & Blogs
23 = Comedy
24 = Entertainment
25 = News & Politics
26 = Howto & Style
28 = Science & Technology
이외 카테고리는 한국 인기 급상승 영상 api 에서 제공하지 않음
{
"data": [
{
"videoCategory": String,
"videoId": long,
"youtubeUrl": String,
"thumbnailUrl": String,
"title": String
},
...
}
]
}