Hey got the api working and returning top clips for different games, I’m trying to figure out a way to get clips on for a specific language like Spanish or Korean.
I’m using this url for the req:
https://api.twitch.tv/helix/clips?game_id=${gameOrStreamerId}&started_at=${startby}&ended_at=${endby}&first=20
I don’t see a param for language for clips, it looks it returns language but can’t be sorted by that in the call. Is there any work around I could do or am I missing a param like “language=ko”?
The only solution I can think of is receiving as many clips as i can and sorting by the language param with a filter method. This seems clunky. Maybe it is not possible, any insights would helpful tho!