curl --request GET \
--url https://edb-with-gifs-and-images-by-ascendapi.p.rapidapi.com/api/v1/exercises/search \
--header 'X-RapidAPI-Key: <api-key>'{
"success": true,
"data": [
{
"exerciseId": "edb_T5uXtLj",
"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.
"shoulders exercises"
Fuzzy search threshold (0 = exact match, 1 = very loose match)
0.4
Was this page helpful?
curl --request GET \
--url https://edb-with-gifs-and-images-by-ascendapi.p.rapidapi.com/api/v1/exercises/search \
--header 'X-RapidAPI-Key: <api-key>'{
"success": true,
"data": [
{
"exerciseId": "edb_T5uXtLj",
"name": "Bench Press",
"imageUrl": ""
}
]
}