Overview
The Kamee Partner API is a read-only JSON feed of Kamee's published training plans. It exists so you can show Kamee plans inside your own product and hand people off to the Kamee app to actually train.
It is one endpoint:
GET https://kamee.fit/api/plans
What you can build
- A browsable catalog of Kamee training plans, filtered to strength or running.
- Plan cards with a cover image, level, duration, and weekly commitment.
- Links that open a plan on the web, or deep-link straight into the Kamee app when it is installed.
What this API is not
Being clear about this up front will save you a wasted afternoon:
- It is read-only. There is no write access of any kind.
- It is catalog-only. You get plan metadata — title, level, length, cover image. You do not get the workouts inside a plan: no weeks, days, blocks, exercises, sets, or reps.
- There is no user data. No accounts, no workout history, no progress, no stats. Everything a person logs lives in the Kamee app and is never exposed here.
- There is no search, pagination, or sorting control. You get the full published catalog in a fixed order, optionally filtered by discipline.
Getting access
Access is by arrangement — there is no self-serve signup. Contact
PLACEHOLDER_CONTACT and we will issue you an API key.
Once you have a key, start with the Quickstart.