Supported languages
Returns a list of all available languages.
query Parameters
format
stringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate using your API key. Format isBearer YOUR_API_KEY
.
Responses
OK
ID
integer · int32 · requiredUnique ID for the language
Name
string · minLength: 1 · requiredThe internal name of the language
DisplayName
string · minLength: 1 · requiredDisplay Name (English) of the language
LocalizedName
string · minLength: 1 · requiredThe translated name of the language
ISO
string · minLength: 1 · requiredThe culture code for the language
LanguageType
integer · int32 · requiredThe unique ID for the language type
MicroSoftName
string · minLength: 1 · requiredThe Microsoft display name of the language
MicroSoftCode
string · minLength: 1 · requiredThe Microsoft culture code for the language
TimeStamp
string · date-time · required
Language id by language code
Specify a language code (such as en-us
) to return the language Id number.
path Parameters
languageCode
stringA string that indicates the language in which to return the response. More information can be found here.
Example: en-us
query Parameters
format
stringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate using your API key. Format isBearer YOUR_API_KEY
.
Responses
OK
Language code by language id
Specify a language Id number to return the language code.
path Parameters
languageID
integer · int32 · requiredA unique ID that designates a specific language.
Example: 1
query Parameters
format
stringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate using your API key. Format isBearer YOUR_API_KEY
.
Responses
OK