npm_downloads_range
Retrieve daily npm download counts for any package over a specified period, including per-day breakdown.
Instructions
Get daily download counts for a package over a period. Returns per-day breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| period | No | Period: 'last-week', 'last-month', 'last-year', or 'YYYY-MM-DD:YYYY-MM-DD' (default: 'last-month') |