---
title: "Get average page quality"
method: GET
path: "/v2/thumb/average"
tags: ["Page Quality"]
---

# Get average page quality

`GET /v2/thumb/average`

Get the total number of project page quality votes, broken down into positive and overall votes.

## Query parameters

- `path` union
  - string
  - string[]
- `email` union
  - string
  - Email[]
- `rangeLength` number — Length of the date range.
- `resolution` 'hour' | 'day' | 'week' | 'month' — Relative time interval of data buckets.
- `rangeStart` string, date — Starting date
- `rangeEnd` string, date — Ending date

## Response `200`

Total and postitive votes per month for the last 6 months.

- object[]
  - `period` string, date-time
  - `total` number
  - `positive` number

---

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