justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 381 forks source link

Add platform on /streams #554

Open chambo-e opened 8 years ago

chambo-e commented 8 years ago

Hello guys, Would it be possible to add the platform from which the stream came from in the /streams response ? I know it's already possible to query by platform with https://api.twitch.tv/kraken/streams?limit=100&sce_platform=PS4 But that would force me to do (x platforms) requests instead of one

Thanks

JuanOnGit commented 8 years ago

Have you tried establishing a hub for retrieving responses with a count per platform in the query string? That might help you identify the platforms if you can combine the responses into one query.