---
title: "Get article hits"
method: GET
path: "/v1/distribution/stats/count"
tags: ["distribution"]
---

# Get article hits

`GET /v1/distribution/stats/count`

Get the number of hits for articles in a specific domain.

## Query parameters

- `domain_name` string, required — Domain name 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)

## Response `200`

Count of article hits

- CountResponse
  - `count` integer, 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)
