video

Get video informations

Get video informations

get/api/v1/videos/{id}/info

Path parameters

idstring required

Video ID

Response

Video Informations

titlestring
uploadDateUnixinteger

Example response

{
  "title": "amazingtitle",
  "uploadDateUnix": 1652173257
}

Changes

Changed in 3 of the 10 revisions of this API.13