There are two API endpoints, monthly_downloads
and total_downloads
. The API endpoint for monthly downloads is /api/v1/monthly_downloads/:package_name
. The :package_name
parameter is the name of the package for which you want to get the download statistics. The response is a JSON object with the key total_requests
and the value being the total number of user
downloads for the package in the last month.
For example, to get the monthly download statistics for the package DataFrames, you would use the following URL: juliapkgstats.com/api/v1/monthly_downloads/DataFrames
.