HC Webhook
kg

Sync Bone Mass to webhook.

An estimate of your bone density in kilograms, measured by a compatible smart scale.

Bone mass changes slowly over years. Logging it consistently builds a long-term health record that is hard to get from any single app.

Get it on Google Play
Ideas

What you can do with Bone Mass data.

Long-Term Health Log

Store bone mass readings in a spreadsheet or database to build a multi-year skeletal health history.

Body Composition Profile

Add bone mass to your Airtable or Notion health profile alongside weight, body fat, and lean mass.

Annual Health Report

Include bone mass in a yearly health summary email comparing this year to previous years.

Grafana Body Composition Chart

Plot bone mass, lean mass, and fat mass together in Grafana to see how your body composition breaks down.

Payload

What the data looks like.

HC Webhook sends a JSON object to your endpoint. The bone_mass field contains an array of readings from the last sync window.

{
  "timestamp": "2026-04-15T07:30:00Z",
  "bone_mass": [
    { "kg": 3.1, "time": "2026-04-15T07:30:00Z" }
  ]
}

Ready to sync your Bone Mass data?

No account required. Your data stays on your device.

Get it on Google Play