/golang/packages/importers
/golang
/golang/packages/importers
List the packages that import a Go package (reverse dependencies)
Price: 20 credits
💡 AI Hint: List the packages that import a given Go package (reverse dependencies), by import path. Each entry returns the importing package’s import path.
⚠️ Common errors: 412: Package not found
POST
/golang/packages/importers
Authorizations
API token from the dashboard
Headers
Body
application/json
Go import path (e.g. 'github.com/gorilla/mux') or a pkg.go.dev URL
Minimum string length:
1Examples:
"github.com/gorilla/mux"
"golang.org/x/net"
Number of importing packages to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500