List all versions of a crate.
- Provider
- crates.io (Rust Package Registry)
- Input summary
- {"name":"name","type":"string","required":true,"description":"Name of the crate"}, {"name":"include","type":"string","required":false,"description":"Additional data to include in the response.\n\nValid values: `release_tracks`.\n\nDefaults to no additional data.\n\nThis parameter expects a comma-separated list of value..., {"name":"sort","type":"string","required":false,"description":"The sort order of the versions.\n\nValid values: `date`, and `semver`.\n\nDefaults to `semver`."}, {"name":"nums[]","type":"array","required":false,"description":"If set, only versions with the specified semver strings are returned."}, {"name":"page","type":"integer","required":false,"description":"The page number to request.\n\nThis parameter is mutually exclusive with `seek` and not supported for\nall requests."}, {"name":"per_page","type":"integer","required":false,"description":"The number of items to request per page."}, {"name":"seek","type":"string","required":false,"description":"The seek key to request.\n\nThis parameter is mutually exclusive with `page` and not supported for\nall requests.\n\nThe seek key can usually be found in the `meta.next_page`...
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available