/pypi/packages/files
PyPI
/pypi/packages/files
Get the distribution files of a specific PyPI package version
Price: 1 credit per 20 results
💡 AI Hint: Get the distribution files (wheels and source archives) of a specific PyPI package version. Returns each file’s filename, type, download URL, size, upload time, required Python version, and hashes (blake2b_256, md5, sha256).
⚠️ Common errors: 412: Package or version not found
POST
/pypi/packages/files
Authorizations
API token from the dashboard
Headers
Body
application/json
Package name or PyPI project URL
Minimum string length:
1Examples:
"requests"
"django"
"https://pypi.org/project/numpy/"
Package version
Minimum string length:
1Examples:
"2.31.0"
"5.1.4"
Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Response
Successful Response