Multiple Languages
We often receive questions about multilingual support across our APIs. This page provides clarity on which endpoints support multiple languages and where to find the most up-to-date information.
Free APIs
Lightcast offers free access to our Skills and Titles APIs.
| APIs | Supported Languages | Notes |
|---|---|---|
| Skills | English, Spanish, French | Refer to the Get Version Metadata endpoint for the most up-to-date list of supported languages. |
| Titles | English only | Multilingual support is not currently available. |
Classification API
We are continually expanding the multilingual capabilities of our core Classification. If an endpoint is not listed, you can assume it is currently English only.
→ Postings/Classify
Postings/Classify/classifications/release/postings/classify
This endpoint does not currently support non-English languages.
→ Skills/Extract
Skills/ExtractThe Skills Extract endpoint within the Classification API supports multiple languages. The most up-to-date list of supported languages can always be found by calling the Skills/Extract Meta endpoint.
This endpoint allows different values for input and output languages. However, there are differences between what is supported for input versus output.
Always refer to the Meta endpoint for the definitive and current list.
→ Currently Supported Languages (High-Level Overview)
This is a high-level list. Always check the Meta endpoint for the latest supported languages.
| Inputs | Outputs |
|---|---|
| cs-CZ | cs-CZ |
| da-DK | da-DK |
| de-DE | de-DE |
| en | en-CA, en-GB, en-US |
| es-AR | es-AR |
| es-CL | es-CL |
| es-CO | es-CO |
| es-CR | es-CR |
| es-EC | es-EC |
| es-ES | es-ES |
| es-MX | es-MX |
| es-PE | es-PE |
| es-PR | es-PR |
| es-VE | es-VE |
| fr-CA | fr-CA |
| fr-FR | fr-FR |
| hr-HR | hr-HR |
| hu-HU | hu-HU |
| it-IT | it-IT |
| ja-JP | ja-JP |
| ko-KR | ko-KR |
| nl-NL | nl-NL |
| pl-PL | pl-PL |
| pt-BR | pt-BR |
| pt-PT | pt-PT |
| ro-RO | ro-RO |
| sv-SE | sv-SE |
| zh-CN | zh-CN |
| zh-HK | — |
| zh-TW | — |
Locales
A locale refers to the language in which text is composed, sometimes qualified by country. Lightcast follows the Internet Engineering Task Force (IETF) language tag format.
Note that, some endpoints accept one or more
localeparameters.
Language Tag Structure
Language tags may include:
- A required two-letter lowercase language code
- An optional two-letter uppercase country code
When a country code is included, it is appended to the language code and separated by a hyphen.
Examples:
enen-USfr-CAes-MX
Endpoints that accept locale parameters expect them as strings formatted according to this standard.
References
Updated about 1 month ago
