latestOpenAPI 3.1.02026-08-10390815.4 KB
e5f3dccae7ca
Common/languages
Retrieve language codes
This endpoint returns a list of human language codes and their names in the corresponding language. To get the full list call the endpoint passing an empty body. The language codes returned are what is used as input and output for other endpoints.
post/common/languages
Headers
X-Affiliate-Idinteger required
Include here your Affiliate identifier number
Response
Successful response.
Example response
{
"data": [
{
"id": "en-us"
}
]
}