Skip to content
DEKA Results API

Showcase

What to build on DEKA data

Reference builds, with the endpoints each one needs and the plan it sits on. These are blueprints rather than customer case studies. The API is new, and we would rather show you the wiring than invent testimonials.

Athlete profile

Starter

Gyms, coaches, community sites

A page per athlete: every DEKA race they have run, across FIT, MILE, STRONG and ATLAS, with personal bests per format and a zone-by-zone breakdown of any race in the list.

  • GET /v1/athletes/search?q=
  • GET /v1/athletes/{id}
  • GET /v1/athletes/{id}/results
  • GET /v1/results/{id}

Race simulator

Pro

Training apps

Ask an athlete for a target finish time and tell them what it actually means: where it would rank in their format, gender and age group, and what the median looks like.

  • GET /v1/formats
  • GET /v1/percentile?format=&time=&gender=&age_group=

Coaching analytics

Pro

Coaches, performance teams

Take a race apart: how the clock split between zones and runs, how much the runs faded from the first half to the second, and which zone cost the most against the field median for that same race.

  • GET /v1/results/{id}/pacing
  • GET /v1/athletes/{id}/results

Event dashboard

Scale

Event organisers, media

A live picture of one race: full finisher lists filtered by competition, division, gender and age group, and per-zone medians for the whole field to show where the race was decided.

  • GET /v1/events/{id}
  • GET /v1/events/{id}/results
  • GET /v1/races/{id}/zone-stats

Leaderboard site

Starter

Community, national federations

Global rankings by season and format, plus the event calendar behind them, with cursor pagination that stays fast on the deepest page.

  • GET /v1/leaderboards
  • GET /v1/events

Personal-best tracker

Pro

Athletes

Follow one athlete across seasons: every format they race, their best in each, and how each performance ranked at the time.

  • GET /v1/athletes/{id}
  • GET /v1/percentile

Built something on the API?

Tell us and we will feature it here, with your name on it.

Showcase · Spartan DEKA Results API