Skip to main content

📌 Body Part List

Retrieve a list of available body parts.


Request

Method: GET
URL: https://exercisedb.p.rapidapi.com/exercises/bodyPartList

🔐 Authentication

  • Query parameter: ?rapidapi-key=YOUR_API_KEY
  • OR request header: X-RapidAPI-Key: YOUR_API_KEY

💻 Example Request

fetch(
"https://exercisedb.p.rapidapi.com/exercises/bodyPartList?rapidapi-key=YOUR_API_KEY"
)
.then((res) => res.json())
.then((data) => console.log(data))
.catch((err) => console.error(err));

Response

200

["string"]