bybymaxy / Fit-Genie

0 stars 1 forks source link

API SELECTED #17

Open rehposolihpedoc opened 8 months ago

rehposolihpedoc commented 8 months ago

OPTIONS PROPOSED Restful Api: Wger Workout Manager API Docs https://wger.de/en/software/api Api key; a9b235ef3d8dc4854f59b6dcdc8fb074ed2f5ffa Yes, you can use the Wger Workout Manager API without having to log in. The API provides public endpoints that do not require authentication. These endpoints allow you to access exercise, workout, and equipment data without the need for an account or API key. For example, you can retrieve a list of exercises by making a GET request to the /exercise endpoint: GET https://wger.de/api/v2/exercise/ Similarly, you can access other resources such as workouts, muscles, equipment, etc., using the appropriate endpoints provided by the API. OPEN AI

bybymaxy commented 8 months ago

found an option for a workout api its resful you can call on allot of endpoints that are free. and you dont have to log in for all of them.