Getting started
Culture handling
Learn how to handle culture and localization settings in your API requests.
Getting started
Culture handling
Learn how to handle culture and localization settings in your API requests.
All timestamps are returned in ISO 8601 format, meaning that a date is formatted as 2022-01-17. Datetime values are formatted as 2022-01-17T15:23:11Z and returned in UTC time.
Some endpoints produce translated values, e.g the asset classes. To request a specific language, pass the Accept-Language header in the http request.
The following languages are available at the time of writing:
en-GB for british englishde for germanfr for frenchit for italianes for spanishnl for dutchfi for finnishsv for swedishIf the Accept-Language header is not provided, the en-GB language will be set as default.
The response will contain a Content-Language header if the language is not the default.