- Known Issues 3
- Bugs 1784
- Feature Requests 1168
- Projects 416
- General Discussion 1377
- Technical Help 1097
- Cameras 240
- API 111
This conversation is missing your voice. Take five seconds to join Vimeo or log in.
- Vimeo: About / Blog / Roadmap / Developers / Community Guidelines / Forums / Help! / Site Map
- Legal: © 2008 Vimeo, LLC. All rights reserved. / Terms & Conditions / Privacy Statement



.
i would like to have a field on the API results that indicates if that clip is private or not so that i can include ou exclude private videos for some website.
example:
when calling: vimeo.com/api/channel/hd/clips.xml
each "clip" node in that xml has several nodes like "title", "url", "clip_id", etc..
the idea is to add a node for private like "true" could be a filled/empty or true/false, etc..
This applied to xml, php, etc.. all formats
Thanks for your time
As for the Advanced API you always have the privacy tag delivered inside the appropriate container like this:
video id="285264" privacy="anybody" is_uploading="0" is_transcoding="0" is_hd="0" is_favorite="0"
I've made it so that it won't ever return these. It should update sometime later today.