Developer preview — join the waitlist

Gamify your
strength training app today.

The API that turns your users' gym workouts into ready-to-render gamification data. One endpoint. Just integrate and ship.

turn this arrow 1
POST /v1/gamify

{
    "exercise": "squat",
    "gender": "male",
    "age": 28,
    "weight_unit": "kg",
    "sets": [
        { "reps": 5, "weight": 70  },
        { "reps": 5, "weight": 100 },
        { "reps": 5, "weight": 100 } 
    ]
}

    
arrow 2 into this
How it works

One endpoint.
Zero setup.

From raw workout data to gamification metadata in a single POST request.

01

Send workout data

POST the exercise name, an array of sets with reps and weight and optionally, for more precise statistics, the athlete gender and age.

02

We crunch the numbers

We estimate the 1-rep max, map it to established strength standards, and compute a population percentile.

03

Get gamification data

Receive a structured JSON response with strength levels, population percentile, progress to the next level and more — ready to render.

Request body
POST /v1/gamify
{
  "exercise": "squat",
  "weight_unit": "kg",
  "gender": "male",
  "age": 28,
  "sets": [
    { "reps": 5, "weight": 70 },
    { "reps": 5, "weight": 100 },
    { "reps": 5, "weight": 100 },
    { "reps": 5, "weight": 100 },
    { "reps": 5, "weight": 100 }
  ]
}
Response 200 OK
{
  "exercise": "squat",
  "weight_unit": "kg",
  "current_level": {
    "label": "intermediate",
    "index": 3,
    "bw_ratio": 1.50,
    "threshold_1rm": 100.0,
  },
  "estimated_1rm": 112.5,
  "percentile": 0.68,
  "next_level": {
    "label": "advanced",
    "index": 4,
    "bw_ratio": 2.25,
    "threshold_1rm": 140.0,
    "weight_gap": 27.5,
    "progress": 0.61,
  }
}
Features

Everything you need to keep your users motivated.

And increase retention. Fast.

Ready to render

The response includes level label, percentile, progress fraction, and gap to next level — structured to display directly in your UI, no transformation needed.

No data to maintain

Strength standards evolve. We keep them current. You never touch the underlying data — no research, no updates, no drift.

50+ exercises

Coverage across all major lifts with calibrated standards out of the box — no sourcing work on your end.

Established standards

We provide the credibility that makes gamification work. Our standards are based on millions of real athletes' strength exercise lifts, not arbitrary thresholds.

Stateless by design

No accounts, no database, no sessions. Every request is self-contained — ideal for privacy-first apps or edge deployments.

Developer first

Clean JSON, easy integration. So you can focus on shipping, not building.

Join the waitlist

Get early access.

GamifyFast is in developer preview. Leave your email and we'll reach out when the API is ready.

No spam. Unsubscribe any time.