TrainingPeaks

TrainingPeaks is an endurance-athlete training platform for cyclists, runners, triathletes, and their coaches - used to plan structured workouts, track completed activities, analyze fitness with TSS/CTL/ATL and power/heart-rate/pace zones, log metrics, and manage coach-athlete relationships. The TrainingPeaks Partners API (Public API) is an OAuth 2.0, JSON/HTTPS REST API at api.trainingpeaks.com (sandbox at api.sandbox.trainingpeaks.com) that lets approved third parties read and write athlete profiles, planned and completed workouts, structured workout files, metrics, nutrition, events, routes, and coach data on behalf of a user. API access is partner-gated - developers must apply for credentials and are not accepting requests for personal use - but the API surface is publicly documented on the PartnersAPI GitHub wiki.

TrainingPeaks publishes 10 APIs on the APIs.io network, including Athlete API, Coach API, Events API, and 7 more. Tagged areas include Fitness, Endurance Training, Workouts, Coaching, and Sports.

TrainingPeaks’ developer surface includes authentication, documentation, engineering blog, and 9 more developer resources.

38.9/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumApproval
10 APIs
FitnessEndurance TrainingWorkoutsCoachingSportsHealthWearables

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 38.9/100 · thin
Contract Quality 15.0 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/trainingpeaks: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 10

Individual APIs this provider publishes, each with its own machine-readable definition.

TrainingPeaks Athlete API

Authenticated athlete profile and (deprecated) training zones.

TrainingPeaks Coach API

Coach profile, athletes, and assistant management.

TrainingPeaks Events API

Athlete events.

TrainingPeaks File API

Asynchronous activity file uploads.

TrainingPeaks Info API

Service information and version.

TrainingPeaks Metrics API

Athlete wellness and body metrics.

TrainingPeaks Nutrition API

Athlete nutrition log entries.

TrainingPeaks Routes API

Athlete GPS routes.

TrainingPeaks Webhooks API

Workout webhook subscriptions (Early Access).

TrainingPeaks Workouts API

Planned and completed workouts, changes, details, and analytics.

Scroll for all 10

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Trainingpeaks Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Trainingpeaks Authentication

oauth2 · 1 scheme

SECURITY

Trainingpeaks Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Trainingpeaks Scopes

17 scopes · authorizationCode

17 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Trainingpeaks Agentic Access

49 operations · 15 acting

49 operations · 15 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: trainingpeaks
url: https://raw.githubusercontent.com/api-evangelist/trainingpeaks/refs/heads/main/apis.yml
name: TrainingPeaks
kind: company
description: TrainingPeaks is an endurance-athlete training platform for cyclists, runners, triathletes, and their coaches
  - used to plan structured workouts, track completed activities, analyze fitness with TSS/CTL/ATL and power/heart-rate/pace
  zones, log metrics, and manage coach-athlete relationships. The TrainingPeaks Partners API (Public API) is an OAuth 2.0,
  JSON/HTTPS REST API at api.trainingpeaks.com (sandbox at api.sandbox.trainingpeaks.com) that lets approved third parties
  read and write athlete profiles, planned and completed workouts, structured workout files, metrics, nutrition, events, routes,
  and coach data on behalf of a user. API access is partner-gated - developers must apply for credentials and are not accepting
  requests for personal use - but the API surface is publicly documented on the PartnersAPI GitHub wiki.
accessModel:
  pricing: freemium
  onboarding: approval
  trial: false
  try_now: false
  public: false
  label: Freemium · Requires approval
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/trainingpeaks.png
tags:
- Fitness
- Endurance Training
- Workouts
- Coaching
- Sports
- Health
- Wearables
created: '2026-07-03'
modified: '2026-07-03'
specificationVersion: '0.19'
apis:
- aid: trainingpeaks:trainingpeaks-athlete-api
  name: TrainingPeaks Athlete API
  description: Authenticated athlete profile and (deprecated) training zones.
  humanURL: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  baseURL: https://api.trainingpeaks.com
  tags:
  - Athlete
  properties:
  - type: OpenAPI
    url: openapi/trainingpeaks-athlete-api-openapi.yml
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  - type: PostmanCollection
    url: collections/trainingpeaks.postman_collection.json
  - type: OpenCollection
    url: collections/trainingpeaks.opencollection.json
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/API-Endpoints
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Details
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Mean-Max-Data
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Get
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Structured-Workout-File
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Metrics-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/v2-Metrics-Get-By-Date-Range
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Nutrition
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Post-Nutrition
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Profile
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Athletes
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload-Asynchronous
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Event-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Routes-Object
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Create-Subscription
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Get-Subscriptions
- aid: trainingpeaks:trainingpeaks-coach-api
  name: TrainingPeaks Coach API
  description: Coach profile, athletes, and assistant management.
  humanURL: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  baseURL: https://api.trainingpeaks.com
  tags:
  - Coach
  properties:
  - type: OpenAPI
    url: openapi/trainingpeaks-coach-api-openapi.yml
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  - type: PostmanCollection
    url: collections/trainingpeaks.postman_collection.json
  - type: OpenCollection
    url: collections/trainingpeaks.opencollection.json
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/API-Endpoints
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Details
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Mean-Max-Data
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Get
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Structured-Workout-File
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Metrics-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/v2-Metrics-Get-By-Date-Range
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Nutrition
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Post-Nutrition
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Profile
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Athletes
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload-Asynchronous
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Event-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Routes-Object
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Create-Subscription
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Get-Subscriptions
- aid: trainingpeaks:trainingpeaks-events-api
  name: TrainingPeaks Events API
  description: Athlete events.
  humanURL: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  baseURL: https://api.trainingpeaks.com
  tags:
  - Events
  properties:
  - type: OpenAPI
    url: openapi/trainingpeaks-events-api-openapi.yml
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  - type: PostmanCollection
    url: collections/trainingpeaks.postman_collection.json
  - type: OpenCollection
    url: collections/trainingpeaks.opencollection.json
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/API-Endpoints
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Details
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Mean-Max-Data
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Get
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Structured-Workout-File
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Metrics-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/v2-Metrics-Get-By-Date-Range
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Nutrition
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Post-Nutrition
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Profile
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Athletes
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload-Asynchronous
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Event-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Routes-Object
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Create-Subscription
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Get-Subscriptions
- aid: trainingpeaks:trainingpeaks-file-api
  name: TrainingPeaks File API
  description: Asynchronous activity file uploads.
  humanURL: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  baseURL: https://api.trainingpeaks.com
  tags:
  - File
  properties:
  - type: OpenAPI
    url: openapi/trainingpeaks-file-api-openapi.yml
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  - type: PostmanCollection
    url: collections/trainingpeaks.postman_collection.json
  - type: OpenCollection
    url: collections/trainingpeaks.opencollection.json
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/API-Endpoints
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Details
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Mean-Max-Data
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Get
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Structured-Workout-File
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Metrics-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/v2-Metrics-Get-By-Date-Range
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Nutrition
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Post-Nutrition
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Profile
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Athletes
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload-Asynchronous
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Event-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Routes-Object
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Create-Subscription
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Get-Subscriptions
- aid: trainingpeaks:trainingpeaks-info-api
  name: TrainingPeaks Info API
  description: Service information and version.
  humanURL: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  baseURL: https://api.trainingpeaks.com
  tags:
  - Info
  properties:
  - type: OpenAPI
    url: openapi/trainingpeaks-info-api-openapi.yml
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  - type: PostmanCollection
    url: collections/trainingpeaks.postman_collection.json
  - type: OpenCollection
    url: collections/trainingpeaks.opencollection.json
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/API-Endpoints
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Details
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Mean-Max-Data
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Get
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Structured-Workout-File
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Metrics-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/v2-Metrics-Get-By-Date-Range
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Nutrition
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Post-Nutrition
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Profile
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Athletes
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload-Asynchronous
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Event-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Routes-Object
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Create-Subscription
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Get-Subscriptions
- aid: trainingpeaks:trainingpeaks-metrics-api
  name: TrainingPeaks Metrics API
  description: Athlete wellness and body metrics.
  humanURL: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  baseURL: https://api.trainingpeaks.com
  tags:
  - Metrics
  properties:
  - type: OpenAPI
    url: openapi/trainingpeaks-metrics-api-openapi.yml
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  - type: PostmanCollection
    url: collections/trainingpeaks.postman_collection.json
  - type: OpenCollection
    url: collections/trainingpeaks.opencollection.json
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/API-Endpoints
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Details
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Mean-Max-Data
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Get
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Structured-Workout-File
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Metrics-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/v2-Metrics-Get-By-Date-Range
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Nutrition
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Post-Nutrition
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Profile
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Athletes
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload-Asynchronous
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Event-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Routes-Object
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Create-Subscription
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Get-Subscriptions
- aid: trainingpeaks:trainingpeaks-nutrition-api
  name: TrainingPeaks Nutrition API
  description: Athlete nutrition log entries.
  humanURL: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  baseURL: https://api.trainingpeaks.com
  tags:
  - Nutrition
  properties:
  - type: OpenAPI
    url: openapi/trainingpeaks-nutrition-api-openapi.yml
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  - type: PostmanCollection
    url: collections/trainingpeaks.postman_collection.json
  - type: OpenCollection
    url: collections/trainingpeaks.opencollection.json
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/API-Endpoints
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Details
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Mean-Max-Data
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Get
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Structured-Workout-File
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Metrics-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/v2-Metrics-Get-By-Date-Range
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Nutrition
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Post-Nutrition
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Profile
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Athletes
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload-Asynchronous
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Event-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Routes-Object
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Create-Subscription
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Get-Subscriptions
- aid: trainingpeaks:trainingpeaks-routes-api
  name: TrainingPeaks Routes API
  description: Athlete GPS routes.
  humanURL: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  baseURL: https://api.trainingpeaks.com
  tags:
  - Routes
  properties:
  - type: OpenAPI
    url: openapi/trainingpeaks-routes-api-openapi.yml
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  - type: PostmanCollection
    url: collections/trainingpeaks.postman_collection.json
  - type: OpenCollection
    url: collections/trainingpeaks.opencollection.json
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/API-Endpoints
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Details
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Mean-Max-Data
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Get
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Structured-Workout-File
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Metrics-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/v2-Metrics-Get-By-Date-Range
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Nutrition
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Post-Nutrition
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Profile
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Athletes
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload-Asynchronous
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Event-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Routes-Object
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Create-Subscription
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Get-Subscriptions
- aid: trainingpeaks:trainingpeaks-webhooks-api
  name: TrainingPeaks Webhooks API
  description: Workout webhook subscriptions (Early Access).
  humanURL: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  baseURL: https://api.trainingpeaks.com
  tags:
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/trainingpeaks-webhooks-api-openapi.yml
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  - type: PostmanCollection
    url: collections/trainingpeaks.postman_collection.json
  - type: OpenCollection
    url: collections/trainingpeaks.opencollection.json
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/API-Endpoints
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Details
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Mean-Max-Data
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Get
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Structured-Workout-File
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Metrics-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/v2-Metrics-Get-By-Date-Range
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Nutrition
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Post-Nutrition
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Profile
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Athletes
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload-Asynchronous
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Event-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Routes-Object
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Create-Subscription
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Get-Subscriptions
- aid: trainingpeaks:trainingpeaks-workouts-api
  name: TrainingPeaks Workouts API
  description: Planned and completed workouts, changes, details, and analytics.
  humanURL: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  baseURL: https://api.trainingpeaks.com
  tags:
  - Workouts
  properties:
  - type: OpenAPI
    url: openapi/trainingpeaks-workouts-api-openapi.yml
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Profile
  - type: PostmanCollection
    url: collections/trainingpeaks.postman_collection.json
  - type: OpenCollection
    url: collections/trainingpeaks.opencollection.json
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/API-Endpoints
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Details
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workouts-Get-Mean-Max-Data
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Get
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Workout-Of-The-Day-Structured-Workout-File
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Metrics-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/v2-Metrics-Get-By-Date-Range
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Get-Nutrition
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Athlete-Post-Nutrition
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Profile
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Coach-Get-Athletes
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/File-Upload-Asynchronous
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Event-Object
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Routes-Object
  - type: Documentation
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Create-Subscription
  - type: APIReference
    url: https://github.com/TrainingPeaks/PartnersAPI/wiki/Webhook-Get-Subscriptions
common:
- type: AgenticAccess
  url: agentic-access/trainingpeaks-agentic-access.yml
- type: DomainSecurity
  url: security/trainingpeaks-domain-security.yml
- type: Authentication
  url: authentication/trainingpeaks-authentication.yml
- type: OAuthScopes
  url: scopes/trainingpeaks-scopes.yml
- type: GitHubOrganization
  url: https://github.com/TrainingPeaks
- type: LinkedIn
  url: https://www.linkedin.com/company/trainingpeaks
- type: Website
  url: https://www.trainingpeaks.com
- type: Documentation
  url: https://github.com/TrainingPeaks/PartnersAPI/wiki
- type: Plans
  url: plans/trainingpeaks-plans-pricing.yml
- type: RateLimits
  url: rate-limits/trainingpeaks-rate-limits.yml
- type: FinOps
  url: finops/trainingpeaks-finops.yml
- url: https://www.trainingpeaks.com/feed/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com