Trouble Getting "Viewers" From API

I thought I understood what you’re saying. I tried this:

Twitch.api({method: ‘streams/:channel’}, function(error, streams) {
console.log("View count is: " + streams.viewers);
});

However, in my console it says that :channels does no exist :confused: