# Fitness Exercises Get Body Parts

> Returns a sorted list of all distinct body part values present in the dataset. Use these as valid values for the body_part filter.

- Skill: `gabrielmoreira/fitness-exercises-get-body-parts` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gabrielmoreira/fitness-exercises-get-body-parts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gabrielmoreira/fitness-exercises-get-body-parts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: gabrielmoreira (https://skillmd.com/u/gabrielmoreira)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/gabrielmoreira/fitness-exercises-get-body-parts

---


## Endpoint

**GET https://requiems.xyz/v1/health/body-parts**

## List Body Parts

Returns a sorted list of all distinct body part values present in the dataset. Use these as valid values for the body_part filter.

## Response Example

```json
{
  "data": {
    "items": ["back", "cardio", "chest", "lower arms", "lower legs", "neck", "shoulders", "upper arms", "upper legs", "waist"],
    "total": 10
  },
  "metadata": {
    "timestamp": "2026-01-01T00:00:00Z"
  }
}
```

## Response Fields

| Field | Type | Description |
| ----- | ---- | ----------- |
| `items` | array<string> | Sorted list of all distinct body part names |
| `total` | integer | Total number of distinct body parts |

## Errors

- `500` **internal_error** — Unexpected server error.

