---
title: "Get Smart Link Stats"
method: GET
path: "/api/smart-links/{smart_link_id}/stats"
tags: ["Smart Links"]
---

# Get Smart Link Stats

`GET /api/smart-links/{smart_link_id}/stats`

Get dashboard-style summary plus daily and monthly metrics for a specific Smart Link on the current team

## Query parameters

- `date_start` string — Optional stats range start date
- `date_end` string — Optional stats range end date

## Response `200`

Success

- object
  - `data` object
    - `summary` object
      - `clicks_total` integer
      - `subs_total` integer
      - `revenue_total` integer
      - `spenders_total` integer
    - `daily_metrics` object[]
      - `timestamp` string
      - `clicks` integer
      - `subs` integer
      - `revenue` integer
      - `spenders` integer
    - `monthly_metrics` object[]
      - `timestamp` string
      - `clicks` integer
      - `subs` integer
      - `revenue` integer
      - `spenders` integer
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/versions/4a99d36f28a3/schema)
