/golang/packages/versions
/golang
/golang/packages/versions
List all released versions of a Go module (newest first)
Price: 10 credits
💡 AI Hint: List the released versions of a Go module by import path, newest first. Each version returns its publish time, commit hash, and VCS ref.
⚠️ Common errors: 412: Package not found
POST
/golang/packages/versions
Authorizations
API token from the dashboard
Headers
Body
application/json
Go import path (e.g. 'github.com/gin-gonic/gin') or a pkg.go.dev URL
Minimum string length:
1Examples:
"github.com/gin-gonic/gin"
"golang.org/x/net"
Number of versions to return (newest first)
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500