Changelog
Last updated on Mar 20, 2026
Welcome to the Workout API Changelog. this page lists notable changes, improvements, and fixes that have taken place throughout the project.
V1.5.0
2026-03-20
- It is now possible to specify the following elements when generating a program for each exercise:
- nbSets (Fixed value or minimum/maximum)
- nbReps (Fixed value or minimum/maximum)
- weight (Fixed value or minimum/maximum)
- Use of these 3 new program elements for web sharing and PDF export
- New endpoint PATCH “/programs/:id” to edit name, description or days in a program
V1.4.0
2026-03-13
- Possibility to consult a shared workout program content from Workout API website (workoutapi.com/program/PUBLIC_TOKEN)
- New endpoint POST “/programs/:id/share” to enable public share of a program and returning a public link
- New endpoint DELETE “/programs/:id/share” to remove public share option of a program and deleting its public link
- New endpoint POST “/programs/:id/share/email” to send shared program page link to one or multiple users by email
- Increased the monthly request limit from 5,000 to 10,000 for the Basic plan, and from 50,000 to 100,000 for the Pro plan
V1.3.0
2026-02-25
- Adding new field “Description” (optionnal) from programs
- New endpoint POST “/programs/:id/export” to export a program into PDF
- New endpoint GET “/programs/:id/export” to get the generated PDF for the specify program (temporary access link)
- New endpoint POST “/programs/:id/export/email” to send program’s generated PDF to one or multiple users by email (temporary access link)
v1.2.1
2026-02-11
- Send an email to the user when they change their subscription
V1.2.0
2026-01-13
- Programs generated are now kept in draft mode for 1 day. The endpoint returns a “programId” in addition to the content.
- Added a new endpoint to save a program generated via its ID (optional name available)
- Added a new endpoint to retrieve a program by its ID
v1.1.3
2026-01-02
- Possibility of changing the user’s payment method from account page
v1.1.2
2025-12-29
- Added an email alert system triggered when a user’s payment cannot be renewed
V1.1.0
2025-11-16
- Adaptation of the program generation endpoint (/programs/generate) to move towards a creation over several days. The “days” attribute must now be declared in the request’s body
v1.0.3
2025-10-18
- Implementing a usage report sent by email to API’s administrators
v1.0.2
2025-10-04
- Adaptation of the program generation endpoint to allow the addition of the demo page for this feature
V1.0.1
2025-09-16
- implementation of the recurring subscription system with management of quota overruns paid on request
V1.0.0
2025-08-21
- Lanch of the first version of the API