Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
/ gitstats Public archive

Latest commit

 

History

History
24 lines (15 loc) · 864 Bytes

File metadata and controls

24 lines (15 loc) · 864 Bytes

gitstats

releases download count

downloads

this is a webservice that returns the sum of downloads for all releases of a github repository.

curl -X GET https://stats.jonas-strassel.de/releases?owner={owner}&repo={repo}&suffixes={suffixes}
  • owner: the github owner of the repository (user or organization)
  • repo: the github repository name
  • suffixes: the suffixes of the releases to count, separated by commas (optional, will count only the file with the highest download count per release if not provided)

user statistics

curl -X GET https://stats.jonas-strassel.de/stats?user={user}
  • user: the github user login name