get https://api.triathlon.org/v1/athletes//videos
The Athlete Videos method returns a paginated, filterable array of basic video objects where the athlete has been tagged.
The following example returns tagged videos for athlete_id 11378 for a category_id
of 59 (World Triathlon Series).
curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/athletes/11378/videos?category_id=59