How to Export Workouts from Technogym MyWellness
This guide explains how to get your workout data out of MyWellness so you can convert it to TCX or FIT. It is written for users with no technical background.
Outcome: you will have the workout JSON payload ready to paste into the converter.
What data to capture
The converter expects a single-workout JSON response from MyWellness (captured from browser Network tools on a workout detail page).
Capture steps
- Sign in to your MyWellness account on desktop.
- Open the workout detail page you want to export.
- Press F12 and open the Network tab.
- Reload the page and filter to XHR/Fetch.
- Open the workout details request and copy the full JSON from Response.
- Paste into the converter and click Process Workout.
Quick checks before paste
- Copy the entire JSON object, not a partial snippet.
- Use a request from the exact workout page you want to export.
- If data looks stale, refresh and recopy the request response.
If JSON capture fails
Follow the troubleshooting guide: Fix JSON import issues.