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

Helm Charts API

Chart package download endpoints for retrieving packaged chart archives and provenance files for signature verification.

Helm Charts API is one of 10 APIs that Helm publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Charts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 1 JSON Schema.

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

Requests are made against a single base URL, https://{repository-host}.

2 operations 2 paths 0 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v3.17.0
Server
https://{repository-host}
License
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Charts 2

Chart package download endpoints for retrieving packaged chart archives and provenance files for signature verification.

GET
/charts/{chartName}-{version}.tgz
Helm Download chart package
downloadChartPackage 2 params → 200404
GET
/charts/{chartName}-{version}.tgz.prov
Helm Download chart provenance file
downloadChartProvenance 2 params → 200404

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

helm-charts-api-openapi.yml Raw ↑

Other APIs Helm publishes across the network.

Helm Chart.yaml Schema
Helm Values YAML Schema
Helm Repository Index Schema
Helm JSON-LD Context
Helm Go SDK
Helm Plugins
Helm Chart Template API
Helm ChartMuseum API
Helm Repository API