Not the exact, but a way around.
Use GitHub Developer API
Opening this will get you the recent commits.
https://api.github.com/repos/learningequality/ka-lite/commits
You can get the specific commit details by attaching the commit hash in the end of above url.
All the files ( You need sha for the main tree)
I hope this may help.