Skip to content

ApiMuscle is a Node.js REST API that provides categorized access to a comprehensive database of strength-training exercises, complete with detailed instructions and filtering capabilities.

Notifications You must be signed in to change notification settings

avariable2/Muscle_JP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiMuscle

Logo ApiMuscle

About the Project

This API was designed to provide easy, structured access to a large collection of strength-training exercises. Each exercise is categorized and accessible through various endpoints, allowing users to search for and retrieve specific information according to their needs.


Features

  • Category-Based Access
    • Search for exercises by muscle group (e.g., arms, legs, back)
  • Exercise Details
    • Detailed instructions, targeted muscles, and execution tips for each exercise
  • Filtering and Search
    • Filter exercises by difficulty level or required equipment

Usage Examples

  • Get all exercises

    GET /api/exercises
    
  • Search by name

    GET /api/exercises?name=[ExerciseName]
  • Filter by category

    GET /api/exercises/category/[CategoryName]

License

Distributed under the MIT License. See the LICENSE file for details.

About

ApiMuscle is a Node.js REST API that provides categorized access to a comprehensive database of strength-training exercises, complete with detailed instructions and filtering capabilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published