---
title: "Get digital footprint score breakdown"
method: GET
path: "/score"
---

# Get digital footprint score breakdown

`GET /score`

Returns the digital footprint score with parameter breakdown showing how the score was calculated.

## Query parameters

- `domain` string, required

## Response `200`

Successful Response

- ScoreResponse — Response from the /score endpoint.
  - `domain` string, required — Normalized domain name (excluding any subdomain)
  - `score` integer, required — Final calculated score (0-999, higher is better)
  - `parameters` ScoreParameters — Score calculation parameters breakdown.
    - `base_score` number, nullable — The baseline score for the domain over 10 years (β)
    - `recency_multiplier` number, nullable — Decreases score if all certificates were created in the current year (ε)
    - `growth_boost` number, nullable — Increases/decreases score based on certificate generation trend (φ)
    - `lookback_360` integer, nullable — Number of certificates generated in the past 360 days (Ω360)
    - `lookback_720` integer, nullable — Number of certificates generated between 720 and 360 days (Ω720)
    - `expiration_penalty` number, nullable — Decreases score if average certificate expiration is less than threshold (λ)
  - `first_event` string, nullable — Date of first certificate registration event (YYYY-MM-DD)

## 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)
