Skip to main content

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

GET /v2/mysql-charsets/
v2
GET
database-list-mysql-charsets

Request

Responses

application/json

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