Skip to main content
GET
https://edb-with-gifs-and-images-by-ascendapi.p.rapidapi.com
/
api
/
v1
/
exercises
/
search
Search exercises with fuzzy matching
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": ""
    }
  ]
}

Authorizations

X-RapidAPI-Key
string
header
required

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

Query Parameters

A string used to filter exercises based on a search term. Supports fuzzy matching to suggest relevant exercise names as the user types.

Example:

"shoulders exercises"

threshold
number
default:0.4

Fuzzy search threshold (0 = exact match, 1 = very loose match)

Example:

0.4

Response

Retrive Exercise by search

success
boolean
required

Indicates whether the request was successful

Example:

true

data
Retrive Exercise by search · object[]
required

Exercise data

Last modified on March 24, 2026