cURL
curl --request GET \ --url https://api.bundle.social/api/v1/misc/youtube/playlist-items \ --header 'x-api-key: <api-key>'
{ "kind": "<string>", "etag": "<string>", "nextPageToken": "<string>", "prevPageToken": "<string>", "pageInfo": { "totalResults": 123, "resultsPerPage": 123 }, "items": [] }
1 <= x <= 20
200
The response is of type object.
object
Was this page helpful?