---
title: "Get Hetzner Locations"
method: GET
path: "/hetzner/locations"
tags: ["Hetzner"]
---

# Get Hetzner Locations

`GET /hetzner/locations`

Get all available Hetzner datacenter locations.

## Query parameters

- `cloud_provider_token_uuid` string
- `cloud_provider_token_id` string

## Response `200`

List of Hetzner locations.

- object[]
  - `id` integer
  - `name` string
  - `description` string
  - `country` string
  - `city` string
  - `latitude` number
  - `longitude` number

## Other responses

- `401` — Unauthenticated.
- `404` — Resource not found.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
