Scores
What does the include do?
Why use scores?
Requesting scores
https://api.sportmonks.com/v3/football/fixtures/{fixture_id}
?api_token=YOUR_TOKEN&include=scoreshttps://api.sportmonks.com/v3/football/fixtures/19424997
?api_token=YOUR_TOKEN&include=scoresResponse structure
Field descriptions
Field
Type
Description
Score types and descriptions
Regular Match (90 minutes)
Description
Explanation
Extended match (Extra Time)
Description
Explanation
Penalty Shootout
Description
Explanation
Displaying current score
Nested includes
scores.type
scores.participant
Code examples
Python Example
JavaScript example
Common use cases
1. Live Score Display
2. Half-time vs Full-time analysis
3. Statistical analysis
Best practices
Related includes
Summary
Last updated
Was this helpful?