Back to All

Does the Samsara API support responses (Spanish) like its web dashboard does?

I'm integrating the Samsara API into my frontend, and everything works fine so far. However, I’ve noticed that all API responses are returned in English — unlike the Samsara web dashboard, which displays UI labels, statuses, and messages in Spanish if the browser or user account is set to that language.

Is there any official way to get (Spanish) responses from the Samsara API?
For example, through an Accept-Language header or query parameter?

Or is manual translation of the returned strings the only option on the client/backend side?

Any guidance or recommendations are appreciated.