The process is quite simple:
- Get an API key for the YouTube v3 Data API.
- Query the
https://www.googleapis.com/youtube/v3/channels?part=contentDetails&forUsername={user_or_channel_name}&key={your_api_key}
url and substitute the channel name and api key with the proper values.
- Query the
https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&playlistId={playlist_id}&maxResults=50&key={your_api_key}
url and substitute the playlist ID with the ID of the "uploads" playlist (fetched with the prev. query) and your API key. The result will contain max. 50 videos, but if it's so, there'll be a "nextPageToken" value that you can add to the URL in the "pageToken" parameter and request the next 50 videos, etc.
Recent comments
2 years 29 weeks ago
3 years 50 weeks ago
3 years 50 weeks ago
4 years 4 days ago
4 years 1 week ago
4 years 8 weeks ago
4 years 8 weeks ago
4 years 8 weeks ago
4 years 8 weeks ago
4 years 8 weeks ago