Skip to main content
GET
https://muscle-visualizer-api.p.rapidapi.com
/
api
/
v1
/
muscles
GetAllMuscles
curl --request GET \
  --url https://muscle-visualizer-api.p.rapidapi.com/api/v1/muscles \
  --header 'X-RapidAPI-Key: <api-key>'
{
  "success": true,
  "data": [
    "<string>"
  ]
}

Authorizations

X-RapidAPI-Key
string
header
required

Enter your RapidAPI key in the X-RapidAPI-Key header.

Response

List all the Muscles.

success
boolean
required

Indicates whether the request was successful

Example:

true

data
string[]
required

List all of Muscles.

Last modified on March 24, 2026