This entity represents an educational major associated with an athlete. It is returned as part of the majors array within the athlete object in the getAthlete API response.
Field | Type | Description |
id | Integer | Unique identifier of the major |
cat | Integer | Identifier of the major’s category |
name | String | Name of the major (e.g., "Kinesiotherapy") |
Example
"majors": [{"id": 512311,"cat": 51,"name": "Kinesiotherapy/Kinesiotherapist"},{"id": 512308,"cat": 51,"name": "Physical Therapy/Therapist"}],