Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NuGet Package Publish API

Endpoints for pushing new packages, deleting or unlisting packages, and relisting previously unlisted packages on a NuGet feed.

NuGet Package Publish API is one of 7 APIs that NuGet publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Package Publish. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a GitHub repository.

This API exposes 3 operations across 2 paths. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against a single base URL, https://api.nuget.org/v3/catalog0.

3 operations 2 paths 0 schemas 1 DELETE1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Server
https://api.nuget.org/v3/catalog0
Terms of Service
Resource Areas
1

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Package Publish 3

Endpoints for pushing new packages, deleting or unlisting packages, and relisting previously unlisted packages on a NuGet feed.

PUT
/package
Push a package
pushPackage 1 param body → 201202400401403409
DELETE
/package/{id}/{version}
Delete or unlist a package
deletePackage 2 params → 204401403404
POST
/package/{id}/{version}
Relist a package
relistPackage 2 params → 200401403404

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nuget-package-publish-api-openapi.yml Raw ↑

Other APIs NuGet publishes across the network.

NuGet Catalog API
NuGet Search API
NuGet Package Content API
NuGet Autocomplete API
NuGet Registration API
NuGet Service Index API