Retrieving languages

Is there a way to retrieve app languages defined in “Settings > Languages” page?

We have plans to have several apps and languages may differ per each app. There is a need to have dynamically built language selector on each website.

Of course it might be possible to retrieve defined languages by fetching some content page and collecting lang keys, but it’s really hacky solution.

Sure: https://cloud.squidex.io/api/docs#operation/AppLanguages_GetLanguages

That’s great - was intuitively looking for this under /languages method. Thank you.