---
title: "Get My Resource Statistics 📊"
method: GET
path: "/api/v1/stats/my-resources"
tags: ["User Statistics"]
---

# Get My Resource Statistics 📊

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

Get your resource counts (trackers, offers, PWAs) for a specific time range. If no time range is provided, counts for all time are returned.

## Query parameters

- `startDate` string, date-time, nullable — Start date for filtering resources (ISO 8601 format). If not provided, all resources from the beginning are included.
- `endDate` string, date-time, nullable — End date for filtering resources (ISO 8601 format). If not provided, all resources until now are included.

## Response `200`

Successful Response

- MyResourceStatsDTO — Current user's resource counts (simplified, no user info needed)
  - `totalTrackers` integer
  - `totalOffers` integer
  - `totalPwas` integer

## 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/060ef67e573a/schema)
