Search code examples
githubgithub-api

Get Github total clone statistics


Is there a way to get clone statistics of a github repository for any given month?

We have a Clones tab with stats for last 14 days https://help.github.com/articles/about-repository-graphs/#traffic but it would be interesting to look at the historical data.


Solution

  • No. Neither the GitHub UI (https://github.com) nor the GitHub API (https://api.github.com) expose that data currently.