---
title: "Glossary download"
method: GET
path: "/translate/glossary/{lang}"
tags: ["Content Localization"]
---

# Glossary download

`GET /translate/glossary/{lang}`

Download the astrology glossary for a target language. Query: ?source=<lang> (default en), ?domain=<domain> (default generic). Free (0 credits).

## Path parameters

- `lang` string, required

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `source_lang` string, nullable
    - `target_lang` string, nullable
    - `domain` string, nullable
    - `entries` unknown[], nullable
      - unknown
    - `count` number, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

## Changes

- **2026-08-24** `8ab5a768b521` — 1 breaking, 3 warning
  - the `data/entries/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `data/entries/items/notes` from the response with the `200` status
  - removed the optional property `data/entries/items/source_term` from the response with the `200` status
  - removed the optional property `data/entries/items/target_term` from the response with the `200` status

[Change history](https://skmtc.dev/astroway/apis/astroway-calculation-api/changes/translate/glossary/:lang/get.md)

---

[API](https://skmtc.dev/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.dev/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/8ab5a768b521/schema)
