{ "opencollection": "1.0.0", "info": { "name": "NuGet Server API (V3) PackageContent Registration API", "version": "3" }, "items": [ { "info": { "name": "Registration", "type": "folder" }, "items": [ { "info": { "name": "Get registration index for a package", "type": "http" }, "http": { "method": "GET", "url": "https://api.nuget.org/v3/registration5-semver1/:id/index.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Lowercased package ID." } ] }, "docs": "Returns the registration index for a package ID, listing all available versions and metadata. Package ID must be lowercased." }, { "info": { "name": "Get registration leaf for a specific package version", "type": "http" }, "http": { "method": "GET", "url": "https://api.nuget.org/v3/registration5-semver1/:id/:version.json", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "Get registration leaf for a specific package version" } ] } ], "bundled": true }