It looks like there is an API call to view the users that watch a repo from [GithubDeveloper]:(https://developer.github.com/v3/activity/watching/#list-watchers)
List watchers
GET /repos/:owner/:repo/subscribers
Is there any way to see this list on the site? Am I interpreting the API correctly? Is watching equal to subscribing?