---
title: "Get bytes transferred grouped by browser for a channel"
method: GET
path: "/channels/{id}/analytics/bytes-transferred/browsers"
tags: ["Channels"]
---

# Get bytes transferred grouped by browser for a channel

`GET /channels/{id}/analytics/bytes-transferred/browsers`

## Path parameters

- `id` string, required — Channel ID

## Query parameters

- `start` string, required — Start date for the analytics period
- `end` string, required — End date for the analytics period
- `streamingFormats` string — Comma-separated list of streaming formats to filter by
- `distributionIds` string — Comma-separated list of distribution IDs to filter by
- `utcOffset` string — UTC offset in minutes

## Response `200`

Bytes transferred by browser

- ViewingBrowserListResult
  - `data` object[], required — List of browser viewing data
    - `browserName` string, required — Browser name
    - `hardwareType` string, required — Hardware type
    - `amount` number, required — Metric value

---

[API](https://skmtc.net/dolby/apis/theolive-api.md) · [All operations](https://skmtc.net/dolby/apis/theolive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dolby/theolive-api/versions/b57006d43141/schema)
