Miscellaneous#

Get all languages#

GET /languages

Get all supported languages.

Response#

An array of language objects with the following properties:

  • code: The code of the language.

  • name: The name of the language.

  • description: The description of the language.

  • created_at: The datetime when the language is created.

  • updated_at: The datetime when the language is updated.