/cran/packages/downloads
/cran
/cran/packages/downloads
Get CRAN package download counts for a given period
Price: 1 credit
💡 AI Hint: Get the download count for a CRAN R package over a period (last-day, last-week, last-month, last-year, grand-total). Returns the package name, total download count, and the start/end dates of the counted window.
POST
/cran/packages/downloads
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"
"data.table"
Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Download counting period
Available options:
last-day, last-week, last-month, last-year, grand-total