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