NuGet Server API
The NuGet Server API is a set of HTTP endpoints used to download packages, fetch metadata, publish new packages, and perform other operations against a NuGet package source. The V3 API uses JSON as its underlying media type and is accessed through a service index located at https://api.nuget.org/v3/index.json, which enumerates all available resources and capabilities.
Documentation
Documentation
https://learn.microsoft.com/en-us/nuget/api/overview
Documentation
https://learn.microsoft.com/en-us/nuget/api/service-index