---
title: "Get domain metrics"
method: GET
path: "/metrics"
deprecated: true
---

# Get domain metrics

`GET /metrics`

> **Deprecated.**

**Deprecated — scheduled for removal on 2026-10-01.** Returns engagement and traffic metrics for a domain including subdomain counts and historical data. Use /bizdata for domain attributes.

## Query parameters

- `domain` string, required — Domain to get metrics for.

## Response `200`

Successful Response

- MetricsResponse — Response from the /metrics endpoint.
  - `domain` string, required — Normalized domain name (excluding any subdomain)
  - `date_from` string, nullable — Earliest validity time in the dataset for this domain or subdomains (YYYY-MM-DD HH:MM:SS)
  - `date_to` string, nullable — Latest validity time in the dataset for this domain or subdomains (YYYY-MM-DD HH:MM:SS)
  - `lookback_all` integer, required — Total registration events for the normalized domain starting from date_from
  - `lookback_360` integer, required — Total registration events in the last 360 days
  - `lookback_720` integer, required — Total registration events in the last 720 days

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/discolike/apis/discolike-api.md) · [All operations](https://skmtc.net/discolike/apis/discolike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/discolike/discolike-api/revisions/3248fc62024c/schema)
