VitalActivitySummary
A normalized daily activity summary aggregated from any supported wearable/device source. One record per calendar day per user.
Health DataWearablesLab TestingDigital HealthHealth TechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhookPhlebotomyLab Orders
Properties
| Name |
Type |
Description |
| id |
string |
|
| user_id |
string |
|
| calendar_date |
string |
|
| steps |
integernull |
|
| active_energy_burned |
numbernull |
Active energy expenditure in kcal. |
| basal_energy_burned |
numbernull |
Basal/resting energy expenditure in kcal. |
| distance_meter |
numbernull |
|
| floors_climbed |
integernull |
|
| low_intensity_minutes |
integernull |
|
| medium_intensity_minutes |
integernull |
|
| high_intensity_minutes |
integernull |
|
| daily_movement |
numbernull |
|
| average_heart_rate |
numbernull |
|
| resting_heart_rate |
numbernull |
|
| source |
object |
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/vital-io/main/json-schema/vital-activity-summary-schema.json",
"title": "VitalActivitySummary",
"description": "A normalized daily activity summary aggregated from any supported wearable/device source. One record per calendar day per user.",
"type": "object",
"required": ["id", "user_id", "calendar_date", "source"],
"properties": {
"id": {"type": "string", "format": "uuid"},
"user_id": {"type": "string", "format": "uuid"},
"calendar_date": {"type": "string", "format": "date"},
"steps": {"type": ["integer", "null"]},
"active_energy_burned": {"type": ["number", "null"], "description": "Active energy expenditure in kcal."},
"basal_energy_burned": {"type": ["number", "null"], "description": "Basal/resting energy expenditure in kcal."},
"distance_meter": {"type": ["number", "null"]},
"floors_climbed": {"type": ["integer", "null"]},
"low_intensity_minutes": {"type": ["integer", "null"]},
"medium_intensity_minutes": {"type": ["integer", "null"]},
"high_intensity_minutes": {"type": ["integer", "null"]},
"daily_movement": {"type": ["number", "null"]},
"average_heart_rate": {"type": ["number", "null"]},
"resting_heart_rate": {"type": ["number", "null"]},
"source": {
"type": "object",
"required": ["provider"],
"properties": {
"provider": {"type": "string"},
"type": {"type": "string"},
"name": {"type": "string"}
}
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vital-activity-summary"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.