Analytics
YouTube Playlists
Get Started
API Endpoints
- Ayrshare API Overview
- Ads
- Analytics
- Auto Schedule
- Brand
- Comments
- Feed
- Generate
- Hashtags
- History
- Links
- Media
- Messages
- Post
- Profiles
- Reviews
- User
- Utils
- Validate
- Webhooks
Multiple Users
Dashboard
- Overview
- Connect Social Accounts
- Publish a Post
- Revoke Access to Social Media
- RSS
Additional
- What's New At Ayrshare
- Errors
- Max Pack
- Media Guidelines
- Packages & Guides
- System Status
- Testing & Verification
- ISO Codes
Analytics
YouTube Playlists
Get the YouTube playlists for the connected YouTube channel
GET
/
analytics
/
youTubePlaylists
curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.ayrshare.com/api/analytics/youTubePlaylists
{
"status": "success",
"channelId": "UCsp6CnxiNbUU0AJtuYKZw",
"playLists": [
{
"averageTimeInPlaylist": 2.2,
"averageViewDuration": 3.1,
"description": "A great list",
"estimatedMinutesWatched": 21,
"estimatedRedMinutesWatched": 23,
"id": "PLcLpmVOb3fDaf7Mps",
"playlistStarts": 23,
"thumbNail": {
"url": "https://i.ytimg.com/vi/default.jpg",
"width": 120,
"height": 90
},
"title": "Super Playlist",
"views": 55,
"viewsPerPlaylistStart": 32
},
{
"averageTimeInPlaylist": 2,
"averageViewDuration": 4.5,
"description": "A great list 2",
"estimatedMinutesWatched": 2,
"estimatedRedMinutesWatched": 3,
"id": "FLsp6CnxiNbUU0AJtu",
"playlistStarts": 23,
"thumbNail": {
"url": "https://i.ytimg.com/vi/default.jpg",
"width": 120,
"height": 90
},
"title": "Favorites",
"views": 20,
"viewsPerPlaylistStart": 23
}
],
"lastUpdated": "2023-01-18T03:09:59.757Z",
"nextUpdate": "2023-01-18T03:42:29.757Z"
}
Available on Premium, Business, Enterprise plans.
Header Parameters
curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.ayrshare.com/api/analytics/youTubePlaylists
{
"status": "success",
"channelId": "UCsp6CnxiNbUU0AJtuYKZw",
"playLists": [
{
"averageTimeInPlaylist": 2.2,
"averageViewDuration": 3.1,
"description": "A great list",
"estimatedMinutesWatched": 21,
"estimatedRedMinutesWatched": 23,
"id": "PLcLpmVOb3fDaf7Mps",
"playlistStarts": 23,
"thumbNail": {
"url": "https://i.ytimg.com/vi/default.jpg",
"width": 120,
"height": 90
},
"title": "Super Playlist",
"views": 55,
"viewsPerPlaylistStart": 32
},
{
"averageTimeInPlaylist": 2,
"averageViewDuration": 4.5,
"description": "A great list 2",
"estimatedMinutesWatched": 2,
"estimatedRedMinutesWatched": 3,
"id": "FLsp6CnxiNbUU0AJtu",
"playlistStarts": 23,
"thumbNail": {
"url": "https://i.ytimg.com/vi/default.jpg",
"width": 120,
"height": 90
},
"title": "Favorites",
"views": 20,
"viewsPerPlaylistStart": 23
}
],
"lastUpdated": "2023-01-18T03:09:59.757Z",
"nextUpdate": "2023-01-18T03:42:29.757Z"
}
curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.ayrshare.com/api/analytics/youTubePlaylists
{
"status": "success",
"channelId": "UCsp6CnxiNbUU0AJtuYKZw",
"playLists": [
{
"averageTimeInPlaylist": 2.2,
"averageViewDuration": 3.1,
"description": "A great list",
"estimatedMinutesWatched": 21,
"estimatedRedMinutesWatched": 23,
"id": "PLcLpmVOb3fDaf7Mps",
"playlistStarts": 23,
"thumbNail": {
"url": "https://i.ytimg.com/vi/default.jpg",
"width": 120,
"height": 90
},
"title": "Super Playlist",
"views": 55,
"viewsPerPlaylistStart": 32
},
{
"averageTimeInPlaylist": 2,
"averageViewDuration": 4.5,
"description": "A great list 2",
"estimatedMinutesWatched": 2,
"estimatedRedMinutesWatched": 3,
"id": "FLsp6CnxiNbUU0AJtu",
"playlistStarts": 23,
"thumbNail": {
"url": "https://i.ytimg.com/vi/default.jpg",
"width": 120,
"height": 90
},
"title": "Favorites",
"views": 20,
"viewsPerPlaylistStart": 23
}
],
"lastUpdated": "2023-01-18T03:09:59.757Z",
"nextUpdate": "2023-01-18T03:42:29.757Z"
}