Get Match Commentary
GET
/live-score/match/{matchId}/commentaryRetrieve detailed match commentary including innings, ball-by-ball events, and general info commentary.
Path Params
matchIdstringrequiredMatch ID for which squad data is requested
Query Params
perPageintegerNumber of results per page (default is 10).
pageintegerPage number (default is 1).
curl -X GET 'http://xx.xx.xx.xx/api/betfair/live-score/match/{matchId}/commentary?perPage=10&page=1'