List of active streams using PHP & Twitch API

is it possible to get it via browser just typing there this? and what scope do i need?

https://id.twitch.tv/oauth2/token
    ?client_id=<your client ID>
    &client_secret=<your client secret>
    &grant_type=client_credentials
    &scope=<space-separated list of scopes>