---
title: "Get my statistics"
method: GET
path: "/api/v1/stats/my-stats"
tags: ["User Statistics"]
---

# Get my statistics

`GET /api/v1/stats/my-stats`

Get statistics of current user

## Query parameters

- `interval` 'year' | 'quarter' | 'month' | 'week' | 'day' | 'hour' | 'minute' | 'second'

## Response `200`

Successful Response

- UserStatisticsDTO
  - `installCount` integer, nullable, required
  - `registrationCount` integer, nullable, required
  - `depositCount` integer, nullable, required
  - `allHostsCount` integer, nullable, required
  - `freeHostsCount` integer, nullable, required
  - `iosInst2Dep` number, nullable
  - `androidInst2Dep` number, nullable
  - `pwaInst2Dep` number, nullable
  - `activeTrackers` integer, nullable, required
  - `activePixels` integer, nullable, required
  - `activeLandings` integer, nullable, required
  - `iosAppsInUse` integer, nullable, required
  - `androidAppsInUse` integer, nullable, required
  - `pwaInUse` integer, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
