Skip to main content
GET
Search exercises with fuzzy matching

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 April 8, 2026