The docs page https://dev.twitch.tv/docs/v5#getting-a-client-id will explain how to obtain a client id for your app.
You can then use that client id with the streams endpoint https://dev.twitch.tv/docs/v5/reference/streams#get-stream-by-user which will return among other things the viewer count and title (the title being the status property of the channel object).