Skip to content

Returns the locale setting for the current session.

GET
/api/locale

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Success

application/json
JSON
{
"locale": "de"
}

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python