I want api to get the live match list for specific category like League of legends is the category so want the live game list of this category in api
Use Get Streams with a game_id
parameter
You can use Get Games to find the game ID for a given game
1 Like
hello, i have this api but i want the type of API where i can pass the game name and i will get the live game tournament list in response that type of api i required
Then you have to get the GameID for the game using “Get Games” then you call the streams API with the game_id.
Like I already wrote.
Basically you have to do two API calls, but once you have the game ID for hearthstone, for example, you probably won’t need to use the games API again (but you should periodicially in case the game ID changes which is unlikely but it can happen)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.