Does anyone know if it's possible to get more than the last year's worth of download history?
I'm doing a little research, and it looks like crates.io only returns the previous year of downloads: https://crates.io/api/v1/crates/trust-dns-resolver/downloads
Also, is there documentation on what the fields are? The "meta":{"extra_downloads"
at first glance looks like total downloads by day, but doesn't really seem to add up to a rough estimate of those in the {"version_downloads":[
section.
Thank you in advance.