Hi I am looking to be able to grab estimated Vo2max from the API endpoint: GET /api/v1/athlete/{id}/wellness/{date}
However despite having a figure for the vo2max under my Power tab, the endpoint is returning null for this data. Is there a different endpoint I should be using to grab vo2max?
It’s a bit confusing, this is the wellness field, and is filled from an external sync like Garmin. Is there any VO2max value filled in on that specific day?
Hey atom appreciate the help. So I don’t have this coming from Garmin. Attaching a screenshot of the vo2max field I see in my power numbers. This is what I am trying to access.
Afaik this value isn’t accessible via API.
It is derived from the best 5 min power value, if you click it, it shows you the paper and how to calculate. So you could calculate it yourself after getting the 5m best power value.
I’ve not used the API in a while and I have a sieve memory but using the network tab in developer tools you can find it is called vo2max_5m and is part of the powercurve endpoint