---
title: "Daily Summary"
method: GET
path: "/profile/{profile_public_id}/daily_summary/"
tags: ["profile"]
---

# Daily Summary

`GET /profile/{profile_public_id}/daily_summary/`

Provides summarized data per day.

## Query parameters

- `cursor` string
- `page_size` integer
- `date_start` string, date-time
- `date_end` string, date-time
- `deduplicate` boolean

## Response `200`

OK

- DailySummary[]
  - `date` string, date, required — Date of the summary.
  - `distance` number, nullable — Distance in meters.
  - `steps` number, nullable — Steps taken.
  - `calories` number, nullable — Calories burned.
  - `active_calories` number, nullable — Active calorie burn.
  - `bmr_calories` number, nullable — BMR calorie burn.
  - `points` number, nullable — Points earned.
  - `source` 'AGGREGATED' | 'ANDROID' | 'APPLE' | 'FITBIT' | 'GARMIN' | 'GOOGLE_HEALTH' | 'GOOGLEFIT' | 'HEALTHCONNECT' | 'HUAWEI' | 'MYZONE' | 'OMH' | 'OMRON' | 'OURA' | 'POLAR' | 'SAMSUNG' | 'STRAVA' | 'SUUNTO' | 'WF' | 'WHOOP' | 'WITHINGS', required — Origin of the data.

---

[API](https://skmtc.net/wefitter/apis/wefitter-api.md) · [All operations](https://skmtc.net/wefitter/apis/wefitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wefitter/wefitter-api/revisions/52b0eb5e8b96/schema)
