curl --request GET \
--url 'https://therundown.io/api/v2/stats?key='[
{
"id": 1,
"name": "completionPct",
"display_name": "Completion Percentage",
"abbreviation": "CMP%",
"description": "The percentage of completed passes.",
"sport_id": 2
},
{
"id": 2,
"name": "completions",
"display_name": "Completions",
"abbreviation": "CMP",
"description": "The times a player completes a pass to another player.",
"sport_id": 2
},
{
"id": 1242,
"name": "avgRebounds",
"display_name": "Rebounds Per Game",
"abbreviation": "REB",
"description": "The average rebounds per game.",
"sport_id": 4
}
]curl --request GET \
--url 'https://therundown.io/api/v2/stats?key='[
{
"id": 1,
"name": "completionPct",
"display_name": "Completion Percentage",
"abbreviation": "CMP%",
"description": "The percentage of completed passes.",
"sport_id": 2
},
{
"id": 2,
"name": "completions",
"display_name": "Completions",
"abbreviation": "CMP",
"description": "The times a player completes a pass to another player.",
"sport_id": 2
},
{
"id": 1242,
"name": "avgRebounds",
"display_name": "Rebounds Per Game",
"abbreviation": "REB",
"description": "The average rebounds per game.",
"sport_id": 4
}
]API key as query parameter