YouTube is a trademark of Google LLC. This site is not affiliated with or endorsed by Google or YouTube.

The
API.

A simple JSON API for parsing playlist metadata. Currently in private beta — join the waitlist to be considered.

GET /v1/playlist?url=https://youtube.com/playlist?list=…

{
  "id": "PL...",
  "title": "Full course",
  "videos": 42,
  "duration_seconds": 51200,
  "items": [ { "id": "abc", "title": "Lesson 1", "duration": 620 } ]
}

Contact api@playlistvault.example for beta access.