Is there an exercise database API with Spanish content?
Yes. WorkoutDB serves fully localized Spanish content — names, step-by-step instructions, and taxonomy labels — by adding ?lang=es to any request, and its search is accent-insensitive so "abdominales" and "musculo" match correctly.
Real localization, not machine glue
Spanish is a first-class language in WorkoutDB, not an afterthought. Pass ?lang=es and the same endpoints return Spanish exercise names, instructions, and category labels, so you can ship a fully Spanish UI from one integration. The other supported languages — English, Portuguese, and French — work the same way.
Search is built for Spanish input: it is accent-insensitive and tolerant of typos, so users searching "biceps", "bíceps", or a misspelling all land on the right exercise. Every result still carries the full media set and structured fields.
- Spanish names, instructions, and taxonomy via ?lang=es.
- Also available in English, Portuguese, and French.
- Accent-insensitive, typo-tolerant ranked search.
- Localized labels available from GET /v1/meta for filter UIs.
Related questions
- How do I get Spanish content?
- Add ?lang=es to any request. Exercise names, instructions, and taxonomy labels come back in Spanish; the same pattern works for pt and fr.
- Does search handle Spanish accents?
- Yes. Search is accent-insensitive and typo-tolerant, so accented and unaccented queries match the same exercises.
Build it on WorkoutDB
~873 exercises with demo video, ranked search, and four languages — over a clean REST API. Start free: 5,000 requests/month, no credit card.