v1

latestOpenAPI 3.1.02026-07-2614977.9 KB
exercises

Search exercises with fuzzy matching

get/api/v1/exercises/search

Query parameters

searchstring

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

Example:strength exercises

Response

Retrive Exercise by search

successboolean required

Indicates whether the request was successful

Example response

{
  "success": true,
  "data": [
    {
      "exerciseId": "exr_41n2hxnFMotsXTj3",
      "name": "Bench Press"
    }
  ]
}