I’m trying to get metadata for all my clips on platform including the [custom_id] field. This field is available from the standard YouTube video and asset summary reports but rather than downloading the report, I’d like to know if I can get this via any of the APIs.
Using the OAuthPlayground, I have managed to get all the metadata I need via the YouTube Video Data API EXCEPT the custom_id.
Eg
https://youtube.googleapis.com/youtube/v3/videos?part=snippet&id=[VIDEO_ID]
Is there an API I can call that will return a clip’s metadata which includes the custom_id?
Sarina Salim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2