/golang/packages
Get Go module/package details by import path or pkg.go.dev URL
Price: 10 credits
💡 AI Hint: Get full details of a Go module/package by import path (e.g. ‘github.com/gin-gonic/gin’, ‘golang.org/x/net’) or a pkg.go.dev URL. Returns module path, package name, description, latest (or requested) version, publish time, license, repository, imports and imported-by counts, Go version, commit hash, VCS ref, the direct and indirect dependencies, and the module quality flags.
⚠️ Common errors: 412: Package not found
Authorizations
API token from the dashboard
Headers
Body
Go import path (e.g. 'github.com/gin-gonic/gin', 'golang.org/x/net') or a pkg.go.dev URL
1"github.com/gin-gonic/gin"
"golang.org/x/net"
"https://pkg.go.dev/github.com/gin-gonic/gin"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Specific module version (e.g. 'v1.10.0'); latest by default
Response
Successful Response