/nuget/packages/versions
/nuget
/nuget/packages/versions
Get the version history of a NuGet package (newest first)
Price: 10 credits
💡 AI Hint: Get the published version history of a NuGet (.NET) package by id or package URL, newest first. Returns each version with its download count, listed status, pre-release flag, publish timestamp, and deprecation info.
⚠️ Common errors: 412: Package not found
POST
/nuget/packages/versions
Authorizations
API token from the dashboard
Headers
Body
application/json
Package id (e.g. 'Newtonsoft.Json') or NuGet package URL
Minimum string length:
1Examples:
"Newtonsoft.Json"
"Serilog"
"https://www.nuget.org/packages/Serilog"
Number of versions to return (newest first)
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500