Date and time

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.

Language

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 english
  • de for german
  • fr for french
  • it for italian
  • es for spanish
  • nl for dutch
  • fi for finnish
  • sv for swedish

If 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.