Embeddable/HLS streams

I’m using GET /streams to get a list of streams for our site, but I don’t use any of the optional filters - I want to get all the streams. I’d still like to know however if a stream is embeddable, as to whether I can open the stream in a local player or just let the user click the link and go to the stream’s Twitch page.

However, in the returned JSON, I don’t see any flags that determine whether a given stream is embeddable or not. Am I missing something obvious?

All streams are available over HLS. As for an embed flag, the only way to currently to differentiate whether a stream can be embed or not is to use the embeddable URL param.