/crates/packages/versions
/crates
/crates/packages/versions
Get all published versions of a crates.io crate
Price: 10 credits
💡 AI Hint: Get the full published-version history of a Rust crate on crates.io by name or crate URL. Returns each version with its number, license, features, size, checksum, Rust edition/version, publisher, download count, yanked status, and created/updated timestamps.
⚠️ Common errors: 412: Crate not found
POST
/crates/packages/versions
Authorizations
API token from the dashboard
Headers
Body
application/json
Crate name (e.g. 'serde') or crates.io crate URL
Minimum string length:
1Examples:
"serde"
"https://crates.io/crates/tokio"
Number of versions to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Response
Successful Response