If you use GitHub releases to host download packages, then you’re probably interested in how often these packages are being downloaded. You’d expect that the GitHub website provided that information under Insights > Traffic, but unfortunately, that’s not the case. Instead, you have to turn to the GitHub API. To get information about download counts, you can query the Releases resource, which is part of the GitHub API. This resource returns a list of all your project’s releases, along ...