MuscleWiki API
https://api.musclewiki.com Access over 1,700 exercises with step-by-step instructions and video demonstrations from multiple angles. The MuscleWiki API provides comprehensive exercise data optimized for fitness applications, workout planners, and health platforms. Features include: • 1,700+ exercises covering all major muscle groups • 6,800+ video demonstrations (male/female variants, front/side…
MuscleWiki API endpoints
| Method | Endpoint | Description |
|---|---|---|
| metadata | ||
| GET |
get_muscles_muscles_get /muscles |
Get all primary muscle groups with exercise counts. |
| GET |
health_check_health_get /health |
Check API health status and basic information. |
| GET |
get_push_exercises_workouts_push_get /workouts/push |
Get exercises with push force type. |
| GET |
get_statistics_statistics_get /statistics |
Get comprehensive statistics about the exercise database. |
| GET |
root__get / |
Get basic API information and links. |
| GET |
get_random_exercise_random_get /random |
Get a random exercise, optionally filtered by category. |
| GET |
get_categories_categories_get /categories |
Get all equipment categories with exercise counts. |
| GET |
get_pull_exercises_workouts_pull_get /workouts/pull |
Get exercises with pull force type. |
| GET |
get_available_filters_filters_get /filters |
Get all available values for filtering exercises. |
| exercises | ||
| GET |
get_exercise_videos_exercises__exercise_id__videos_get /exercises/{exercise_id}/videos |
Retrieve only video URLs for a specific exercise. |
| GET |
get_exercise_exercises__exercise_id__get /exercises/{exercise_id} |
Retrieve detailed information for a specific exercise. Use detail=true for additional metadata. |
| GET |
list_exercises_exercises_get /exercises |
Get a paginated list of exercises with optional filtering. Returns minimal information optimized for list views. |
| search | ||
| GET |
search_exercises_search_get /search |
Search exercises by text query in names and instruction steps, with optional filters for muscles, difficulty, and more. |
| Media | ||
| GET |
bodymap /media/images/bodymaps/{bodymap} |
Bodymaps |
| GET |
Images /media/images/og_images/{og_image} |
og images |
| GET |
videos /media/videos/branded/{video} |
videos |
| Stream | ||
| GET |
Video Streaming /stream/videos/branded/{filename} |
Video Streaming endpoint |
| GET |
Image Streaming /stream/images/og_images/{filename} |
Image streaming endpoint |
MuscleWiki API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| PRO | $59 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA | $399 / month | — |
|