| Meaning |
{
"player": {
"first_name": "Aaron",
"last_name": "Rodgers",
"full_name": "Aaron Charles Rodgers",
"birthdate": "1993-12-02",
"position": "Quarterback",
"current_team": "New York Jets",
"college": "University of California, Berkeley",
"nfl_career": {
"draft_year": 2005,
"draft_round": 1,
"draft_pick_overall": 24,
"career_stats": {
"games_played": 210,
"games_started": 202,
"passing_yards": 61700,
"passing_touchdowns": 475,
"interceptions": 107,
"completion_percentage": 65.3,
"passer_rating": 103.5,
"rushing_yards": 1150,
"rushing_touchdowns": 9
},
"awards_and_honors": [
"4× NFL MVP (2011, 2014, 2020, 2021)",
"1× Super Bowl Champion (XLV)",
"2× Super Bowl MVP (XLV)",
"9× Pro Bowl",
"5× First-team All-Pro"
]
},
"social_media": {
"twitter": "@AaronRodgers",
"instagram": "@aaronrodgers"
}
}
} |