Skip to content

List Supported Languages

GET
/reference-data/language/list
curl --request GET \
--url https://api.wink.travel/reference-data/language/list \
--header 'Authorization: Bearer <token>'

Returns the complete list of languages the platform supports. Each language includes ISO 639-1/639-3 codes, ISO 3166-1 country codes, and localized display names in the target language. Derived from the platform configuration.

OK

Media type application/json
Array<object>
object
country

ISO 3166-1 alpha-2 country code.

string
""
displayCountry

Country name as displayed in the language represented by this object.

string
""
displayLanguage

The language name as it appears in the language represented by this object.

string
""
displayName

The full localized display name of the language.

string
""
displayScript

The script used by this language, displayed in the language itself.

string
""
displayVariant

Any variant designations displayed in the language.

string
""
iso3Country

ISO 3166-1 alpha-3 country code.

string
""
iso3Language

ISO 639-3 three-letter language code.

string
""
language

ISO 639-1 two-letter language code.

string
""
script

The script code for this language (e.g., ‘Thai’ for Thai script).

string
""
variant

Any variant designations for this language.

string
""
Example
[
{
"country": "",
"displayCountry": "",
"displayLanguage": "",
"displayName": "",
"displayScript": "",
"displayVariant": "",
"iso3Country": "",
"iso3Language": "",
"language": "",
"script": "",
"variant": ""
}
]

Bad Request

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unauthorized

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Forbidden

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Internal Server Error

object
Example generated
{}