I’ve gone through the docs, but cannot find an API-endpoint where all the available locales is available. I.e. the locales that is setup under Internationalization.
I can get all translations for a specific content type with
baseAddress/{content-type}?_locale=all
But I would like to get a response with all available locales from the API. Is there a way?