How do I retrieve the status of a streamer

I am pretty much terrible at all forms of programming.

I am in the process of making a website, however. I want a feature, where next to the streamer’s name, it would tell you whether or not they are live. very simple, yet I have no Idea how to do it. Maybe just a little red button if they are live that would be grayed out if they are not.

this may be too much to ask. I can’t learn a whole other programming language in a few weeks. If someone could lay this out for me so that I essentially would just have to copy and paste the code into my HTML (aside from changing the names of the streamers of course), that would be beyond awesome.

If no one is willing to do so, could someone at least help me figure out how to get it working? Like what I would need to put into my html to make this work and such. Keep in mind that I have relatively little knowledge in programming lingo so using big words might not help as much. (I know, I’m an idiot).

This may be useful:

I am currently designing my website in Dreamweaver CC and I pretty much have the layout handled with CSS. I’m not sure what else I can add to help with my request so if anything else is needed, please ask!

Since this seems like it could be rather re-usable, I decided to make a library for it. https://github.com/Fugiman/Twitch-Channel-Status

Let me know if you have any questions.

It works so far, I’ll tell you if I have any problems.

Thanks a bunch Fugi, you’re awesome!