Replies: 6 comments
-
Currently we don't provide maintenance/support for usage of our API in other applications, which is why we don't document our APIs. Using any of our APIs is currently at your own risk, and could break/change at any time (though that's not something we try to do, hence versioning). v2 will be removed soon, but there are still some internal services using v2 (which is the only reason it remains online). While we still don't officially support v3, you could consider the endpoints used within our extension to be deemed as safer to use (which are the cached ones you noted). |
Beta Was this translation helpful? Give feedback.
-
@night Because my ticket was closed/moved, I am asking here again: https://api.betterttv.net/3/ All gone. The v4 api was working some weeks ago, and now it isnt anymore. It just redirects to https://betterttv.com/ instead of giving an json output. |
Beta Was this translation helpful? Give feedback.
-
requests appear to succeed normally for the links specified:
|
Beta Was this translation helpful? Give feedback.
-
I suppose they're setting
|
Beta Was this translation helpful? Give feedback.
-
Weird... There was a change made to the API though, in the past 1-3 weeks. It seems to not send back jsons for some headers? That seems to be changed. I was not getting API feedback the other day in my app, but I just tested it this moment, and it seems to work again. Do you need to pass some specific header information for the API to work which was changed? If you open the API end points in a browser, it redirects to https://betterttv.com/. That was still working a few weeks ago. |
Beta Was this translation helpful? Give feedback.
-
We now have public documentation: https://betterttv.com/developers |
Beta Was this translation helpful? Give feedback.
-
Third-party applications, bots, websites etc. often find the need to integrate with BetterTTV, and in the past they've used the v2 API for that with great success.
It would be great to hear:
https://api.betterttv.net/2/
) API is being deprecated, and when it will be removed,https://api.betterttv.net/3/
) third-party devs are supposed and allowed to be usedI'm mostly looking at
/cached/users/twitch/:channelID
and/cached/emotes/global
in my applications.It would be great to have a
.md
file in this repository, or a page on the website to link to, as a reference for the v3 API, if that was possible, and maybe some guidelines for consuming and implementing against the API.Beta Was this translation helpful? Give feedback.
All reactions