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

Get your API key

Sign up in seconds and get your API key. No payment or credit card required.

02

Send workout data

Send a POST request with your users' workout data.

03

Get gamification data

Receive a response with strength levels, population percentile, progress and more — based on established strength standards and 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.

Increasing retention and engagement. Fast.

Ready to render

The response includes structured data that can be displayed directly in your UI with minimal 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

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.