I was looking for a simpler way to view my Season progress in Sea of Thieves than popping in and out of all the categories in the menus of the official Sea of Thieves website. This is the quick result.
Your season progress can be found at https://www.seaofthieves.com/profile/seasons. In the background, this authenticated page downloads your progress from https://www.seaofthieves.com/api/profilev2/seasons-progress. You can use Fiddler or the browser's F12 tools to save this to a file. This app will parse it and display the progress in a more compact form.
To run this file just call it with the json filepath
SoTSeasonPassProgress.exe -s SotSeason2Progress.json
You will get an output like this
if you add the -i option you will only get the incomplete goals
you can now process the following additional pages for easy viewing
- -a Adventures (https://www.seaofthieves.com/profile/adventures)
- -c Your Chest (https://www.seaofthieves.com/profile/your-chest)
- -l Leaderboard
- -r Reputation (https://www.seaofthieves.com/profile/reputation)
- -s Season progress (https://www.seaofthieves.com/api/profilev2/seasons-progress)
- -t Stats file
- -C Captaincy file (https://www.seaofthieves.com/api/profilev2/captaincy)
- -d show all details
- shows full stats for Captaincy
SoTProgress.exe -r SotReputation.json