---
title: "Get total hits and surfaced articles for domains"
method: GET
path: "/v1/distribution/articles/domain_hits_surface"
tags: ["distribution"]
---

# Get total hits and surfaced articles for domains

`GET /v1/distribution/articles/domain_hits_surface`

Get total hits and surfaced articles for domains.

## Query parameters

- `domain_names` string[], required — List of domain names to filter by
- `year` integer, required — Year (4 digits)
- `month` integer, required — Month (1-12)

## Response `200`

Total hits and distinct article count for the specified domains

- DomainHitsSurfaceResponse
  - `hits` integer, required
  - `surfaced` 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)
