Microsoft NuGet logo

Microsoft NuGet

NuGet is the package manager for .NET, hosted by Microsoft. It provides APIs for searching, downloading, publishing, and managing .NET packages through the NuGet Gallery and private feeds.

1 APIs 0 Features
.NETMicrosoftNuGetPackage Management

APIs

NuGet Server API

The NuGet Server API (v3) provides RESTful access to the NuGet package registry. Developers can search packages, download package content, retrieve package metadata and versions...

Resources

🌐
Portal
Portal
🔗
Website
Website
👥
GitHubOrganization
GitHubOrganization
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
🟢
StatusPage
StatusPage

Sources

Raw ↑
aid: microsoft-nuget
name: Microsoft NuGet
description: >-
  NuGet is the package manager for .NET, hosted by Microsoft. It provides APIs for searching, downloading, publishing,
  and managing .NET packages through the NuGet Gallery and private feeds.
type: Index
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
  - .NET
  - Microsoft
  - NuGet
  - Package Management
url: https://raw.githubusercontent.com/api-evangelist/microsoft-nuget/refs/heads/main/apis.yml
created: '2024-01-01'
modified: '2026-05-19'
specificationVersion: '0.19'
apis:
  - aid: microsoft-nuget:server-api
    name: NuGet Server API
    tags:
      - .NET
      - NuGet
      - Package Management
    image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
    baseURL: https://api.nuget.org/v3/
    humanURL: https://learn.microsoft.com/en-us/nuget/api/overview
    properties:
      - url: https://learn.microsoft.com/en-us/nuget/api/overview
        type: Documentation
      - url: https://learn.microsoft.com/en-us/nuget/api/search-query-service-resource
        type: Reference
      - url: openapi/microsoft-nuget-openapi.yml
        type: OpenAPI
    description: >-
      The NuGet Server API (v3) provides RESTful access to the NuGet package registry. Developers can search packages,
      download package content, retrieve package metadata and versions, push new packages, and manage package listings.
      The API uses a service index pattern for resource discovery and supports both nuget.org and private feeds.
common:
  - type: Portal
    url: https://www.nuget.org/
  - type: Website
    url: https://www.nuget.org/
  - type: GitHubOrganization
    url: https://github.com/NuGet
  - type: Documentation
    url: https://learn.microsoft.com/en-us/nuget/
  - type: GettingStarted
    url: https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio
  - type: TermsOfService
    url: https://www.nuget.org/policies/Terms
  - type: PrivacyPolicy
    url: https://privacy.microsoft.com/en-us/privacystatement
  - type: Support
    url: https://support.microsoft.com/
  - type: StatusPage
    url: https://status.nuget.org/
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com