/nuget/packages/dependencies
Get the dependencies of a NuGet package version grouped by target framework
Price: 10 credits
💡 AI Hint: Get the dependencies of a NuGet (.NET) package by id or package URL, grouped by target framework. Each group lists its target framework and the dependency ids with their version ranges. Inspects the latest listed version unless a specific version is given.
⚠️ Common errors: 412: Package not found
Authorizations
API token from the dashboard
Headers
Body
Package id (e.g. 'Serilog') or NuGet package URL
1"Serilog"
"AutoMapper"
"https://www.nuget.org/packages/Serilog"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Package version to inspect (latest listed if omitted)
"3.1.1"