---
title: "Get a translation"
method: GET
path: "/translations/{domain}/{locale}"
tags: ["Translations"]
---

# Get a translation

`GET /translations/{domain}/{locale}`

Returns the translation strings stored for one domain and locale, for use in localized notification content.

## Path parameters

- `domain` string, required
- `locale` string, required

## Response `200`

.po file translation content

- string

## Other responses

- `404`

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
