GET
/
exercise
/
exerciseIds
curl --request GET \
  --url https://api.wrkout.xyz/exercise/exerciseIds \
  --header 'X-API-Key: <api-key>'
{
  "exercises": [
    {
      "id": "<string>",
      "name": "<string>",
      "displayName": "<string>",
      "aliases": [
        "<string>"
      ],
      "premiumImages": [
        "<string>"
      ],
      "premiumVideos": [
        "<string>"
      ]
    }
  ],
  "pagination": {
    "total": 123
  }
}

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer
default:10

The amount of results returned

Required range: 1 <= x <= 25
after
string

cursor for pagination

before
string

cursor for pagination

lang
string

Translation language requested. Please see the list of supported languages

Response

200 - application/json
successful operation
exercises
object[]
pagination
object