There are a couple of Vine viewers online that have channel lists like the official site:
2 - And another one:
And as far as I know, there still isn't an official Vine API. However, there is this unofficial way to get feeds:
http://khakimov.com/blog/2013/03/12/vines-undocumented-api/
It works for popular
and tags
, but there isn't an endpoint for channels
. The bottlr.co
channels follow the official vine.co
channels exactly, but the http://seenive.com/
channels don't.
I tried using the tags endpoint from the nameless API linked above, eg.
https://api.vineapp.com/timelines/tags/comedy
, but it doesn't match the official channel and it just pulls the most recent tagged media. I'm assuming the channels are curated and would like that feed.I tried
https://api.vineapp.com/timelines/channels/comedy
on a guess but no luck.I haven't tried scraping
vine.co
, which might be whatbottlr.com
does, but I'd rather not do that.
Any suggestions?
a little late response here.. but i am the creator of https://bottlr.co and can give you the answers. We use the mobile app API, one way for you to get the endpoint can be by using Charles as a proxy on your mobile. The endpoints for channels are:
Where channels are in numbers:
And area can be popular or recent.
So an example to get the latest vines in comedy channel would be: