If you create a App Access Token, you get 120 API calls.
Or you can make the Client/Browser do the API calls as limits are by ClientID/IP KeyPair. So 30 requests per browser using your site… But I’d redis cache and use that data. But I wouldn’t do that myself…
This is the best option which is what I do. I grab a incoming stream webhook and throw it in Redis. So I refer to Redis instead of API. It’s also quicker/more performant.