curl --request GET \
--url https://edb-with-videos-and-images-by-ascendapi.p.rapidapi.com/api/v1/exercises/search \
--header 'X-RapidAPI-Key: <api-key>'{
"success": true,
"data": [
{
"exerciseId": "exr_41n2hxnFMotsXTj3",
"name": "Bench Press",
"imageUrl": ""
}
]
}Enter your RapidAPI key in the X-RapidAPI-Key header.
A string used to filter exercises based on a search term. Supports fuzzy matching to suggest relevant exercise names as the user types.
"strength exercises"
Was this page helpful?
curl --request GET \
--url https://edb-with-videos-and-images-by-ascendapi.p.rapidapi.com/api/v1/exercises/search \
--header 'X-RapidAPI-Key: <api-key>'{
"success": true,
"data": [
{
"exerciseId": "exr_41n2hxnFMotsXTj3",
"name": "Bench Press",
"imageUrl": ""
}
]
}