Get the youtube playlist detail using the v3 API

user782104
http://gdata.youtube.com/feeds/api/playlists/PLAYLIST_ID

This will get the list data of a youtube channel , for example

http://gdata.youtube.com/feeds/api/playlists/UUY8zZ2vTM_ipmlSwy7CPFpw?v=3&alt=json

This, will get the data in JSON format. however, since the API has switched to V3 I wonder are there a URL that does the same thing?

Tried something like

 https://www.googleapis.com/youtube/v3/playlists?part=snippet
                        &channelId=UUY8zZ2vTM_ipmlSwy7CPFpw

but no luck. Thanks for helping.

Hazemusa

There is a difference between Channel & Playlist. Check out this page for more information. https://code.google.com/apis/console/ There you need to go to "YouTube Data API v3 > youtube.channels.list" which will allow you to test the action you want to perform.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Unable to delete a youtube playlist using youtube api v3

From Dev

Unable to delete a youtube playlist using youtube api v3

From Dev

youtube api v3 - get videos from a public playlist. with out using api key

From Dev

How to get data of a youtube playlist in JSON format using JavaScript API V3

From Dev

YouTube API v3 get last video in playlist

From Dev

YouTube API v3 get last video in playlist

From Dev

Retrieve all videos from youtube playlist using youtube v3 API

From Dev

Get channel/playlist's last update time with YouTube API v3

From Dev

Get all playlist ids from channel id - youtube api v3

From Dev

Get all video informaion from playlist in YouTube API v3

From Dev

retrieve all playlist entry Youtube API V3 using pageToken

From Dev

Can not insert multiple videos into a playlist - YouTube API v3

From Dev

Youtube api v3 list ordered playlist items

From Dev

insert video into a playlist with youtube api v3

From Dev

Deleting a video from a playlist with YouTube Data API v3

From Dev

Retrieve number of items in playlist with YouTube API v3

From Dev

Retrieve Video IDs contained in a Playlist - YouTube API v3

From Dev

Displaying playlist data from YouTube API v3

From Dev

Using YouTube API V3 to get video for channelId is failing

From Dev

How would I delete a playlist using YouTube API V3? Or would I have to use an AJAX DELETE method?

From Dev

Youtube API v3 get comments

From Dev

Youtube API v3 get comments

From Dev

Get Youtube Video URL using Youtube V3 API & JavaScript

From Dev

how to get full description of youtube video using youtube api v3

From Dev

Get Youtube Video URL using Youtube V3 API & JavaScript

From Dev

how to get full description of youtube video using youtube api v3

From Dev

Delete videos from playlist using YouTube API

From Dev

Retrieve video ids from playlist id - youtube api v3

From Dev

Youtube API V3 - Missing items in playlist when requesting them with playlistItems.list

Related Related

  1. 1

    Unable to delete a youtube playlist using youtube api v3

  2. 2

    Unable to delete a youtube playlist using youtube api v3

  3. 3

    youtube api v3 - get videos from a public playlist. with out using api key

  4. 4

    How to get data of a youtube playlist in JSON format using JavaScript API V3

  5. 5

    YouTube API v3 get last video in playlist

  6. 6

    YouTube API v3 get last video in playlist

  7. 7

    Retrieve all videos from youtube playlist using youtube v3 API

  8. 8

    Get channel/playlist's last update time with YouTube API v3

  9. 9

    Get all playlist ids from channel id - youtube api v3

  10. 10

    Get all video informaion from playlist in YouTube API v3

  11. 11

    retrieve all playlist entry Youtube API V3 using pageToken

  12. 12

    Can not insert multiple videos into a playlist - YouTube API v3

  13. 13

    Youtube api v3 list ordered playlist items

  14. 14

    insert video into a playlist with youtube api v3

  15. 15

    Deleting a video from a playlist with YouTube Data API v3

  16. 16

    Retrieve number of items in playlist with YouTube API v3

  17. 17

    Retrieve Video IDs contained in a Playlist - YouTube API v3

  18. 18

    Displaying playlist data from YouTube API v3

  19. 19

    Using YouTube API V3 to get video for channelId is failing

  20. 20

    How would I delete a playlist using YouTube API V3? Or would I have to use an AJAX DELETE method?

  21. 21

    Youtube API v3 get comments

  22. 22

    Youtube API v3 get comments

  23. 23

    Get Youtube Video URL using Youtube V3 API & JavaScript

  24. 24

    how to get full description of youtube video using youtube api v3

  25. 25

    Get Youtube Video URL using Youtube V3 API & JavaScript

  26. 26

    how to get full description of youtube video using youtube api v3

  27. 27

    Delete videos from playlist using YouTube API

  28. 28

    Retrieve video ids from playlist id - youtube api v3

  29. 29

    Youtube API V3 - Missing items in playlist when requesting them with playlistItems.list

HotTag

Archive