Overlay Displaying API data

Is it possible to make a tool for streamers that displays a’live’ overlay with data from an api?

Anything created with the API will only be as “Live” as the API endpoints themselves, meaning you’ll always be respecting at least a little cache time on the responses. Generally this is only a couple of minutes or so, but it means that you cannot create anything that reflects real time data from the API (At least not truly real time). That said, it is certainly possible to make an overlay with the API data (Assuming you are using that data appropriately). How you go about doing that, however, is a matter of context, as every platform for streaming and every implementation is different, so you might have to do a little plug and play to ind the best solution for what you want to accomplish.

1 Like

Could you link me to a guide on how to do it for twitch? With OBS.

“How you go about doing that, however, is a matter of context”

You’ll need to make the decision on what works best for what you want to accomplish. For OBS, you can do a source (website), a plugin and likely a few more that I am unaware of. For plugins, you can go to here. For pages, you literally make a webpage and handle everything in any one of ten thousand ways.

For Twitch…the API docs are here

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.