Skip to content

Commit 2026f10

Browse files
Update README.md
1 parent 14e8392 commit 2026f10

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,44 @@
55

66
ExerciseDB API, accessible at [exercisedb-api.vercel.app](https://exercisedb-api.vercel.app/), is an exercises API that allows users to access high-quality exercises data which consists 1300+ exercises. This API offers extensive information on each exercise, including target body parts, equipment needed, GIFs for visual guidance, and step-by-step instructions.
77

8+
## ⚠️ Important Notice
9+
The unauthorized downloading, scraping, or bulk collection of data from this API is strictly prohibited. This API is intended for individual exercise lookups and legitimate application integration only. If you need access to the complete dataset or have specific requirements, please contact via Telegram at [@cyberboyanmol](https://t.me/cyberboyanmol). We're happy to discuss proper data usage and potential collaborations.
10+
811
## 📚 Documentation
912

1013
Check out the [API documentation](https://exercisedb-api.vercel.app/docs) for detailed information on how to use the API.
1114

15+
## Sample Dataset
16+
17+
```sh
18+
{
19+
"exerciseId": "guT8YnS",
20+
"name": "biceps pull-up",
21+
"gifUrl": "https://cdn-exercisedb.vercel.app/api/v1/images/guT8YnS.gif",
22+
"instructions": [
23+
"Step:1 Hang from a pull-up bar with your palms facing away from you and your hands shoulder-width apart.",
24+
"Step:2 Engage your core and pull yourself up by bending your elbows, bringing your chest towards the bar.",
25+
"Step:3 Pause at the top of the movement, then slowly lower yourself back down to the starting position.",
26+
"Step:4 Repeat for the desired number of repetitions."
27+
],
28+
"targetMuscles": [
29+
"biceps"
30+
],
31+
"bodyParts": [
32+
"upper arms"
33+
],
34+
"equipments": [
35+
"body weight"
36+
],
37+
"secondaryMuscles": [
38+
"forearms",
39+
"shoulders"
40+
]
41+
}
42+
```
43+
![Chest Dip Exercise](https://ucarecdn.com/02aab038-31da-4127-af94-30cfbb93d47f/guT8YnS.gif)
44+
45+
1246
## 📰 Changelog
1347

1448
For a detailed list of changes, see the [CHANGELOG](CHANGELOG.md).

0 commit comments

Comments
 (0)