Skip to main content

Localization

The Everday API supports multiple languages to ensure a seamless experience for different users. You can specify the desired response language by including the Accept-Language header in your request.

Supported Languages

LanguageCode
English (default)en
Dutchnl

Using the Accept-Language Header

To receive API responses in a specific language, include the Accept-Language header in your request. If the header is omitted or contains an unsupported value, the API defaults to English (en).

Example Request (Dutch Response)

curl -X GET "https://api.ever.day/skillsets" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Accept-Language: nl"