This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Additional weight fields

Former Member
Former Member
I notice that when I set my weight on the http://connect.garmin.com/modern/weight page, the server sends back an interesting bit of JSON, which consists of a list of the following for every day:

bodyWater: 0
boneMass: 0
caloricIntake: 0
date: "2014-09-19"
metabolicAge: 0
muscleMass: 0
physiqueRating: 0
visceralFat: 0
weight: 66100

So far I haven't been able to change any of the fields except the weight (set in grams for me).

Is there any known way to fill in this info?

I can set my weight by POSTing to connect.garmin.com/.../weight with value=66.1&date=2014-09-19.

I have tried replacing the 'weight' in the url with 'boneMass' and 'muscleMass', but get a 404 (not found).

Even though as far as I know, this data can't be viewed on GC, it would be a nice place to store it.

Thanks for any help/advice :)
  • This data can all be viewed on connect. If you search the forums there are other threads which have ways to update it
  • Former Member
    0 Former Member over 10 years ago
    Thanks!
    So after some searching my only option is to use an android app.
    That's here for anyone interested.

    I still wonder if there is any way to submit this information over HTTP, as then I could make some sort of nice interface to it.

    If anyone knows, let me know!

    Cheers!