# exercise **Repository Path**: mirrors_euvl/exercise ## Basic Information - **Project Name**: exercise - **Description**: An open exercise database API - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Exercise An open API of common bodybuilding and weightlifting exercises. There is a shortage of good quality APIs for fitness apps so I built this. You are free to use this API in your own projects ![](https://raw.github.com/owainlewis/exercise/master/public/images/preview.png) ## List all exercises ``` http http://localhost:9000/exercises/ ``` ## Search by muscle group ``` http http://localhost:9000/exercises/category/forearms ``` ## Search by letter Find all exercises starting with "a" ``` http http://localhost:9000/exercises/a ```