Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 573 Bytes

languages.md

File metadata and controls

38 lines (34 loc) · 573 Bytes

Languages

Get languages

  • GET v3/languages will return all the languages of 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"
    }
]