Athlete - Athletics Category Data

This entity represents a single piece of athletics data saved under a specific Athletics Category. It is returned as part of the athlete object in the getAthlete API response.

Field

Type

Description

name

Athletics Data Type

Identifier of the athletics data (e.g., PB, DATE, INFO).

value

Varchar(512)

Stored value of the athletics data.

type

NUMBER, TEXT, BOOLEAN or DATE

Format of the stored value.

Example:

"data": [
{
"name": "PB",
"value": "5.42",
"type": "NUMBER"
},
{
"name": "DATE",
"value": "2025-09-18",
"type": "DATE"
}
]

Published with Nuclino