The Problem
I was building a fitness-related app and needed a clean, free exercise database. I found exercises.json, a good starting point, but in practice the structure didn't fit my needs, the data wasn't optimized for filtering, and there was no way to navigate or search the content.
Wins
I restructured the original dataset, standardized the fields for real-world development scenarios, and built a simple way to navigate and search the exercises. Each exercise comes with muscle group, equipment, difficulty level, and instructions, ready for APIs, mobile apps, or web.
Resources
JSON
Static images of the exercises
Dataset
800+ exercises
Structured JSON format
Includes muscle groups, equipment, difficulty, and instructions
Ready for APIs, mobile apps, and web apps
Use Cases
Fitness apps
Workout generators
Personal trainers
Gym tracking systems
Educational fitness tools
AI fitness assistants and recommendation systems