get https://api.triathlon.org/v1/athletes//news
The Athlete News method returns a filterable, paginated array of basic news objects where the athlete has been tagged. Returned news articles may be restricted by specifying a news category_id
.
The following example returns tagged news articles for athlete_id 11378.
curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/athletes/11378/news