# Fitness Exercises Get Equipment

> Returns a sorted list of all distinct equipment types. Use these as valid values for the equipment filter.

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

---


## Endpoint

**GET https://requiems.xyz/v1/health/equipment**

## List Equipment

Returns a sorted list of all distinct equipment types. Use these as valid values for the equipment filter.

## Response Example

```json
{
  "data": {
    "items": ["band", "barbell", "body weight", "cable", "dumbbell", "ez barbell", "kettlebell", "medicine ball", "stability ball", "tire"],
    "total": 28
  },
  "metadata": {
    "timestamp": "2026-01-01T00:00:00Z"
  }
}
```

## Response Fields

| Field | Type | Description |
| ----- | ---- | ----------- |
| `items` | array<string> | Sorted list of all distinct equipment names |
| `total` | integer | Total number of distinct equipment types |

## Errors

- `500` **internal_error** — Unexpected server error.

