H

Hetzner Cloud API

by Hetzner Cloud Free tier

This is the official API documentation for the Public Hetzner Cloud. Introduction The Hetzner Cloud API operates over HTTPS and uses JSON as its data format. The API is a RESTful API and utilizes HTTP methods and HTTP status codes to specify requests and responses. As an alternative to working directly with our API you may also consider to use: * Our CLI program [hcloud](https://github.com/h

ai

Quick Reference

Base URL https://api.hetzner.cloud/v1 Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://api.apis.guru/v2/specs/hetzner.cloud/1.0.0.json Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)1.38s (checked Mar 29, 2026) Builder score D 45% builder-friendly
Pricing
28
Latency
30
Depth
68

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /actions Get all Actions
GET /actions/{id} Get an Action
GET /certificates Get all Certificates
POST /certificates Create a Certificate
DELETE /certificates/{id} Delete a Certificate
GET /certificates/{id} Get a Certificate
PUT /certificates/{id} Update a Certificate
GET /certificates/{id}/actions Get all Actions for a Certificate

Sample Request

curl 'https://api.hetzner.cloud/v1/actions' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Hetzner Cloud documentation.