Skip to content

Languages

GET v3/languages returns all languages available in the account.
[
  {
    "language": "en",
    "title": "English"
  },
  {
    "language": "fr",
    "title": "French"
  },
  {
    "language": "de",
    "title": "German"
  },
  {
    "language": "pl",
    "title": "Polish"
  },
  {
    "language": "pt",
    "title": "Portuguese"
  },
  {
    "language": "es",
    "title": "Spanish"
  }
]

The language field contains the language code, while title contains the human-readable language name.