v2

latestOpenAPI 3.0.42026-08-0161443.4 KB
Data

Calculate Pheno Age

Calculates a Pheno Age result from chronological age and the nine required blood biomarkers. The result includes Biological Age Difference, which can be passed to the hypothetical rank endpoint as the submitted biological age.

post/api/data/pheno-age

Request body

chronologicalAgenumber double required

Chronological age in years at the biomarker measurement date.

albGLnumber double required

Albumin in g/L.

creatUmolLnumber double required

Creatinine in umol/L.

gluMmolLnumber double required

Glucose in mmol/L.

crpMgLnumber double required

C-reactive protein in mg/L. Must be greater than 0 because the clock applies a logarithm.

wbc1000cellsuLnumber double required

White blood cell count in 1000 cells/uL.

lymPcnumber double required

Lymphocyte percentage.

mcvFLnumber double required

Mean corpuscular volume in fL.

rdwPcnumber double required

Red cell distribution width percentage.

alpULnumber double required

Alkaline phosphatase in U/L.

Example request

{
  "chronologicalAge": 45.5,
  "albGL": 46,
  "creatUmolL": 88.4,
  "gluMmolL": 5.05,
  "crpMgL": 0.8,
  "wbc1000cellsuL": 6.3,
  "lymPc": 25.5,
  "mcvFL": 96.7,
  "rdwPc": 12.5,
  "alpUL": 51
}

Response

Calculated Pheno Age result, Biological Age Difference, pace of aging, and domain contribution values.

biologicalAgenumber double

Calculated Pheno Age in years.

biologicalAgeDifferencenumber double

Signed biological age minus chronological age. Lower and more negative values rank higher within the Amateur field.

paceOfAgingnumber double

Calculated biological age divided by chronological age.