openapi: 3.1.0 info: title: NuGet Server API (V3) Autocomplete Index.json API description: Minimal OpenAPI definition for the NuGet V3 HTTP protocol covering the service index, package content (PackageBaseAddress), package metadata (RegistrationsBaseUrl), search, autocomplete, and package publish. version: '3' x-generated-from: https://learn.microsoft.com/en-us/nuget/api/overview x-generated-by: claude-crawl-2026-05-08 servers: - url: https://api.nuget.org/v3 description: nuget.org V3 service host tags: - name: Index.json paths: /index.json: get: summary: Service index operationId: getServiceIndex responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/GenericObject' tags: - Index.json components: schemas: GenericObject: type: object additionalProperties: true securitySchemes: apiKeyAuth: type: apiKey in: header name: X-NuGet-ApiKey