> For the complete documentation index, see [llms.txt](https://docs.fylr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylr.io/for-developers/api/endpoints/api-l10n.md).

# /api/v1/l10n

Static UI translations — the localisations the front-end and admin pages need before a user is signed in. Returned as `{<lang>: {key: text}}` — a single top-level entry keyed by the requested language tag whose value is the flat translation map.

### `GET /l10n/static/{lang}.json` — Static UI translations for a language.

{% openapi src="/files/kfiDjhyZfEICNBmt5f49" path="/l10n/static/{lang}.json" method="get" %}
[fylr-openapi.yml](https://4100607288-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAdRFzQASDY2Elfdm3wXW%2Fuploads%2Fgit-blob-27a76749464f8079ac8ce2ee65518544084ed6fa%2Ffylr-openapi.yml?alt=media)
{% endopenapi %}

### `GET /l10n/user/{version}` — Datamodel translations for a version.

{% openapi src="/files/kfiDjhyZfEICNBmt5f49" path="/l10n/user/{version}" method="get" %}
[fylr-openapi.yml](https://4100607288-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAdRFzQASDY2Elfdm3wXW%2Fuploads%2Fgit-blob-27a76749464f8079ac8ce2ee65518544084ed6fa%2Ffylr-openapi.yml?alt=media)
{% endopenapi %}

### `POST /l10n/user/HEAD` — Update HEAD datamodel translations.

{% openapi src="/files/kfiDjhyZfEICNBmt5f49" path="/l10n/user/HEAD" method="post" %}
[fylr-openapi.yml](https://4100607288-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAdRFzQASDY2Elfdm3wXW%2Fuploads%2Fgit-blob-27a76749464f8079ac8ce2ee65518544084ed6fa%2Ffylr-openapi.yml?alt=media)
{% endopenapi %}
