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
![badge](https://shieldcn.dev/github/watchers/vercel/next.js.svg)
badge preview

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 -->
![watchers](https://shieldcn.dev/github/watchers/vercel/next.js.svg)

<!-- Branches -->
![branches](https://shieldcn.dev/github/branches/vercel/next.js.svg)

<!-- Contributors -->
![contributors](https://shieldcn.dev/github/contributors/vercel/next.js.svg)

<!-- Dependabot status -->
![dependabot](https://shieldcn.dev/github/dependabot/ubuntu/yaru.svg)

<!-- Milestone progress -->
![milestone](https://shieldcn.dev/github/milestones/chrislgarry/Apollo-11/1.svg)

Styling examples

<!-- Contributors with users icon -->
![contributors](https://shieldcn.dev/github/contributors/vercel/next.js.svg?logo=lucide:users)

<!-- Cyan theme for watchers -->
![watchers](https://shieldcn.dev/github/watchers/vercel/next.js.svg?theme=cyan)

<!-- Green for milestone progress -->
![milestone](https://shieldcn.dev/github/milestones/chrislgarry/Apollo-11/1.svg?theme=green)