Get current viewers of a channel

Does anyone know how to send a GET request to the twitch API and get the current views of a streamer?

You can get the current number of viewers from the streams endpoint: https://dev.twitch.tv/docs/api/reference/#get-streams

If you want to get details of who those viewers are, you can’t.