GET
/
source-languages

This endpoint provides the result about each language supported, enabling users to select and utilize appropriate languages for localization, translation, or other multilingual functionalities.

Authorizations

x-api-key
string
header
required

The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.

Response

200 - application/json
id
integer

The id property represents a unique numerical identifier assigned to each language in the system.

language
string

The language property represents the full, human-readable name of a language and its associated regional or country variant.

short_name
string

The short name is a standardized identifier for each language and locale combination, represented in the format of <language code>-<country code>.