/crates/packages/dependents
Get the crates that depend on a crates.io crate (reverse dependencies)
Price: 5 credits per 100 results
💡 AI Hint: Get the reverse dependencies of a Rust crate on crates.io - the crates that depend on it - by name or crate URL. Returns each dependent crate’s name, version, the version requirement it declares, dependency kind (normal/dev/build), optional flag, features, target, and download count.
⚠️ Common errors: 412: Crate not found
Authorizations
API token from the dashboard
Headers
Body
Crate name (e.g. 'serde') or crates.io crate URL
1"serde"
"https://crates.io/crates/tokio"
Number of dependent crates to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500