Using API in Java

Is there a way to access the API in Java? Thanks!

Any Language that can do HTTP(S) requests can use the API - which java is capable of.

There are also Java-based Libraries for the Twitch API.

Thus, I recommend to either grab a HTTPS Library or a Twitch-specific library. The choice is yours!

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