Get the list of languages supported for translation. Optionally specify a target language to get translated language names.
{
"data": {
"languages": [
{
"language": "<string>",
"name": "<string>"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key starting with sk_case_
Target language code for translating language names (e.g., 'es' for Spanish names)
Translation model to check language support for
nmt, base List of supported languages
Show child attributes
Was this page helpful?
{
"data": {
"languages": [
{
"language": "<string>",
"name": "<string>"
}
]
}
}