Wahoo Fitness · Schema
Wahoo Workout Summary
Aggregate metrics for a completed Wahoo workout.
FitnessCyclingEndurance TrainingBike ComputersSmart TrainersIndoor CyclingHeart RatePower MetersGPSWearablesHardwareFIT FilesWebhookAuthentication
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| ascent_accum | string | |
| calories_accum | string | |
| distance_accum | string | |
| duration_active_accum | string | |
| duration_paused_accum | string | |
| duration_total_accum | string | |
| cadence_avg | string | |
| heart_rate_avg | string | |
| power_bike_avg | string | |
| speed_avg | string | |
| work_accum | string | |
| file | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/wahoo/main/json-schema/wahoo-workout-summary-schema.json",
"title": "Wahoo Workout Summary",
"description": "Aggregate metrics for a completed Wahoo workout.",
"type": "object",
"properties": {
"id": { "type": "integer", "format": "int64" },
"ascent_accum": { "type": "string" },
"calories_accum": { "type": "string" },
"distance_accum": { "type": "string" },
"duration_active_accum": { "type": "string" },
"duration_paused_accum": { "type": "string" },
"duration_total_accum": { "type": "string" },
"cadence_avg": { "type": "string" },
"heart_rate_avg": { "type": "string" },
"power_bike_avg": { "type": "string" },
"speed_avg": { "type": "string" },
"work_accum": { "type": "string" },
"file": {
"type": "object",
"properties": {
"url": { "type": "string", "format": "uri" }
}
}
}
}
Work with this as data
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/wahoo-workout-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.