---
title: "Get the analytics for a website"
method: GET
path: "/list/analytics"
tags: ["collection"]
---

# Get the analytics for a website

`GET /list/analytics`

## Query parameters

- `offset` string
- `domain` string

## Response `200`

successful operation

- object
  - `data` Analytics[]
    - `_id` integer
    - `domain` string
    - `pageUrl` string
    - `userId` integer
    - `accessScore` integer
    - `possibleIssuesFixedByCdn` integer
    - `totalIssues` integer
    - `issuesFixedByCdn` integer
    - `errorCount` integer
    - `warningCount` integer
    - `noticeCount` integer

## Other responses

- `400` — Invalid Analytics

## Changes

- **2023-01-15** `ce9cb8170318` — 1 warning, 1 info
  - removed the optional property `data/items/adaScore` from the response with the `200` status
  - added the optional property `data/items/accessScore` to the response with the `200` status
- **2022-07-15** `cd1fc04bbc4f` — 1 info
  - added the new optional `query` request parameter `domain`
- **2022-06-13** `f2f01ff0b14f` — 2 warning, 1 info
  - deleted the `query` request parameter `domain`
  - removed the optional property `data/items/accessScore` from the response with the `200` status
  - added the optional property `data/items/adaScore` to the response with the `200` status

[Change history](https://skmtc.dev/a11ywatch/apis/a11ywatch-client/changes/list/analytics/get.md)

---

[API](https://skmtc.dev/a11ywatch/apis/a11ywatch-client.md) · [All operations](https://skmtc.dev/a11ywatch/apis/a11ywatch-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/a11ywatch/a11ywatch-client/revisions/83861b057739/schema)
