# GET /v1/languages

Part of the HebrewCore documentation. Web: https://hc.itsbaba.com/docs#languages · Whole docs: https://hc.itsbaba.com/docs.md · Index: https://hc.itsbaba.com/llms.txt

`GET /v1/languages`

List supported languages with display names and direction.

```json
{ "languages": [ { "code": "he", "name": "Hebrew", "native": "עברית", "dir": "rtl" }, … ] }
```
