20

I am wondering if anybody has any information or news regarding the API (if it exists yet?) of the new YouTube Cards (replacing the old annotations).

Is there any beta api information out yet?

I'm referring to this: enter image description here

Thank you for your help

Plamen G
  • 4,729
  • 4
  • 33
  • 44
rails_has_elegance
  • 1,590
  • 4
  • 21
  • 37

1 Answers1

10

You can track the YouTube Developer Blog and also subscribe to the revision history of YouTube Data API v3, in order to get the latest info on the API, as soon as it is available. Currently (as of the last version of the API - April 27, 2015) there is no way to manage Cards, and I suspect that there would not be, at least not anytime soon.

I think so because currently even annotations are not fully supported by YouTube Data API v3 (they only added support for setting invideo annotations in v3). I suppose there is a specific reason that this feature has been missing for so long- maybe they don't want to unleash it because they foresee some problems that may arise if they do. It has been requested numerous times in the past by the community (See the last posts in this thread, where a YouTube representative has answered, also this question).

I'll investigate further to see if I can find any more info on future revisions of the API and will update my answer. Meanwhile, you can submit a feature request for Card Management API here. Good luck!

Community
  • 1
  • 1
Plamen G
  • 4,729
  • 4
  • 33
  • 44
  • if there is no official cards/annotations API, how does tubebuddy work with YouTube? – PirateApp Mar 19 '17 at 12:11
  • @PirateApp - answer is 2 years old currently. It is possible API is available now. Please do add an answer if you confirm this. Or I can update this answer. – Plamen G Mar 20 '17 at 12:47
  • 1
    nope i still havent found the API which s why i asked the question about tubebuddy – PirateApp Mar 20 '17 at 17:08
  • It looks like TubeBuddy works through a browser extension rather than using the API – so it probably just injects into the HTML to facilitate card creation client-side. – Sai Perchard Mar 02 '18 at 19:40
  • 1
    any updates on this or how to replicate tubebuddy's results? – kraftydevil Apr 09 '19 at 07:52
  • Hey all, any updates on this? Tubebuddy is a browser extension but I checked out its working and they don't really seem to use html to inject or extract information. It seems like they use API to get card details but which one is the question. – geet mehar Aug 10 '19 at 16:48