GoBadge

Track your module's impact

🔗 Imported By

How many projects use your Go module (popularity)

![Imported By](gobadge.vercel.app/api/importedby/user/module)
Live Data

⭐ Stars

Show your repository's star count

![Stars](gobadge.vercel.app/api/stars/user/repo)
Real-time

📦 Imports

How many packages this Go module imports

![Imports](gobadge.vercel.app/api/imports/user/module)
Live Data

🏷️ Custom Badge

Create your own badges with custom labels, values, and colors.

![Label](gobadge.vercel.app/api/custombadge?label=Label&value=Value&color=green)

Available colors: green, blue, gray, yellow, red, orange, purple — or hex (e.g. color=ff6600)

🔄 Dynamic Badge

Pull data from any JSON API and display it as a badge.

![Stars](gobadge.vercel.app/api/dynamic?url=https://api.github.com/repos/user/repo&value=stargazers_count&label=Stars&color=yellow)

Supports dot notation for nested keys and multiple values.

🎯 Example Usage

Add to your README:

[![Go Version](https://img.shields.io/github/go-mod/go-version/cinfinit/gowatcher)](https://github.com/cinfinit/gowatcher)
![Imported By](https://gobadge.vercel.app/api/importedby/cinfinit/gowatcher)
![Stars](https://gobadge.vercel.app/api/stars/cinfinit/gowatcher)

• All badges are SVG images that work in any markdown

• Your Go module must be registered at https://pkg.go.dev/ for the Imports and Imported By badges to work.