HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🤎
프론트엔드 데브코스 5기 교육생
/
🔥
문동욱팀
/
🍂
팀 프로젝트
/
🎵
Music Player
🎵

Music Player

💡
API KEY : AIzaSyBqAu6nLVRld9G3hCpD-ZX5RZcjS0TzhFs
 

YouTube API 사용방법 (참고 블로그)

[YouTube API] 유튜브 API 동영상 데이터 가져오는 방법
유튜브 영상을 가져오기 위해서는 유튜브 API를 사용해야 한다. 1. Google Cloud Platform 프로젝트 등록 Google 클라우드 플랫폼 로그인 Google 클라우드 플랫폼으로 이동 accounts.google.com 1-1) 프로젝트 생성 1-2) YouTube Data API v3 사용 검색 > YouTube Data API v3 클릭 > 사용 클릭 1-3) API Key 생성 사용자 인증 정보 > 사용자 인증 정보 만들기 > API 키 1-4) API Key 제한 설정 (선택) 무단 사용 방지를 위해 Key 수정 키제한 > YouTube Data API v3 선택 2. YouTube API 통해 동영상 리스트 가져오기 Videos: list | YouTube Data API | Goo..
[YouTube API] 유튜브 API 동영상 데이터 가져오는 방법
https://cocococo.tistory.com/entry/Youtube-API-유튜브-API-동영상-데이터-가져오는-방법#google_vignette
[YouTube API] 유튜브 API 동영상 데이터 가져오는 방법
 

API 호출 시 (DummyData)

{ "kind": "youtube#searchListResponse", "etag": "JXA5gJU6eEv3mnn1dq-EDpkLj0Y", "regionCode": "KR", "pageInfo": { "totalResults": 6, "resultsPerPage": 6 }, "items": [ { "kind": "youtube#searchResult", "etag": "V70jMvM_bzKc81f_f7M1FDX3lgc", "id": { "kind": "youtube#video", "videoId": "bwzkrvN1f-0" }, "snippet": { "publishedAt": "2023-11-30T00:23:01Z", "channelId": "UC0FrPf0PwrBSvNtNFQGMfKA", "title": "【𝐏𝐥𝐚𝐲𝐥𝐢𝐬𝐭】 듣자마자 귀에 꽂히는 트렌디한 JPOP", "description": "본 영상은 수익을 창출하지 않습니다. #jpop #playlist #일본노래 #제이팝 #플레이리스트.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/bwzkrvN1f-0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/bwzkrvN1f-0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/bwzkrvN1f-0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "성준 ᴅᴇᴜxᴠᴜᴇ", "liveBroadcastContent": "none", "publishTime": "2023-11-30T00:23:01Z" } }, ] }
https://www.googleapis.com/youtube/v3/search?part=snippet&maxResults=10&q=jpopt&type=video&videoCategoryId=10&key=AIzaSyBqAu6nLVRld9G3hCpD-ZX5RZcjS0TzhFs