Use this file to discover all available pages before exploring further.
The Exercises API exposes the entire Blackterz exercise catalog in a single authenticated request. Each exercise object includes its name, category, static image, optional animated GIF URL, and a comma-separated string of associated muscle group names resolved via a SQL GROUP_CONCAT join. The catalog covers barbell, dumbbell, bodyweight, machine, and cable movements.
Returns all exercises in the catalog, ordered alphabetically by name. Muscle groups are resolved by a SQL LEFT JOIN against the ejercicios_grupos_musculares and grupos_musculares tables, collapsed into a single musculos string per row using GROUP_CONCAT.Auth required: Yes — Authorization: Bearer <token>
Comma-separated list of muscle group names involved in this exercise, ordered alphabetically. Built via SQL GROUP_CONCAT. Example: "Glúteos, Isquiotibiales, Trampas". Returns null if no muscle groups are mapped.