Skip to main content
GET
https://edb-with-videos-and-images-by-ascendapi.p.rapidapi.com
/
api
/
v1
/
bodyparts
GetAllBodyparts
curl --request GET \
  --url https://edb-with-videos-and-images-by-ascendapi.p.rapidapi.com/api/v1/bodyparts \
  --header 'X-RapidAPI-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "name": "<string>",
      "imageUrl": "<string>"
    }
  ]
}

Authorizations

X-RapidAPI-Key
string
header
required

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

Response

List all the bodyparts.

success
boolean
required

Indicates whether the request was successful

Example:

true

data
Array of Bodyparts · object[]
required

List all of bodyparts.

Last modified on March 24, 2026