You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-13Lines changed: 18 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
<divalign="center">
3
2
<imgsrc="https://cdn.exercisedb.dev/exercisedb/exercisedb_banner.png"alt="ExerciseDB API Banner"width="100%"height="600px" />
4
3
@@ -32,14 +31,14 @@
32
31
33
32
</div>
34
33
35
-
36
34
## 🏋🏼♀️ ExerciseDB API
37
35
38
36
ExerciseDB API is a **comprehensive and developer-friendly database** featuring over **5,000 structured, high-quality fitness exercises**. It delivers fast, modern, and scalable access to detailed exercise data—including targeted muscle groups, required equipment, visual aids (images and videos), and step-by-step instructions. Ideal for developers, fitness startups, and health platforms, ExerciseDB empowers the creation of smart workout apps, personalized training plans, and interactive fitness tools.
39
37
40
38
**Perfect for:**
39
+
41
40
- 💪 Fitness app developers
42
-
- 🏃♀️ Health & wellness platforms
41
+
- 🏃♀️ Health & wellness platforms
43
42
- 🎯 Personal training applications
44
43
- 📱 Workout planning tools
45
44
- 🔬 Fitness research projects
@@ -50,7 +49,7 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
@@ -63,13 +62,14 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
63
62
</a>
64
63
<br>
65
64
66
-
### 🧪 **API Playground**
65
+
### 🧪 **API Playground**
67
66
68
67
<strong>Test our datasets and explore API endpoints</strong><br>
69
68
<em>⚠️ These endpoints are for exploration only and <strong>not recommended for production integration</strong> — strict rate limits and potential instability may apply.</em>
@@ -81,7 +81,6 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
81
81
82
82
</div>
83
83
84
-
85
84
## 📬 Support & Contact
86
85
87
86
<divalign="left">
@@ -116,9 +115,20 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
116
115
117
116
</div>
118
117
119
-
120
118
<br>
121
119
120
+
## 🚀 Deploy Your Own API (V1)
121
+
122
+
Want to self-host the open-source ExerciseDB API (V1)?
123
+
124
+
You can instantly deploy it to **Vercel** with just one click and have your own version running in seconds — no backend setup needed.
125
+
126
+
<divalign="left">
127
+
128
+
[](https://vercel.com/new/clone?repository-url=https://github.com/exercisedb/exercisedb-api)
129
+
130
+
</div>
131
+
122
132
## 🏋️♂️ V2 Exercise Sample
123
133
124
134
```json
@@ -130,11 +140,7 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
130
140
"bodyParts": ["Chest"],
131
141
"exerciseType": "weight_reps",
132
142
"targetMuscles": ["Pectoralis Major Clavicular Head"],
133
-
"secondaryMuscles": [
134
-
"Deltoid Anterior",
135
-
"Pectoralis Major Clavicular Head",
136
-
"Triceps Brachii"
137
-
],
143
+
"secondaryMuscles": ["Deltoid Anterior", "Pectoralis Major Clavicular Head", "Triceps Brachii"],
138
144
"videoUrl": "Barbell-Bench-Press_Chest_.mp4",
139
145
"keywords": [
140
146
"Chest workout with barbell",
@@ -189,7 +195,6 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
189
195
190
196
[Watch Bench Press Video Sample](https://github.com/user-attachments/assets/6845a963-4d80-4dfd-b602-e49616a9483f)
191
197
192
-
193
198
---
194
199
195
200
<em>💪 Now that you’ve bench pressed through the sample… go lift the rest of the v2 dataset like a champ! 😄<em>
0 commit comments