/
Language

Language

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the Language.
codeISO6391StringtrueThe code of this Language according to ISO6391
nameStringtrueName of the Language.
nativeNameStringtrueThe name in its natural location

JSON representation

{
    "id": 1,
    "codeISO6391": "ES",
    "name": "Spanish",
    "nativeName": "Español"
}

Related content