/cran/packages/versions
/cran
/cran/packages/versions
Get all published versions of a CRAN package with their publish dates
Price: 5 credits
💡 AI Hint: Get the full version history of a CRAN R package by name or CRAN package URL, newest first. Returns each published version with its title, publish date, license, dependency maps (depends/imports/suggests/enhances/linking-to), compilation flag, and MD5 checksum.
⚠️ Common errors: 412: Package not found
POST
/cran/packages/versions
Authorizations
API token from the dashboard
Headers
Body
application/json
Package name (e.g. 'ggplot2', 'data.table') or CRAN package URL
Minimum string length:
1Examples:
"ggplot2"
"jsonlite"
Number of versions to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500