---
title: "Get company growth metrics"
method: GET
path: "/growth"
---

# Get company growth metrics

`GET /growth`

Returns quarterly growth metrics including subdomain counts and digital footprint scores for the past 5 quarters.

## Query parameters

- `domain` string, required

## Response `200`

Successful Response

- GrowthResponse — Response from the /growth endpoint. The response includes dynamic quarterly fields based on the last 5 quarters: - score_YYYYQX: Domain score for the specified quarter (e.g., score_2024Q3) - subdomains_YYYYQX: Number of subdomains in the specified quarter Extra fields are allowed to accommodate the dynamic quarterly data.
  - `domain` string, required — Normalized domain name (excluding any subdomain)
  - `score_growth_3m` number, nullable — The growth rate of the score over the last 3 months
  - `subdomain_growth_3m` number, nullable — The growth rate of the number of subdomains over the last 3 months

## 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/versions/3248fc62024c/schema)
