---
title: "Get device settings"
method: GET
path: "/api/v2/device_settings"
tags: ["device_settings"]
---

# Get device settings

`GET /api/v2/device_settings`

## Response `200`

- DeviceSettingsSerializerV2
  - `player_name` string, required
  - `audio_output` string, required
  - `default_duration` integer, required
  - `default_streaming_duration` integer, required
  - `date_format` string, required
  - `timezone` string, required
  - `auth_backend` string, required
  - `show_splash` boolean, required
  - `default_assets` boolean, required
  - `shuffle_playlist` boolean, required
  - `use_24_hour_clock` boolean, required
  - `debug_logging` boolean, required
  - `prefer_dark_mode` boolean, required
  - `verify_ssl` boolean, required
  - `screen_rotation` 0 | 90 | 180 | 270, required — * `0` - 0 * `90` - 90 * `180` - 180 * `270` - 270
  - `username` string, required
  - `display_power_schedule_enabled` boolean, required
  - `display_power_on_time` string, required
  - `display_power_off_time` string, required
  - `display_power_days` string, required

## Changes

- **2026-08-14** `db7a06ac59cc` — 8 info
  - added the required property `display_power_days` to the response with the `200` status
  - added the required property `display_power_off_time` to the response with the `200` status
  - added the required property `display_power_on_time` to the response with the `200` status
  - added the required property `display_power_schedule_enabled` to the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/screenly/apis/anthias-api/changes/api/v2/device_settings/get.md)

---

[API](https://skmtc.dev/screenly/apis/anthias-api.md) · [All operations](https://skmtc.dev/screenly/apis/anthias-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/screenly/anthias-api/revisions/db7a06ac59cc/schema)
