This API was designed to provide easy, structured access to a large collection of strength-training exercises. Each exercise is categorized and accessible through various endpoints, allowing users to search for and retrieve specific information according to their needs.
- Category-Based Access
- Search for exercises by muscle group (e.g., arms, legs, back)
- Exercise Details
- Detailed instructions, targeted muscles, and execution tips for each exercise
- Filtering and Search
- Filter exercises by difficulty level or required equipment
-
Get all exercises
GET /api/exercises
-
Search by name
GET /api/exercises?name=[ExerciseName]
-
Filter by category
GET /api/exercises/category/[CategoryName]
Distributed under the MIT License. See the LICENSE
file for details.