Summary end point

The fixture end point provides a set of information related to a match/fixture including resulting.

In order to call the end point for a specific match, the id of the match must be inserted in the call as per following example:

api.betradar.com/v1/sports/{language}/sport_events/sr:match:19096428/summary.xml

Main elements and sub elements provided by the Summary end points are the ones shown in list below:

  • match_summary

  • sport_event

    • tournament_round

    • season

    • tournament

    • competitors

      • competitor

        • reference_ids

          • reference_id

      • venue

      • sport_event_conditions

        • referee

        • venue

        • weather_info

      • sport_event_status

        • period_scores

          • period_score

      • coverage_info

      • statistics

        • totals

          • teams

            • team

      • periods

        • period

          • teams

            • team

Sport event

Information related to the sport event element is available here: T

Tournament_round element (tournament_round)

Information related to the tournament round element is available here: Tournament_round

Tournament element

Information related to the tournament element is available here: Tournament

Season Element (season)

Information related to the Season element is available here: Season

Competitors element

Information related to the competitors element is available here: Competitor

Venue element

Information related to the competitors element is available here: Venue

Sport event conditions

For more detailed info related to the Venue element, please, check the following page: Sport_event_condition

For more detailed info related to the Venue element, please, check the following page: Venue

For more detailed info related to the Pitcher and Pitcher history, please, check the following page: Pitcher and Pitcher history

Sport event status

For detailed information about the sport event status element please check: Sport event status

Coverage info

For more detailed info related to Coverage info please, refer to page: Coverage_info

Statistics

The element statistics provides statistic info related to the match and periods in the match and it is available in the summary end point only for soccer matches

Table below shows the attributes of the statistics element

Attribute

meaning

value type

possible values

cards

number of cards for a certain team (the statistics element is inside a team element)

number

number

corners

number of corners for a certain team (the statistics element is inside a team element)

number

number

yellow_cards

number of yellow card for a certain team (the statistics element is inside a team element)

number

number

yellow_red_cards

number of red and yellow cards for a certain team (the statistics element is inside a team element)

number

number

red_cards

number of red cards for a certain team (the statistics element is inside a team element)

number

number

Period

For detailed info about the period element please check Period scores

Was this helpful?