GitHub Repository
Display watchers, branches, contributors, and other repository metadata.
Show various repository statistics and metadata.
GET/github/:topic/:owner/:repo.svg
Path Parameters
required
watchers, branches, contributors, dependabot, milestones
required
required

URL formats
Watchers
/github/watchers/{owner}/{repo}.svg
Shows the number of people watching the repository.
Branches
/github/branches/{owner}/{repo}.svg
Shows the total number of branches.
Contributors
/github/contributors/{owner}/{repo}.svg
Shows the number of contributors.
Dependabot
/github/dependabot/{owner}/{repo}.svg
Shows whether Dependabot is enabled.
Milestones
/github/milestones/{owner}/{repo}/{number}.svg
Shows completion percentage for a specific milestone.
Examples
<!-- Watchers -->

<!-- Branches -->

<!-- Contributors -->

<!-- Dependabot status -->

<!-- Milestone progress -->

Styling examples
<!-- Contributors with users icon -->

<!-- Cyan theme for watchers -->

<!-- Green for milestone progress -->
