---
title: "Get the hit share for a list of domains in a time period"
method: GET
path: "/v1/distribution/stats/hit_share"
tags: ["distribution"]
---

# Get the hit share for a list of domains in a time period

`GET /v1/distribution/stats/hit_share`

Get the hit share for a list of domains in a time period.

## Query parameters

- `domain_names` string[], required — Domain names to filter by
- `start_date` integer, nullable — Start date to filter by (timestamp in seconds since epoch)
- `end_date` integer, nullable — End date to filter by (timestamp in seconds since epoch)
- `is_publisher` boolean — Only calculate hit share for publisher domains

## Response `200`

The hit share for each domain

- HitShareResponse
  - `data` HitShareItem[], required
    - `domain` string, required
    - `hit_share` number, required
  - `total_share` number, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `405` — Method Not Allowed
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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