curl --request GET \
--url https://video.bunnycdn.com/library/{libraryId}/videos/{videoId}/play{
"video": {
"videoLibraryId": 123,
"guid": "<string>",
"title": "<string>",
"dateUploaded": "2023-11-07T05:31:56Z",
"views": 123,
"isPublic": true,
"length": 123,
"status": 0,
"framerate": 123,
"width": 123,
"height": 123,
"outputCodecs": "<string>",
"thumbnailCount": 123,
"encodeProgress": 123,
"storageSize": 123,
"hasMP4Fallback": true,
"averageWatchTime": 123,
"totalWatchTime": 123,
"description": "<string>",
"rotation": 123,
"availableResolutions": "<string>",
"captions": [
{
"srclang": "<string>",
"label": "<string>",
"version": 123
}
],
"collectionId": "<string>",
"thumbnailFileName": "<string>",
"thumbnailBlurhash": "<string>",
"category": "<string>",
"chapters": [
{
"title": "<string>",
"start": 123,
"end": 123
}
],
"moments": [
{
"label": "<string>",
"timestamp": 123
}
],
"metaTags": [
{
"property": "<string>",
"value": "<string>"
}
],
"transcodingMessages": [
{
"timeStamp": "2023-11-07T05:31:56Z",
"level": 0,
"issueCode": 0,
"message": "<string>",
"value": "<string>"
}
],
"jitEncodingEnabled": true,
"smartGenerateStatus": 0,
"hasOriginal": true,
"originalHash": "<string>",
"hasHighQualityPreview": true
},
"libraryName": "<string>",
"captionsPath": "<string>",
"seekPath": "<string>",
"thumbnailUrl": "<string>",
"fallbackUrl": "<string>",
"videoPlaylistUrl": "<string>",
"originalUrl": "<string>",
"previewUrl": "<string>",
"controls": "<string>",
"enableDRM": true,
"drmVersion": 123,
"playerKeyColor": "<string>",
"vastTagUrl": "<string>",
"viAiPublisherId": "<string>",
"captionsFontSize": 123,
"captionsFontColor": "<string>",
"captionsBackground": "<string>",
"uiLanguage": "<string>",
"allowEarlyPlay": true,
"tokenAuthEnabled": true,
"enableMP4Fallback": true,
"showHeatmap": true,
"fontFamily": "<string>",
"playbackSpeeds": "<string>",
"widevineMinClientSecurityLevel": 123,
"zoneTier": 123,
"rememberPlayerPosition": true,
"customCss": "<string>"
}curl --request GET \
--url https://video.bunnycdn.com/library/{libraryId}/videos/{videoId}/play{
"video": {
"videoLibraryId": 123,
"guid": "<string>",
"title": "<string>",
"dateUploaded": "2023-11-07T05:31:56Z",
"views": 123,
"isPublic": true,
"length": 123,
"status": 0,
"framerate": 123,
"width": 123,
"height": 123,
"outputCodecs": "<string>",
"thumbnailCount": 123,
"encodeProgress": 123,
"storageSize": 123,
"hasMP4Fallback": true,
"averageWatchTime": 123,
"totalWatchTime": 123,
"description": "<string>",
"rotation": 123,
"availableResolutions": "<string>",
"captions": [
{
"srclang": "<string>",
"label": "<string>",
"version": 123
}
],
"collectionId": "<string>",
"thumbnailFileName": "<string>",
"thumbnailBlurhash": "<string>",
"category": "<string>",
"chapters": [
{
"title": "<string>",
"start": 123,
"end": 123
}
],
"moments": [
{
"label": "<string>",
"timestamp": 123
}
],
"metaTags": [
{
"property": "<string>",
"value": "<string>"
}
],
"transcodingMessages": [
{
"timeStamp": "2023-11-07T05:31:56Z",
"level": 0,
"issueCode": 0,
"message": "<string>",
"value": "<string>"
}
],
"jitEncodingEnabled": true,
"smartGenerateStatus": 0,
"hasOriginal": true,
"originalHash": "<string>",
"hasHighQualityPreview": true
},
"libraryName": "<string>",
"captionsPath": "<string>",
"seekPath": "<string>",
"thumbnailUrl": "<string>",
"fallbackUrl": "<string>",
"videoPlaylistUrl": "<string>",
"originalUrl": "<string>",
"previewUrl": "<string>",
"controls": "<string>",
"enableDRM": true,
"drmVersion": 123,
"playerKeyColor": "<string>",
"vastTagUrl": "<string>",
"viAiPublisherId": "<string>",
"captionsFontSize": 123,
"captionsFontColor": "<string>",
"captionsBackground": "<string>",
"uiLanguage": "<string>",
"allowEarlyPlay": true,
"tokenAuthEnabled": true,
"enableMP4Fallback": true,
"showHeatmap": true,
"fontFamily": "<string>",
"playbackSpeeds": "<string>",
"widevineMinClientSecurityLevel": 123,
"zoneTier": 123,
"rememberPlayerPosition": true,
"customCss": "<string>"
}The play data of the requested video
Video data.
Show child attributes
Was this page helpful?