ufc_athlete
Retrieve a UFC fighter's complete career statistics and current ranking by exact name. Get athlete details, stats, and ranking in a single response.
Instructions
One fighter with FULL career statistics and current ranking attached. The main athlete tool.
Returns: {data:[{attributes:{title, nickname, age, dob, octagon_debut, stats_height, stats_weight, stats_reach_arm, stats_reach_leg, strengths, origin:{country_code}, residence, fightmetric_id, short_description}}], included:[{type:'athlete_stat--athlete_stat', attributes:{…see ufc_athlete_stats for the full field list…}}, {type:'athlete_ranking--athlete_ranking', attributes:{weight_class_rank, weight_class_rank_previous, is_interim}}]} — heights, weights and reaches are INCHES/POUNDS as decimal strings. The statistics live in included, NOT on the athlete.
Example: A champion with stats and ranking {"title": "Ilia Topuria"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows per page. | |
| title | Yes | Exact fighter name, e.g. 'Ilia Topuria' (from ufc_search_athletes). | |
| include | No | Leave as-is. WITHOUT `athlete_stat` there are NO statistics in the response at all. | athlete_stat,athlete_ranking,stats_weight_class,fighting_style,gym,athlete_status |