NuGet Catalog API
The NuGet Catalog API is an append-only resource that records the full history of all package events on nuget.org, including packages being added, modified, listed, unlisted, and deleted. It provides a chronologically ordered log of every change to the package source, enabling consumers to build and maintain their own local copy of the entire set of packages available on nuget.org.
NuGet Catalog 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 Management, .NET, Catalog, Event Log, and Packages. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.
This API exposes 3 operations across 3 paths, and defines 11 schemas. 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.
Metadata
The identity and technical contract details declared by the specification.
Paths & Operations 3
Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.
Endpoints for accessing the catalog index, pages, and individual leaf documents that record the full history of package events.
Schemas 11
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are PackageDetailsLeaf (30 properties), PackageDeleteLeaf (7 properties), CatalogItemReference (6 properties), CatalogPage (5 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from NuGet 6
Other APIs NuGet publishes across the network.