[DECLINED] API: Get all available Localizations for an application

A new API call to retrieve all available languages

query {
  languages
}

should returns:

{
  "data": {
    "languages": [
      "en",
      "cs",
      "de",
      "es-BO",
    ]
  }
}

Or Maybe more information could be added on each array element.

Example image for the returned value:
All available languages

  • Thanks

So you are talking about GraphQL? Because it is already there on the rest endpoint.

1 Like

I would really like to keep the GraphQL endpoint focused on content for now.