Skip to main content

List available MySQL character sets and collations, optionally filtered by a MySQL version

GET/v2/mysql-charsets/
API version
v2
Request method
GET
Operation ID
database-list-mysql-charsets

Request

Responses

Format
application/json
Description

OK

  • Array[
    • *object
      • collationsarray of string
        required
        • Array[
          • *string
          ]
      • namestring
        required
      • versionIdstring
        required
    ]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/mysql-charsets?version=string