Skip to content

Releases: ExerciseDB/exercisedb-api

🎉 Release: ExerciseDB API V1 — Open Source Edition

09 Jul 23:35
Compare
Choose a tag to compare

📦 What’s Included
This release makes the ExerciseDB V1 API open source and production-ready for self-hosting.
It includes the initial dataset and the core API code to get started immediately.

📊 Data Coverage

  • 🏋️‍♂️ 1,500 structured exercises with names, GIFs, and metadata

  • 🧠 More exercises will be added in future updates

  • 🔁 Advanced new endpoints to support filtered and flexible access

  • 📁 JSON Files Included

    • exercises.json
    • bodyparts.json
    • equipments.json
    • muscles.json
    • media folder containing gifs

🚀 Deploy Instantly
You can now self-host your own instance of the ExerciseDB API in seconds:

  • 🌐 One-click Vercel deployment: 👉 Deploy to Vercel
  • 🔧 Option to run locally or on your own server

Release v2 ExerciseDB API

08 Jul 10:18
Compare
Choose a tag to compare
v2.0.0

docs(readme): revamped README with dataset clarification, API playgro…