GitLab
Badges for GitLab repositories — stars, forks, issues, pipeline status, releases, and more.
Display live stats from any public GitLab repository.
Available badges
| Category | Topics | Description |
|---|---|---|
| Stars | stars | Repository star count |
| Forks | forks | Repository fork count |
| Pipeline | pipeline | Latest CI/CD pipeline status |
| Issues | issues, open-issues, closed-issues | Issue counts by state |
| Release | release | Latest release tag |
| License | license | Repository license |
| Repository | contributors, last-commit | Other project metadata |
URL format
/gitlab/{owner}/{repo}/{topic}.svgQuick examples
Data source
Uses the GitLab API v4. No API key required for public projects. Cached 1 hour, pipeline cached 5 minutes.
Endpoint details
Use these sections when you need the exact URL shape or a focused example for a specific badge type.
GitLab Forks
This section covers the gitlab/forks badge endpoint.
Show how many times a GitLab project has been forked.
Path Parameters

URL format
/gitlab/{owner}/{repo}/forks.svgCopy-paste examples
Default — show fork activity
Branded — GitLab orange
GitLab Issues
This section covers the gitlab/issues badge endpoint.
Show open or closed issue counts for a GitLab project.
Path Parameters

URL formats
Open issues
/gitlab/{owner}/{repo}/issues.svg/gitlab/{owner}/{repo}/open-issues.svgClosed issues
/gitlab/{owner}/{repo}/closed-issues.svgCopy-paste examples
Default — open issue count
Branded — GitLab orange
GitLab License
This section covers the gitlab/license badge endpoint.
Show the detected license for a GitLab project.
Path Parameters

URL format
/gitlab/{owner}/{repo}/license.svgCopy-paste examples
Default — detected license name
Outline — subtle license indicator
GitLab Pipeline
This section covers the gitlab/pipeline badge endpoint.
Show the status of the most recent GitLab CI/CD pipeline.
Path Parameters

URL format
/gitlab/{owner}/{repo}/pipeline.svg/gitlab/{owner}/{repo}/pipeline.svg?branch=mainStatus values
| Status | Color | Description |
|---|---|---|
passing | Green | Pipeline succeeded |
failing | Red | Pipeline failed |
running | Amber | Pipeline is running |
pending | Amber | Pipeline is pending |
canceled | Gray | Pipeline was canceled |
skipped | Gray | Pipeline was skipped |
Copy-paste examples
Default — shows latest pipeline status
Secondary — softer CI badge
GitLab Release
This section covers the gitlab/release badge endpoint.
Show the latest release tag from GitLab Releases.
Path Parameters

URL format
/gitlab/{owner}/{repo}/release.svgCopy-paste examples
Default — latest release tag
Branded — GitLab orange
GitLab Repository
This section covers the gitlab/repository badge endpoint.
Show contributor count and last activity for a GitLab project.
URL formats
Contributors
/gitlab/{owner}/{repo}/contributors.svgLast activity
/gitlab/{owner}/{repo}/last-commit.svgCopy-paste examples
Default — contributor count
Secondary — how recently the project was active
GitLab Stars
This section covers the gitlab/stars badge endpoint.
Show how many stars a GitLab project has earned.
Path Parameters

URL format
/gitlab/{owner}/{repo}/stars.svgCopy-paste examples
Default — works great in any README
Branded — GitLab's brand color
