---
title: "Get Historical Stats"
method: GET
path: "/api/v1/biomech/historical-stats"
tags: ["Biomech"]
---

# Get Historical Stats

`GET /api/v1/biomech/historical-stats`

List historical metric rows with identity and date filters.

## Query parameters

- `player_id` string, nullable
- `player_alias` string, nullable
- `stage` 'fp' | 'mer' | 'br', nullable
- `metric` 'shoulder_abduction' | 'shoulder_horizontal_abduction' | 'shoulder_external_rotation' | 'elbow_flexion' | 'left_hip_flexion' | 'right_hip_flexion' | 'left_knee_flexion' | 'right_knee_flexion' | 'stride_length' | 'pelvis_rotation' | 'torso_rotation' | 'hip_shoulder_separation' | 'elbow_varus_torque' | 'trunk_anterior_tilt' | 'trunk_lateral_tilt', nullable
- `pitch_id` string, nullable
- `captured_from` string, date-time, nullable
- `captured_to` string, date-time, nullable
- `limit` integer
- `offset` integer

## Headers

- `x-api-key` string, required — Required API key issued by Preciser.
- `League` string, required — Required tenant/database selector, for example pitchbio-master.

## Response `200`

Successful Response

- BiomechHistoricalStatsReadResponse
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required
  - `stats` BiomechHistoricalStatRead[], required
    - `player_id` string, required
    - `player_alias` string, nullable
    - `stage` 'fp' | 'mer' | 'br', required
    - `metric` 'shoulder_abduction' | 'shoulder_horizontal_abduction' | 'shoulder_external_rotation' | 'elbow_flexion' | 'left_hip_flexion' | 'right_hip_flexion' | 'left_knee_flexion' | 'right_knee_flexion' | 'stride_length' | 'pelvis_rotation' | 'torso_rotation' | 'hip_shoulder_separation' | 'elbow_varus_torque' | 'trunk_anterior_tilt' | 'trunk_lateral_tilt', required
    - `value` number, nullable
    - `captured_at` string, date-time, nullable
    - `pitch_id` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `24ef9111adac` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/preciser/apis/preciser-data-management-api/changes/api/v1/biomech/historical-stats/get.md)

---

[API](https://skmtc.dev/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.dev/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/revisions/24ef9111adac/schema)
