API Evangelist API Evangelist
API Learnings
Toolbox
API Evangelist LLC

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

Specifications

SDKs

OpenAPI

nuget-server-api-openapi.yml Raw ↑