v5
OpenAPI 3.1.02026-08-043621,4011.8 MBproductions
Get Available Languages
Returns the available languages for a given order item kind.
get/v1/productions/orders/languages/{order_item_kind}
Path parameters
order_item_kind'dub' | 'subtitles' | 'transcription' required
The kind of order item.
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"kind": "pair",
"language_pairs": [
{
"destination_languages": [
{
"code": "es",
"label": "Spanish"
},
{
"code": "es-ES",
"label": "Spanish (Spain)"
},
{
"code": "fr",
"label": "French"
}
],
"source_language": {
"code": "en",
"label": "English"
}
},
{
"destination_languages": [
{
"code": "en",
"label": "English"
}
],
"source_language": {
"code": "es-ES",
"label": "Spanish (Spain)"
}
}
]
}