CINXE.COM

SA vs SL 2024/25, SA vs SL 1st Test Match Report, November 27 - December 01, 2024 - Jansen seven-for blows SL away to record low as SA take command at Kingsmead

<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><link rel="preconnect" href="https://img1.hscicdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://dcf.espn.com" crossorigin="anonymous"/><link rel="preload" href="https://wassets.hscicdn.com/static/fonts/CiIcons/ci-icons-v3.5/fonts/icomoon.woff?gencn3" as="font" type="font/woff2" crossorigin="anonymous"/><script type="text/javascript"> /*! js-cookie v3.0.5 | MIT */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self,function(){var n=e.Cookies,o=e.Cookies=t();o.noConflict=function(){return e.Cookies=n,o}}())}(this,(function(){"use strict";function e(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)e[o]=n[o]}return e}var t=function t(n,o){function r(t,r,i){if("undefined"!=typeof document){"number"==typeof(i=e({},o,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var c="";for(var u in i)i[u]&&(c+="; "+u,!0!==i[u]&&(c+="="+i[u].split(";")[0]));return document.cookie=t+"="+n.write(r,t)+c}}return Object.create({set:r,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var t=document.cookie?document.cookie.split("; "):[],o={},r=0;r<t.length;r++){var i=t[r].split("="),c=i.slice(1).join("=");try{var u=decodeURIComponent(i[0]);if(o[u]=n.read(c,u),e===u)break}catch(e){}}return e?o[e]:o}},remove:function(t,n){r(t,"",e({},n,{expires:-1}))},withAttributes:function(n){return t(this.converter,e({},this.attributes,n))},withConverter:function(n){return t(e({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(o)},converter:{value:Object.freeze(n)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});return t})); </script><script type="text/javascript"> // DATA LAYER CONFIGURATION var _dl = { site: { baseDomain: 'espncricinfo.com', site: 'espncricinfo', portal: 'sports', country: Cookies.get('country') || 'in', language: window.location.pathname.startsWith('/hindi') ? 'hi_in' : 'en_us', otguid: 'a0595f6d-337b-4be2-8d32-ad0c5e7c829d', }, page: { page_url: window.location.href, page_title: document.title, platform: "web", }, helpersEnabled: true, pageViewed: false, visitor: { swid: Cookies.get('SWID'), } }; // SUBSCRIBE AND PUBLISH METHODS _dl.subscribe = function(eventName, callback) { document.addEventListener("__dataLayer." + eventName, function(e) { if (e && e.detail) callback.apply(__dataLayer, e.detail); }); }; _dl.publish = function(eventName) { var args = Array.prototype.splice.apply(arguments, [1, arguments.length]), event = new CustomEvent("__dataLayer." + eventName, { detail: args || [] }); document.dispatchEvent(event); }; // MAKE DATA LAYER GLOBAL window.__dataLayer = window.__dataLayer || {}; Object.assign(window.__dataLayer, _dl); </script><script type="text/javascript"> var appInfoValue = Cookies.get('ci-app'); var appInfo = null; var isApp = false; if (appInfoValue) { appInfo = JSON.parse(appInfoValue); // android || ios if (appInfo['pf'] === 'android' || appInfo['pf'] === 'ios') { isApp = true; } } window.hsci = window.hsci || { consent: { region: 'unknown', enabled: false, taken: true, }, did: null, appInfo: appInfo, playerV5: true }; // android if (window.CleverTap) { isApp = true; // ios } else if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.clevertap) { isApp = true; } hsci.isApp = isApp; //Flutter webview window.addEventListener('flutterInAppWebViewPlatformReady', function() { // console.log("flutterInAppWebViewPlatformReady done") window.isFlutterAppReady = true; window.isApp = true; }); hsci.injectScript = function(src, opts) { (function() { var script = document.createElement("script"); script.type = "text/javascript"; script.async = false; script.src = src; if(opts && typeof opts.id !== "undefined") script.id = opts.id; if(opts && typeof opts.async !== "undefined") script.async = opts.async; if(opts && typeof opts.defer !== "undefined") script.defer = opts.defer; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s); })(); }; </script><script type="text/javascript"> hsci.consent.region = Cookies.get('region'); hsci.consent.country = Cookies.get('country'); // Faiyaz - emea region is added for exisiting users with the same region cookie. hsci.consent.enabled = hsci.isApp ? false : hsci.consent.region === 'gdpr' || hsci.consent.region === 'emea' || hsci.consent.region === 'ccpa'; // Faiyaz - emea region is added for exisiting users with the same region cookie. if(hsci.consent.enabled) { //disable integration scripts window.YETT_BLACKLIST = [ /www\.googletagmanager\.com/, /d2r1yp2w7bby2u\.cloudfront\.net/, /omniture-.*?\.js/, /at-.*?\.js/, /prebid.*?\.js/, /sb\.scorecardresearch\.com/, /chartbeat\.js/, /cdn\.taboola\.com/, /jsc\.mgid\.com/ ]; // This is required for ccpa region also document.addEventListener('tms.ready', function() { // ensighten script is loaded and consent is taken so unblock window.yett.unblock(); if(!hsci.isApp && window.hsci.playerV5) { // Data Layer Integration document.dispatchEvent(new Event("dataLayerReady")); window.__dataLayer.publish('pageView'); } }); if (hsci.consent.region === 'gdpr' || hsci.consent.region === 'emea' || hsci.consent.region === 'ccpa') { var _alertBox1 = Cookies.get('OptanonConsentAlertBoxClosed'); var _alertBox2 = Cookies.get('OptanonAlertBoxClosed'); hsci.consent.taken = _alertBox1 !== undefined || _alertBox2 !== undefined; window.addEventListener('consent.onetrust', function(e) { // Check if __tcfapi is ready to detect event on close // @ts-ignore if (window.__tcfapi) { __tcfapi('getTCData', 2, function(tcData, success) { if (success) { if (tcData.eventStatus === 'useractioncomplete') { window.location.reload(); } } }); } }); } } else { // for non gdpr regions do not load following scipt upfront load after window load window.YETT_BLACKLIST = [ /d2r1yp2w7bby2u\.cloudfront\.net/, /omniture-.*?\.js/, /at-.*?\.js/, /chartbeat\.js/, /cdn\.taboola\.com/, /jsc\.mgid\.com/ ]; if(hsci.isApp) { window.addEventListener('DOMContentLoaded', function(event) { window.yett.unblock(); }); } else { document.addEventListener('tms.ready', function() { // ensighten script is loaded and consent is taken so unblock window.yett.unblock(); if(!hsci.isApp && window.hsci.playerV5) { // Data Layer Integration document.dispatchEvent(new Event("dataLayerReady")); window.__dataLayer.publish('pageView'); } }); } } </script><script type="text/javascript">!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t=t||self).yett={})}(this,function(t){"use strict";function o(e,t){return e&&(!t||t!==s)&&(!a.blacklist||a.blacklist.some(function(t){return t.test(e)}))&&(!a.whitelist||a.whitelist.every(function(t){return!t.test(e)}))}function l(t){var e=t.getAttribute("src");return a.blacklist&&a.blacklist.every(function(t){return!t.test(e)})||a.whitelist&&a.whitelist.some(function(t){return t.test(e)})}var s="javascript/blocked",a={blacklist:window.YETT_BLACKLIST,whitelist:window.YETT_WHITELIST},u={blacklisted:[]},f=new MutationObserver(function(t){for(var e=0;e<t.length;e++)for(var i=t[e].addedNodes,n=function(t){var n=i[t];if(1===n.nodeType&&"SCRIPT"===n.tagName){var e=n.src,r=n.type;if(o(e,r)){u.blacklisted.push(n.cloneNode()),n.type=s;n.addEventListener("beforescriptexecute",function t(e){n.getAttribute("type")===s&&e.preventDefault(),n.removeEventListener("beforescriptexecute",t)}),n.parentElement&&n.parentElement.removeChild(n)}}},r=0;r<i.length;r++)n(r)});f.observe(document.documentElement,{childList:!0,subtree:!0});var c=document.createElement;function p(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}document.createElement=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];if("script"!==e[0].toLowerCase())return c.bind(document).apply(void 0,e);var r=c.bind(document).apply(void 0,e),i=r.setAttribute.bind(r);return Object.defineProperties(r,{src:{get:function(){var t=r.getAttribute("src");return t&&0===t.indexOf("//")?document.location.protocol+t:t||""},set:function(t){return o(t,r.type)&&i("type",s),i("src",t),!0}},type:{set:function(t){var e=o(r.src,r.type)?s:t;return i("type",e),!0}}}),r.setAttribute=function(t,e){"type"===t||"src"===t?r[t]=e:HTMLScriptElement.prototype.setAttribute.call(r,t,e)},r};var d=new RegExp("[|\\{}()[\\]^$+*?.]","g");t.unblock=function(){for(var t=arguments.length,n=new Array(t),e=0;e<t;e++)n[e]=arguments[e];n.length<1?(a.blacklist=[],a.whitelist=[]):(a.blacklist&&(a.blacklist=a.blacklist.filter(function(e){return n.every(function(t){return"string"==typeof t?!e.test(t):t instanceof RegExp?e.toString()!==t.toString():void 0})})),a.whitelist&&(a.whitelist=[].concat(p(a.whitelist),p(n.map(function(e){if("string"==typeof e){var n=".*"+e.replace(d,"\$&")+".*";if(a.whitelist.every(function(t){return t.toString()!==n.toString()}))return new RegExp(n)}else if(e instanceof RegExp&&a.whitelist.every(function(t){return t.toString()!==e.toString()}))return e;return null}).filter(Boolean)))));for(var r=document.querySelectorAll('script[type="'.concat(s,'"]')),i=0;i<r.length;i++){var o=r[i];l(o)&&(o.type="application/javascript",u.blacklisted.push(o),o.parentElement.removeChild(o))}var c=0;p(u.blacklisted).forEach(function(t,e){if(l(t)){var n=document.createElement("script");n.setAttribute("src",t.src),n.setAttribute("type","application/javascript"),document.head.appendChild(n),u.blacklisted.splice(e-c,1),c++}}),a.blacklist&&a.blacklist.length<1&&f.disconnect()},Object.defineProperty(t,"__esModule",{value:!0})});</script><script type="text/javascript"> if(!hsci.isApp) { hsci.injectScript('//dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js', {async: true}); } </script><script type="text/javascript">window.googletag = window.googletag || {cmd: []}; window.pbjs = window.pbjs || {que: []}; window._taboola = window._taboola || []; </script><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/><link rel="manifest" href="/static/json/manifest.json"/><link rel="shortcut icon" type="image/x-icon" href="https://wassets.hscicdn.com/static/images/favicon.ico"/><link href="https://wassets.hscicdn.com/static/images/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/><link href="https://wassets.hscicdn.com/static/images/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/><link href="https://wassets.hscicdn.com/static/images/iphoneplus_splash.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image"/><link href="https://wassets.hscicdn.com/static/images/iphonex_splash.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image"/><link href="https://wassets.hscicdn.com/static/images/iphonexr_splash.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/><link href="https://wassets.hscicdn.com/static/images/iphonexsmax_splash.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image"/><link href="https://wassets.hscicdn.com/static/images/ipad_splash.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/><link href="https://wassets.hscicdn.com/static/images/ipadpro1_splash.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/><link href="https://wassets.hscicdn.com/static/images/ipadpro3_splash.png" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/><link href="https://wassets.hscicdn.com/static/images/ipadpro2_splash.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="ESPN Cricinfo"/><meta name="apple-mobile-web-app-status-bar-style" content="black"/><meta name="theme-color" content="#03a9f4"/><link rel="apple-touch-icon" sizes="72x72" href="https://wassets.hscicdn.com/static/images/ios-72.png" type="image/png"/><link rel="apple-touch-icon" sizes="120x120" href="https://wassets.hscicdn.com/static/images/ios-120.png" type="image/png"/><link rel="apple-touch-icon" sizes="144x144" href="https://wassets.hscicdn.com/static/images/ios-144.png" type="image/png"/><link rel="apple-touch-icon" sizes="180x180" href="https://wassets.hscicdn.com/static/images/ios-180.png" type="image/png"/><title>SA vs SL 2024/25, SA vs SL 1st Test Match Report, November 27 - December 01, 2024 - Jansen seven-for blows SL away to record low as SA take command at Kingsmead</title><meta name="title" content="SA vs SL 2024/25, SA vs SL 1st Test Match Report, November 27 - December 01, 2024 - Jansen seven-for blows SL away to record low as SA take command at Kingsmead"/><meta name="description" content="SA vs SL 2024/25, South Africa vs Sri Lanka Match Report: SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead"/><meta name="keywords" content=",South Africa vs Sri Lanka 1st Test cricket news,articles,reports,SA vs SL,South Africa vs Sri Lanka"/><meta name="robots" content="index,follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/><meta name="googlebot" content="index,follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/><link rel="canonical" href="https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report"/><link rel="alternate" href="https://www.espncricinfo.com/hindi/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report" hrefLang="hi"/><link rel="alternate" href="https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report" hrefLang="en"/><link rel="alternate" href="https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report" hrefLang="x-default"/><meta property="og:site_name" content="ESPNcricinfo"/><meta property="og:type" content="website"/><meta property="og:title" content="Jansen seven-for blows SL away to record low as SA take command at Kingsmead"/><meta property="og:description" content="SA vs SL 2024/25, South Africa vs Sri Lanka Match Report: SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead"/><meta property="og:image" content="https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/391800/391830.6.jpg"/><meta property="og:url" content="https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report"/><meta property="fb:app_id" content="260890547115"/><meta property="fb:pages" content="104266592953439"/><meta name="twitter:site" content="@espncricinfo"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:app:name:iphone" content="ESPNcricinfo"/><meta name="twitter:app:id:iphone" content="417408017"/><meta name="twitter:app:name:googleplay" content="ESPNcricinfo"/><meta name="twitter:app:id:googleplay" content="com.july.cricinfo"/><meta name="twitter:title" content="Jansen seven-for blows SL away to record low as SA take command at Kingsmead"/><meta name="twitter:description" content="SA vs SL 2024/25, South Africa vs Sri Lanka Match Report: SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead"/><meta name="twitter:image" content="https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/391800/391830.6.jpg"/><meta itemProp="name" content="SA vs SL 2024/25, SA vs SL 1st Test Match Report, November 27 - December 01, 2024 - Jansen seven-for blows SL away to record low as SA take command at Kingsmead"/><meta itemProp="description" content="SA vs SL 2024/25, South Africa vs Sri Lanka Match Report: SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead"/><meta itemProp="image" content="https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/391800/391830.6.jpg"/><meta itemProp="publisher" content="ESPNcricinfo"/><meta itemProp="url" content="https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report"/><meta itemProp="editor" content="ESPNcricinfo"/><meta itemProp="headline" content="SA vs SL 2024/25, SA vs SL 1st Test Match Report, November 27 - December 01, 2024 - Jansen seven-for blows SL away to record low as SA take command at Kingsmead"/><meta itemProp="sourceOrganization" content="ESPN Digital Media Pvt Ltd"/><meta itemProp="keywords" content=",South Africa vs Sri Lanka 1st Test cricket news,articles,reports,SA vs SL,South Africa vs Sri Lanka"/><meta itemProp="datePublished" content="2024-11-28T16:06:00+05:30"/><meta itemProp="dateModified" content="2024-11-28T21:51:00+05:30"/><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"ESPN Digital Media Private Limited","url":"https://www.espncricinfo.com","logo":"/static/images/espncricinfo-logo-full.png","address":{"@type":"PostalAddress","streetAddress":"Ground Floor, Embassy Golf Links Business Park, Cherry Hills, Intermediate Ring Road, Domlur","addressLocality":"Bangalore","addressRegion":"India","postalCode":"560071","Telephone":"+91-080-68479700"},"sameAs":["https://www.facebook.com/Cricinfo","https://twitter.com/ESPNcricinfo","https://www.youtube.com/espncricinfo"]}</script><script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Live Scores","url":"https://www.espncricinfo.com/live-cricket-score"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Live Scores Home","url":"https://www.espncricinfo.com/live-cricket-score"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Schedule","url":"https://www.espncricinfo.com/live-cricket-match-schedule-fixtures"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Results","url":"https://www.espncricinfo.com/live-cricket-match-results"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Month view","url":"https://www.espncricinfo.com/ci/engine/series/index.html?view=month"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Season view","url":"https://www.espncricinfo.com/ci/engine/series/index.html?view=season"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"International calendar","url":"https://www.espncricinfo.com/ci/engine/match/index.html?view=calendar"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Desktop Scoreboard","url":"https://www.espncricinfo.com/ci/engine/match/scores/desktop.html"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Series","url":"https://www.espncricinfo.com/cricket-fixtures"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"WBBL 2024","url":"https://www.espncricinfo.com/series/wbbl-2024-25-1442625"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Australia vs India","url":"https://www.espncricinfo.com/series/australia-vs-india-2024-25-1426547"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"IPL 2025","url":"https://www.espncricinfo.com/series/ipl-2025-1449924"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Abu Dhabi T10","url":"https://www.espncricinfo.com/series/abu-dhabi-t10-2024-25-1459838"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Global Super League","url":"https://www.espncricinfo.com/series/global-super-league-2024-25-1460197"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Under-19s Asia Cup","url":"https://www.espncricinfo.com/series/asian-cricket-council-under-19s-asia-cup-2024-25-1461700"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"West Indies vs Bangladesh","url":"https://www.espncricinfo.com/series/west-indies-vs-bangladesh-2024-25-1433357"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Pakistan A vs Sri Lanka A","url":"https://www.espncricinfo.com/series/sri-lanka-a-in-pakistan-2024-25-1450291"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Zimbabwe vs Pakistan","url":"https://www.espncricinfo.com/series/pakistan-in-zimbabwe-2024-25-1444642"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"South Africa vs Sri Lanka","url":"https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"New Zealand vs England","url":"https://www.espncricinfo.com/series/england-in-new-zealand-2024-25-1428550"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"SA Women vs ENG Women","url":"https://www.espncricinfo.com/series/south-africa-vs-england-women-2024-25-1432221"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"AUS Women vs IND Women","url":"https://www.espncricinfo.com/series/australia-women-vs-india-women-2024-25-1426497"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Zimbabwe vs Afghanistan","url":"https://www.espncricinfo.com/series/afghanistan-in-zimbabwe-2024-25-1457916"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"South Africa vs Pakistan","url":"https://www.espncricinfo.com/series/south-africa-vs-pakistan-2024-25-1432205"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"T20 World Cup Asia QLF B","url":"https://www.espncricinfo.com/series/icc-men-s-t20-world-cup-asia-qualifier-b-2024-25-1457216/match-schedule-fixtures-and-results"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Ranji Trophy","url":"https://www.espncricinfo.com/series/ranji-trophy-2024-25-1445824"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"SMA Trophy [IND]","url":"https://www.espncricinfo.com/series/syed-mushtaq-ali-trophy-2024-25-1445827"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"T20 Knock-Out [SA]","url":"https://www.espncricinfo.com/series/csa-t20-knock-out-competition-2024-25-1444762/match-schedule-fixtures-and-results"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"One-Day Cup [AUS]","url":"https://www.espncricinfo.com/series/one-day-cup-aus-2024-25-1444469"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Sheffield Shield","url":"https://www.espncricinfo.com/series/sheffield-shield-2024-25-1444468"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"National Cricket League [BDESH]","url":"https://www.espncricinfo.com/series/national-cricket-league-2024-25-1455907"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Quaid-e-Azam Trophy","url":"https://www.espncricinfo.com/series/quaid-e-azam-trophy-2024-25-1457166"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Super50 Cup [WI]","url":"https://www.espncricinfo.com/series/super50-cup-2024-25-1457528/match-schedule-fixtures-and-results"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Hong Kong Sixes","url":"https://www.espncricinfo.com/series/hong-kong-international-sixes-2024-25-1457785/match-schedule-fixtures-and-results"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Test Championship 2023-25","url":"https://www.espncricinfo.com/series/icc-world-test-championship-2023-2025-1345943"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Women's Championship","url":"https://www.espncricinfo.com/series/icc-women-s-championship-2022-23-2025-1308225"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"World Cup League 2","url":"https://www.espncricinfo.com/series/icc-men-s-cricket-world-cup-league-2-2023-24-2027-1420525"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"CWC Challenge League Group A","url":"https://www.espncricinfo.com/series/cwc-challenge-league-group-a-2024-2026-1451764"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"-Future series-","url":"https://www.espncricinfo.com/cricket-fixtures/#future"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"-Archives-","url":"https://www.espncricinfo.com/ci/engine/series/index.html"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Teams","url":"https://www.espncricinfo.com/team"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Australia","url":"https://www.espncricinfo.com/team/australia-2"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Afghanistan","url":"https://www.espncricinfo.com/team/afghanistan-40"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Bangladesh","url":"https://www.espncricinfo.com/team/bangladesh-25"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Canada","url":"https://www.espncricinfo.com/team/canada-17"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"England","url":"https://www.espncricinfo.com/team/england-1"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Ireland","url":"https://www.espncricinfo.com/team/ireland-29"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"India","url":"https://www.espncricinfo.com/team/india-6"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Namibia","url":"https://www.espncricinfo.com/team/namibia-28"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"New Zealand","url":"https://www.espncricinfo.com/team/new-zealand-5"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Nepal","url":"https://www.espncricinfo.com/team/nepal-33"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Pakistan","url":"https://www.espncricinfo.com/team/pakistan-7"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Netherlands","url":"https://www.espncricinfo.com/team/netherlands-15"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"South Africa","url":"https://www.espncricinfo.com/team/south-africa-3"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Oman","url":"https://www.espncricinfo.com/team/oman-37"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Sri Lanka","url":"https://www.espncricinfo.com/team/sri-lanka-8"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Scotland","url":"https://www.espncricinfo.com/team/scotland-30"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"West Indies","url":"https://www.espncricinfo.com/team/west-indies-4"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"UAE","url":"https://www.espncricinfo.com/team/united-arab-emirates-27"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Zimbabwe","url":"https://www.espncricinfo.com/team/zimbabwe-9"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"USA","url":"https://www.espncricinfo.com/team/united-states-of-america-11"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"News","url":"https://www.espncricinfo.com/cricket-news"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"News Home","url":"https://www.espncricinfo.com/cricket-news"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Future of ODIs","url":"https://www.espncricinfo.com/cricket-news/the-future-of-odis-39"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Ball-tampering","url":"https://www.espncricinfo.com/cricket-news/ball-tampering-25"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Technology in cricket","url":"https://www.espncricinfo.com/cricket-news/technology-in-cricket-18"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Racism","url":"https://www.espncricinfo.com/cricket-news/racism-99"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Run-out controversies","url":"https://www.espncricinfo.com/cricket-news/run-out-controversies-325"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Corruption","url":"https://www.espncricinfo.com/cricket-news/corruption-in-cricket-4"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Features","url":"https://www.espncricinfo.com/cricket-features"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Features Home","url":"https://www.espncricinfo.com/cricket-features"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"On this day","url":"https://www.espncricinfo.com/on-this-day/cricket-events"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Writers","url":"https://www.espncricinfo.com/espncricinfo-writers-index"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Web stories","url":"https://www.espncricinfo.com/webstories"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Photo galleries","url":"https://www.espncricinfo.com/gallery"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Cricinfo 30 years","url":"https://www.espncricinfo.com/cricinfo-30-years"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"The Cricket Monthly","url":"https://www.thecricketmonthly.com/"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Videos","url":"https://www.espncricinfo.com/cricket-videos/"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Cricinformed","url":"https://www.espncricinfo.com/cricket-videos/genre/cricinformed-299"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"TimeOut","url":"https://www.espncricinfo.com/cricket-videos/genre/time-out-221"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Matchday","url":"https://www.espncricinfo.com/cricket-videos/genre/match-day-155"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Matchday Hindi","url":"https://www.espncricinfo.com/cricket-videos/genre/match-day-hindi-281"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Kya Khoya Kya Paaya","url":"https://www.espncricinfo.com/cricket-videos/genre/kya-khoya-kya-paaya-292"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Haan Ya Naa","url":"https://www.espncricinfo.com/cricket-videos/genre/haan-ya-naa-247"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"25 Questions","url":"https://www.espncricinfo.com/cricket-videos/genre/25-questions-191"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"News and Analysis","url":"https://www.espncricinfo.com/cricket-videos/genre/news-and-analysis-34"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Interviews","url":"https://www.espncricinfo.com/cricket-videos/genre/interviews-9"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Features","url":"https://www.espncricinfo.com/cricket-videos/genre/features-46"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Press Conference","url":"https://www.espncricinfo.com/cricket-videos/genre/press-conference-2"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Ravi & Raunak","url":"https://www.espncricinfo.com/cricket-videos/genre/ravi-raunak-277"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Polite Enquiries","url":"https://www.espncricinfo.com/cricket-videos/genre/politeenquiries-119"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Run Order","url":"https://www.espncricinfo.com/cricket-videos/genre/run-order-166"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Newsroom","url":"https://www.espncricinfo.com/cricket-videos/genre/newsroom-218"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Highlights","url":"https://www.espncricinfo.com/cricket-videos/genre/highlights-37"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"YouTube","url":"https://www.youtube.com/ESPNCricinfo"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Stats","url":"https://www.espncricinfo.com/records"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Stats home","url":"https://www.espncricinfo.com/records"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"AskCricinfo","url":"https://www.espncricinfo.com/ask"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Statsguru","url":"https://stats.espncricinfo.com/ci/engine/stats/index.html"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"SuperStats","url":"https://www.espncricinfo.com/genre/superstats-706"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"2024 records","url":"https://www.espncricinfo.com/records/year/2024-2024"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"2023 records","url":"https://www.espncricinfo.com/records/year/2023-2023"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"All records","url":"https://www.espncricinfo.com/records"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Players","url":"https://www.espncricinfo.com/cricketers"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Grounds","url":"https://www.espncricinfo.com/cricket-grounds"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Rankings","url":"https://www.espncricinfo.com/rankings/icc-team-ranking"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"IPL 2025 Auction","url":"https://www.espncricinfo.com/auction/ipl-2025-auction-1460972"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"IPL 2025 Auction","url":"https://www.espncricinfo.com/auction/ipl-2025-auction-1460972"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Live Blog","url":"https://www.espncricinfo.com/auction/ipl-2025-auction-1460972/live-updates"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Videos","url":"https://www.espncricinfo.com/auction/ipl-2025-auction-1460972/videos"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Players","url":"https://www.espncricinfo.com/auction/ipl-2025-auction-1460972/all-players"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Squads","url":"https://www.espncricinfo.com/series/ipl-2025-1449924/squads"},{"@context":"https://schema.org","@type":"SiteNavigationElement","@id":"#nav-item","name":"Series Home","url":"https://www.espncricinfo.com/series/ipl-2025-1449924"}]}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"SA vs SL 2024/25, SA vs SL 1st Test Match Report, November 27 - December 01, 2024 - Jansen seven-for blows SL away to record low as SA take command at Kingsmead","description":"SA vs SL 2024/25, South Africa vs Sri Lanka Match Report: SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead","url":"https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report","publisher":{"@type":"Organization","name":"ESPN Digital Media Private Limited","url":"https://www.espncricinfo.com","logo":{"@type":"ImageObject","contentUrl":"/static/images/espncricinfo-logo-full.png"}}}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"NewsArticle","url":"https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report","articleBody":"South Africa 191 (Bavuma 70, Maharaj 24, Asitha 3-44) and 132 for 3 (Markram 47, Bavuma 24*, Jayasuriya 2-48) lead Sri Lanka 42 (Kamindu 13, Jansen 7-13, Coetzee 2-18) by 281 runsSouth Africa are in control at Kingsmead after a fast-forward second day in which 19 wickets fell, and records tumbled. Sri Lanka were dismissed for 42, their lowest Test total, which was also the lowest Test score against South Africa, and the second-shortest in terms of number of balls faced: 83.Marco Jansen's 7 for 13 headlined South Africa's pace pack. He bowled 41 balls in the innings - the joint-fewest in history to take seven wickets - and gave South Africa a 149-run first-innings lead. By the end of the day, that had grown to 281, and the partnership between Temba Bavuma and Tristan Stubbs to 43, the second-highest of the match.Under blue skies and in sunshine, there was still significant movement on offer, and batting conditions remained tough. South Africa had started day two by resuming their first innings on 80 for 4, and found themselves in trouble 15 overs into the day on 117 for 7. They were in danger of being shot out for their lowest score against Sri Lanka - 128 - but three handy lower-order partnerships, and Bavuma's knock of 70 took them to 191, their third-lowest against Sri Lanka. And it was made to look like a much bigger total when South Africa got the ball in hand.Only two Sri Lanka batters got into double figures, and their misfortunes were a combination of incisive bowling and poor shot selection. Of the top seven, Pathum Nissanka, Angelo Mathews, Kamindu Mendis and Dhananjaya de Silva all played at deliveries they could have left.Kagiso Rabada started the slide when Dimuth Karunatratne hung his bat out to a length ball outside off. and edged to David Bedingham at first slip. Four balls later, Jansen drew Nissanka forward, as the latter reached out for a wide-ish ball. As a result, he was caught at third slip.Two overs after that, Dinesh Chandimal displayed questionable defence when he left a gap between bat and pad, as a delivery from Jansen nipped through to bowl him. Mathews' experience also let him down when he wafted at a ball that angled away, and edged to Bedingham. Sri Lanka were 16 for 4 in the eighth over.South Africa's first, and as it turned out only, bowling change was to bring on Gerald Coetzee in place of Rabada. He started with a full toss that Kamindu drove for four. Coetzee soon had reward when Kamindu played a big shot, attempting to whack him through the covers, but edged to first slip.Jansen's two wickets in his sixth over brought him his second Test five-for. The first of those two wickets was came when Dhananjaya missed an attempted drive and was bowled. The second wicket in the over was of Prabath Jayasuriya's, as he was kept on the back foot and prodded to Stubbs in the slips.Coetzee took the eighth off the next ball, an lbw that was confirmed on review, before Jansen did another double in his last over to end Sri Lanka's innings 78 minutes after it began.Their bowling effort eclipsed a strong Sri Lanka performance earlier in the day, led by good pace from Lahiru Kumara, and well supported by Asitha and Vishwa Fernando. They shared five wickets between them, seamed and swung the ball, and enjoyed operating on a surface with good bounce and carry. Add to that Sri Lanka's good catching in breezy conditions, and they would have been fairly satisfied with their first session's work.Vishwa appealed for an lbw against Kyle Verreynne second ball, but replays showed an inside edge. Verreynne only faced three more deliveries, before Kumara fired in a 141kph ball that beat him and rapped him on the front pad.Three balls later, Sri Lanka wasted a review as Wiaan Mulder inside-edged onto his pad, but Mulder's troubles were only just beginning. In Kumara's next over, he was hit on the middle finger of his right hand as he tried to defend a ball that nipped back in. He received treatment on field and tried to continue despite struggling to grip the bat.Mulder kept out the next ball he faced and immediately wrung his hand in pain, left the last ball of the over, and then retired hurt. He returned to bat for the final partnership and also in the second innings, though X-rays confirmed he had fractured the finger and would not be able to bowl or field in the match.After Kumara's opening spell, which had started on day one, ended with an analysis of 8-1-51-3, Sri Lanka went for a double change. Asitha replaced Kumara, while Jayasuriya's spin came on for Vishwa. Jayasuriya had success with his tenth ball, when Jansen missed a tossed-up delivery, and was rapped on the pads.Coetzee was also drawn in by one that was tossed up, and recklessly hit Jayasuriya to deep midwicket, where Kamindu ran forward to take a good catch. South Africa had lost 3 for 34 in 9.1 overs at that stage, with no real batting to come.Keshav Maharaj joined Bavuma on the back of four successive Test ducks, and made his highest Test score in nine innings. He showed some fight against Jayasuriya, whose fourth over he hit for 15 runs, including a stunning six straight down the ground. When Jayasuriya was replaced by Vishwa, Maharaj did not rein his instincts in, and reached for a wide ball to drive it aerially to Dhananjaya at mid-off.Bavuma had only just reached fifty but was running out of partners, and took matters into his own hands. He left his feet to ramp Kumara for six, and drove him through extra cover and then back past him. The fun didn't last long, and when Kumara was replaced by Asitha, Bavuma swiped across the line and top-edged to midwicket, where Kumara judged the catch well in the wind. That brought the first stanza of Mulder's bravery, and he ended on 9 not out.Later, Mulder came in at No. 3 in South Africa's second innings, after Tony de Zorzi and Aiden Markram's 47-run opening stand ended when de Zorzi skied Jayasuriya to deep-backward square to become his 100th Test wicket. Jayasuriya, in his 17th Test, became the joint-fastest bowler in 74 years to the landmark.Meanwhile, Mulder scored 16 off 31 balls and looked in increasing levels of discomfort before being given out lbw. Markram, whose last five Test innings have not yielded a single half-century, looked convincing until he inside-edged Vishwa on to his stumps. Bavuma and Stubbs bedded in for the rest of the session, and will resume on what is expected to be an easier day for batting on Friday.","articleSection":"South Africa vs Sri Lanka","mainEntityOfPage":{"@type":"WebPage","@id":"https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report"},"headline":"Jansen seven-for blows SL away to record low as SA take command at Kingsmead","description":"SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead","datePublished":"2024-11-28T10:36:00+00:00","dateModified":"2024-11-28T16:21:00+00:00","publisher":{"@type":"Organization","name":"ESPNcricinfo","logo":{"@type":"ImageObject","url":"/static/images/espncricinfo-logo-full.png","width":"125","height":"26"}},"author":{"@type":"Person","name":"Firdose Moonda","url":"/author/firdose-moonda-315"},"image":{"@type":"ImageObject","url":"https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/391800/391830.6.jpg","width":"350","height":"200"},"isAccessibleForFree":true}</script><link rel="preload" as="image" href="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_1280,q_70/lsci/db/PICTURES/CMS/391800/391830.6.jpg"/><meta name="next-head-count" content="75"/><link rel="preload" href="https://wassets.hscicdn.com/_next/static/css/56f3e770ca6c1f5f7a83.css" as="style"/><link rel="stylesheet" href="https://wassets.hscicdn.com/_next/static/css/56f3e770ca6c1f5f7a83.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="https://wassets.hscicdn.com/_next/static/chunks/polyfills-a40ef1678bae11e696dba45124eadd70.js"></script><script defer="" src="https://wassets.hscicdn.com/_next/static/chunks/CiLanguageEnglish.4b9f543a231e3b745bcf.js"></script><script defer="" src="https://wassets.hscicdn.com/_next/static/chunks/37.4381577644d5c49f0599.js"></script><script defer="" src="https://wassets.hscicdn.com/_next/static/chunks/CiVideoPlayerLiveStream.22d194478668a067c666.js"></script><script src="https://wassets.hscicdn.com/_next/static/chunks/webpack-3fcb36baf91d3f8e877d.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/framework-9f4513c321d3052d6c6f.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/main-1cfdabd6dcfbbd80966b.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/pages/_app-cac852f46f0beeac3ee5.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/2579-0c6070ee6815cd646190.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/9458-c0c8e756cd7daa1a0978.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/3558-694e80e759ef51a66d15.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/2415-3e741a8e27368367f342.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/6514-a8c4117b98696277d7fa.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/7839-c7fb89c60f54b51f8ade.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/751-2a6cbdf6426d2ff0ce41.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/3718-28764e6d74e43e411b76.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/6738-b46fc70701d401c0f014.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/4319-9b33304e03706ad6d7ae.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/5437-a773fb659769045e9bd8.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/9547-afd439dc2ac60e66e7ea.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/1865-8a4d8f2e840901209236.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/3807-88b63759d6b07c3f22ca.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/4156-da2e18e9b248e5c1be03.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/chunks/pages/match/CiMatchReportPage-93d5744a58b645971b7f.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/VLVOZhiS3mogEQM0MDmuV/_buildManifest.js" defer=""></script><script src="https://wassets.hscicdn.com/_next/static/VLVOZhiS3mogEQM0MDmuV/_ssgManifest.js" defer=""></script></head><body><div id="__next"><script> (function() { let theme = window?.localStorage?.getItem('ci-theme-preference') || 'LIGHT'; // check ci-app-theme cookie required for native app theme support const appTheme = Cookies.get('ci_app_theme') || Cookies.get('ci-app-theme'); if(appTheme) { theme = appTheme; window.hsciapp = { theme: appTheme }; } if (theme === 'DARK') { document.body.dataset.colorTheme = 'dark'; } })() </script><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-M2X5VXQ" height="0" width="0" style="display:none;visibility:hidden;"></iframe></noscript><section id="pane-main" class=""><section id="main-container"><aside class="ad-placeholder overlay ad-overlay-199238"></aside><div class="ds-pb-4 ds-bg-fill-hsb ds-pt-2 ds-min-h-[182px]"><div class="lg:ds-container lg:ds-mx-auto lg:ds-px-5"><div class="ds-relative ds-w-full ds-scrollbar-hide ds-px-2 ds-flex ds-bg-transparent ds-overflow-x-auto ds-scrollbar-hide"><div class="ds-flex ds-flex-row ds-w-full ds-overflow-x-auto ds-scrollbar-hide"><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-bold ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white ds-tab-active"><span>Matches<!-- --> <span>(<!-- -->26<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>NZ vs ENG<!-- --> <span>(<!-- -->1<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>ZIM vs PAK<!-- --> <span>(<!-- -->1<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>Abu Dhabi T10<!-- --> <span>(<!-- -->7<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>Logan Cup<!-- --> <span>(<!-- -->2<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>Plunket Shield<!-- --> <span>(<!-- -->3<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>QEA Trophy<!-- --> <span>(<!-- -->1<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>T20 World Cup Asia QLF B<!-- --> <span>(<!-- -->2<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>Africa QLF C<!-- --> <span>(<!-- -->1<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>CSA 4-Day DIV1<!-- --> <span>(<!-- -->3<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>CSA 4-Day DIV2<!-- --> <span>(<!-- -->1<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>WBBL<!-- --> <span>(<!-- -->1<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>GSL 2024<!-- --> <span>(<!-- -->1<!-- -->)</span></span></span></div></div><div class="ds-shrink-0 ds-mr-5 last:ds-mr-0"><div class="ds-cursor-pointer ds-flex ds-justify-center ds-h-4"><span class="ds-text-tight-s ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-raw-white"><span>U19 Asia Cup<!-- --> <span>(<!-- -->2<!-- -->)</span></span></span></div></div></div></div><div class="ds-block"></div><div class="ds-pt-2"><div class="ci-hsb-carousel"><div class="slick-slider ds-carousel slick-initialized" dir="ltr"><button type="button" data-role="none" class="slick-arrow slick-prev slick-disabled" style="display:block"> <!-- -->Previous</button><div class="slick-list"><div class="slick-track" style="width:0px;left:0px"><div style="outline:none" data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false"><div><aside></aside></div></div><div style="outline:none" data-index="1" class="slick-slide slick-active" tabindex="-1" aria-hidden="false"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/england-in-new-zealand-2024-25-1428550/new-zealand-vs-england-1st-test-1428554/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px] ds-relative"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class="ds-text-raw-secondary-orange"><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">Stumps</span><span class="ds-text-tight-xs ds-font-medium ds-text-typo"> • <!-- --> <!-- -->Starts 10:00 PM</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"> • <!-- -->1st TEST</span> • <!-- --> <!-- -->Christchurch</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="NZ"><img width="20" height="20" alt="NZ Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">NZ</p><i style="font-size:12px" class="icon-dot_circular ds-text-icon-error hover:ds-text-icon-error-hover"></i></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(83 ov) </span><strong class="">319/8</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="ENG"><img width="20" height="20" alt="ENG Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate !ds-text-typo-mid3">ENG</p></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="NZ vs ENG - 1st Test"><span>Day 1 - England chose to field.</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/england-in-new-zealand-2024-25-1428550/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/england-in-new-zealand-2024-25-1428550/new-zealand-vs-england-1st-test-1428554/match-report" title="Report" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Report</span></a><a href="/series/england-in-new-zealand-2024-25-1428550/new-zealand-vs-england-1st-test-1428554/match-videos" title="Videos" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Videos</span></a><a href="/series/england-in-new-zealand-2024-25-1428550" title="England tour of New Zealand" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="2" class="slick-slide slick-active" tabindex="-1" aria-hidden="false"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/pakistan-in-zimbabwe-2024-25-1444642/zimbabwe-vs-pakistan-3rd-odi-1444651/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">RESULT</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"> • <!-- -->3rd ODI</span> • <!-- --> <!-- -->Bulawayo</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="PAK"><img width="20" height="20" alt="PAK Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">PAK</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">303/6</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-opacity-50"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="ZIM"><img width="20" height="20" alt="ZIM Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">ZIM</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(40.1/50 ov, T:304) </span><strong class="">204</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="Pakistan won by 99 runs"><span>Pakistan won by 99 runs</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/pakistan-in-zimbabwe-2024-25-1444642/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/pakistan-in-zimbabwe-2024-25-1444642/zimbabwe-vs-pakistan-3rd-odi-1444651/match-report" title="Report" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Report</span></a><a href="/series/pakistan-in-zimbabwe-2024-25-1444642" title="Pakistan tour of Zimbabwe" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="3" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/abu-dhabi-t10-2024-25-1459838/new-york-strikers-vs-northern-warriors-27th-match-1459868/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">RESULT</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->27th Match</span> • <!-- -->Abu Dhabi T10</span> • <!-- --> <!-- -->Abu Dhabi</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-opacity-50"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="NW"><img width="20" height="20" alt="NW Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">NW</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">111/3</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="NYS"><img width="20" height="20" alt="NYS Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">NYS</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(8/10 ov, T:112) </span><strong class="">112/1</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="Strikers won by 9 wickets (with 12 balls remaining)"><span>Strikers won by 9 wickets (with 12 balls remaining)</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/abu-dhabi-t10-2024-25-1459838/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838" title="Abu Dhabi T10" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="4" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/abu-dhabi-t10-2024-25-1459838/chennai-braves-jaguars-vs-delhi-bulls-26th-match-1459867/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">RESULT</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->26th Match</span> • <!-- -->Abu Dhabi T10</span> • <!-- --> <!-- -->Abu Dhabi</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-opacity-50"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="CBJ"><img width="20" height="20" alt="CBJ Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">CBJ</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">97/6</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="DB"><img width="20" height="20" alt="DB Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">DB</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(8/10 ov, T:98) </span><strong class="">103/4</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="Delhi Bulls won by 6 wickets (with 12 balls remaining)"><span>Delhi Bulls won by 6 wickets (with 12 balls remaining)</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/abu-dhabi-t10-2024-25-1459838/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838" title="Abu Dhabi T10" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="5" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/abu-dhabi-t10-2024-25-1459838/bangla-tigers-vs-deccan-gladiators-25th-match-1459866/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">RESULT</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->25th Match</span> • <!-- -->Abu Dhabi T10</span> • <!-- --> <!-- -->Abu Dhabi</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-opacity-50"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="BAT"><img width="20" height="20" alt="BAT Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">BAT</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">72/6</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="DG"><img width="20" height="20" alt="DG Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">DG</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(5.1/10 ov, T:73) </span><strong class="">74/1</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="Gladiators won by 9 wickets (with 29 balls remaining)"><span>Gladiators won by 9 wickets (with 29 balls remaining)</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/abu-dhabi-t10-2024-25-1459838/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838" title="Abu Dhabi T10" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="6" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/logan-cup-2024-25-1456676/mountaineers-vs-southern-rocks-6th-match-1456692/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">RESULT</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->6th Match</span> • <!-- -->Logan Cup<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->FC</span></span> • <!-- --> <!-- -->Mutare</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="MOUNT"><img width="20" height="20" alt="MOUNT Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">MOUNT</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">402<span> &amp; </span></strong><strong class="">256/5d</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="ROCKS"><img width="20" height="20" alt="ROCKS Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">ROCKS</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(T:363) </span><strong class="">296<span> &amp; </span></strong><strong class="">223/9</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="Match drawn"><span>Match drawn</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/logan-cup-2024-25-1456676/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/logan-cup-2024-25-1456676/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/logan-cup-2024-25-1456676" title="Logan Cup" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="7" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/logan-cup-2024-25-1456676/mashonaland-eagles-vs-mid-west-rhinos-5th-match-1456691/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">RESULT</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->5th Match</span> • <!-- -->Logan Cup<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->FC</span></span> • <!-- --> <!-- -->Harare</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-opacity-50"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="EAGLE"><img width="20" height="20" alt="EAGLE Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">EAGLE</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">183<span> &amp; </span></strong><strong class="">225</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="RHINO"><img width="20" height="20" alt="RHINO Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">RHINO</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">498/8d</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="Rhinos won by an innings and 90 runs"><span>Rhinos won by an innings and 90 runs</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/logan-cup-2024-25-1456676/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/logan-cup-2024-25-1456676/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/logan-cup-2024-25-1456676" title="Logan Cup" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="8" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/plunket-shield-2024-25-1452136/auckland-vs-canterbury-7th-match-1452143/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class="ds-text-raw-secondary-orange"><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">Not covered Live</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->7th Match</span> • <!-- -->Plunket Shield<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->FC</span></span> • <!-- --> <!-- -->Auckland</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="AUCK"><img width="20" height="20" alt="AUCK Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">AUCK</p><i style="font-size:12px" class="icon-dot_circular ds-text-icon-error hover:ds-text-icon-error-hover"></i></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(96 ov) </span><strong class="">372/4</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="CANT"><img width="20" height="20" alt="CANT Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate !ds-text-typo-mid3">CANT</p></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="AUCK vs CANT - 7th Match"><span>Day 1 - Auckland chose to bat.</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/plunket-shield-2024-25-1452136/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/plunket-shield-2024-25-1452136/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/plunket-shield-2024-25-1452136" title="Plunket Shield" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="9" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/plunket-shield-2024-25-1452136/northern-districts-vs-otago-8th-match-1452144/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class="ds-text-raw-secondary-orange"><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">Not covered Live</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->8th Match</span> • <!-- -->Plunket Shield<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->FC</span></span> • <!-- --> <!-- -->Hamilton</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="OTAGO"><img width="20" height="20" alt="OTAGO Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate !ds-text-typo-mid3">OTAGO</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="ds-text-typo-mid3">301/9d</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="ND"><img width="20" height="20" alt="ND Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">ND</p><i style="font-size:12px" class="icon-dot_circular ds-text-icon-error hover:ds-text-icon-error-hover"></i></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(7 ov) </span><strong class="">11/2</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="OTAGO vs ND - 8th Match"><span>Day 1 - Northern Dis trail by 290 runs.</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/plunket-shield-2024-25-1452136/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/plunket-shield-2024-25-1452136/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/plunket-shield-2024-25-1452136" title="Plunket Shield" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="10" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/plunket-shield-2024-25-1452136/central-districts-vs-wellington-9th-match-1452145/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class="ds-text-raw-secondary-orange"><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">Not covered Live</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->9th Match</span> • <!-- -->Plunket Shield<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->FC</span></span> • <!-- --> <!-- -->Napier</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="WELL"><img width="20" height="20" alt="WELL Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate !ds-text-typo-mid3">WELL</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="ds-text-typo-mid3">251/9d</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="CD"><img width="20" height="20" alt="CD Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">CD</p><i style="font-size:12px" class="icon-dot_circular ds-text-icon-error hover:ds-text-icon-error-hover"></i></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(5 ov) </span><strong class="">7/0</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="WELL vs CD - 9th Match"><span>Day 1 - Central D trail by 244 runs.</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/plunket-shield-2024-25-1452136/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/plunket-shield-2024-25-1452136/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/plunket-shield-2024-25-1452136" title="Plunket Shield" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="11" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/quaid-e-azam-trophy-2024-25-1457166/peshawar-region-vs-sialkot-region-triangular-stage-1457212/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">RESULT</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->Triangular Stage</span> • <!-- -->QEA Trophy<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->FC</span></span> • <!-- --> <!-- -->Abbottabad</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-opacity-50"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="PESH"><img width="20" height="20" alt="PESH Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">PESH</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">171<span> &amp; </span></strong><strong class="">182</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Sialk"><img width="20" height="20" alt="Sialk Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Sialk</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">410</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="Sialkot R won by an innings and 57 runs"><span>Sialkot R won by an innings and 57 runs</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/quaid-e-azam-trophy-2024-25-1457166/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/quaid-e-azam-trophy-2024-25-1457166/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/quaid-e-azam-trophy-2024-25-1457166" title="Quaid-e-Azam Trophy" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="12" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/icc-men-s-t20-world-cup-asia-qualifier-b-2024-25-1457216/bhutan-vs-cambodia-19th-match-1457235/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">RESULT</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->19th Match</span> • <!-- -->T20 World Cup Asia QLF B<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->T20I</span></span> • <!-- --> <!-- -->Doha</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-opacity-50"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="BHU"><img width="20" height="20" alt="BHU Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">BHU</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">123/7</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="CAM"><img width="20" height="20" alt="CAM Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">CAM</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(18.4/20 ov, T:124) </span><strong class="">126/5</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="Cambodia won by 5 wickets (with 8 balls remaining)"><span>Cambodia won by 5 wickets (with 8 balls remaining)</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/icc-men-s-t20-world-cup-asia-qualifier-b-2024-25-1457216/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/icc-men-s-t20-world-cup-asia-qualifier-b-2024-25-1457216/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/icc-men-s-t20-world-cup-asia-qualifier-b-2024-25-1457216" title="ICC Men&#x27;s T20 World Cup Asia Qualifier B" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="13" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/icc-men-s-t20-world-cup-asia-qualifier-b-2024-25-1457216/qatar-vs-saudi-arabia-20th-match-1457236/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">RESULT</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->20th Match</span> • <!-- -->T20 World Cup Asia QLF B<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->T20I</span></span> • <!-- --> <!-- -->Doha</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-opacity-50"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="KSA"><img width="20" height="20" alt="KSA Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">KSA</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">165/6</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="QAT"><img width="20" height="20" alt="QAT Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">QAT</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(17.5/20 ov, T:166) </span><strong class="">166/4</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="Qatar won by 6 wickets (with 13 balls remaining)"><span>Qatar won by 6 wickets (with 13 balls remaining)</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/icc-men-s-t20-world-cup-asia-qualifier-b-2024-25-1457216/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/icc-men-s-t20-world-cup-asia-qualifier-b-2024-25-1457216/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/icc-men-s-t20-world-cup-asia-qualifier-b-2024-25-1457216" title="ICC Men&#x27;s T20 World Cup Asia Qualifier B" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="14" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/world-cup-sub-regional-africa-qualifier-group-c-2024-25-1459372/ivory-coast-vs-st-helena-13th-match-1459377/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">RESULT</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->13th Match</span> • <!-- -->Africa QLF C<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->T20I</span></span> • <!-- --> <!-- -->Abuja</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-opacity-50"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="CIV"><i style="font-size:16px" class="icon-shield-filled ds-text-icon-light ds-flex ds-mr-2 ds-justify-center ds-items-center ds-w-5 ds-h-5"></i><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">CIV</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5"></span><strong class="">26</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="STHEL"><img width="20" height="20" alt="STHEL Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">STHEL</p></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(2/20 ov, T:27) </span><strong class="">27/0</strong></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="St Helena won by 10 wickets (with 108 balls remaining)"><span>St Helena won by 10 wickets (with 108 balls remaining)</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/world-cup-sub-regional-africa-qualifier-group-c-2024-25-1459372/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/world-cup-sub-regional-africa-qualifier-group-c-2024-25-1459372/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/world-cup-sub-regional-africa-qualifier-group-c-2024-25-1459372" title="ICC Men&#x27;s T20 World Cup Sub Regional Africa Qualifier Group C" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="15" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/csa-4-day-series-division-1-2024-25-1444755/knights-vs-dolphins-12th-match-1444891/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class="ds-text-raw-secondary-orange"><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">Not covered Live</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->12th Match</span> • <!-- -->CSA 4-Day DIV1<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->FC</span></span> • <!-- --> <!-- -->Bloemfontein</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="DOLPH"><img width="20" height="20" alt="DOLPH Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">DOLPH</p><i style="font-size:12px" class="icon-dot_circular ds-text-icon-error hover:ds-text-icon-error-hover"></i></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(98 ov) </span><strong class="">374/4</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="KNGHT"><img width="20" height="20" alt="KNGHT Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate !ds-text-typo-mid3">KNGHT</p></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="DOLPH vs KNGHT - 12th Match"><span>Day 1 - Dolphins chose to bat.</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/csa-4-day-series-division-1-2024-25-1444755/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/csa-4-day-series-division-1-2024-25-1444755/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/csa-4-day-series-division-1-2024-25-1444755" title="CSA 4-Day Series Division 1" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="16" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/csa-4-day-series-division-1-2024-25-1444755/lions-vs-warriors-13th-match-1444892/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class="ds-text-raw-secondary-orange"><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">Not covered Live</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->13th Match</span> • <!-- -->CSA 4-Day DIV1<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->FC</span></span> • <!-- --> <!-- -->Johannesburg</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="LIONS"><img width="20" height="20" alt="LIONS Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">LIONS</p><i style="font-size:12px" class="icon-dot_circular ds-text-icon-error hover:ds-text-icon-error-hover"></i></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(92.3 ov) </span><strong class="">291</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="WAR"><img width="20" height="20" alt="WAR Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate !ds-text-typo-mid3">WAR</p></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="LIONS vs WAR - 13th Match"><span>Day 1 - LIONS chose to bat.</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/csa-4-day-series-division-1-2024-25-1444755/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/csa-4-day-series-division-1-2024-25-1444755/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/csa-4-day-series-division-1-2024-25-1444755" title="CSA 4-Day Series Division 1" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="17" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/csa-4-day-series-division-1-2024-25-1444755/north-west-vs-boland-14th-match-1444893/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class="ds-text-raw-secondary-orange"><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">Not covered Live</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->14th Match</span> • <!-- -->CSA 4-Day DIV1<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->FC</span></span> • <!-- --> <!-- -->Potchefstroom</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="BOL"><img width="20" height="20" alt="BOL Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">BOL</p><i style="font-size:12px" class="icon-dot_circular ds-text-icon-error hover:ds-text-icon-error-hover"></i></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(93 ov) </span><strong class="">427/2</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="NWEST"><img width="20" height="20" alt="NWEST Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate !ds-text-typo-mid3">NWEST</p></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="BOL vs NWEST - 14th Match"><span>Day 1 - Boland chose to bat.</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/csa-4-day-series-division-1-2024-25-1444755/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/csa-4-day-series-division-1-2024-25-1444755/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/csa-4-day-series-division-1-2024-25-1444755" title="CSA 4-Day Series Division 1" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="18" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/csa-4-day-series-division-2-2024-25-1444757/kwazulu-natal-inland-vs-northern-cape-8th-match-1444916/full-scorecard" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px]"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class="ds-text-raw-secondary-orange"><span class="ds-text-tight-xs ds-font-bold ds-uppercase ds-leading-5">Not covered Live</span></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span> • <!-- -->8th Match</span> • <!-- -->CSA 4-Day DIV2<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->FC</span></span> • <!-- --> <!-- -->Pietermaritzburg</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class=""><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="NCAPE"><img width="20" height="20" alt="NCAPE Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">NCAPE</p><i style="font-size:12px" class="icon-dot_circular ds-text-icon-error hover:ds-text-icon-error-hover"></i></div><div class="ds-text-compact-s ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-xxs ds-mr-0.5">(54 ov) </span><strong class="">163/7</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="KZNIN"><img width="20" height="20" alt="KZNIN Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate !ds-text-typo-mid3">KZNIN</p></div></div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="NCAPE vs KZNIN - 8th Match"><span>Day 1 - Northern Cpe chose to bat.</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/csa-4-day-series-division-2-2024-25-1444757/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/csa-4-day-series-division-2-2024-25-1444757/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/csa-4-day-series-division-2-2024-25-1444757" title="CSA 4-Day Series Division 2" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="19" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/women-s-big-bash-league-2024-25-1442625/brisbane-heat-women-vs-sydney-thunder-women-challenger-1442687/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px] ds-relative"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span>Challenger</span> • <!-- -->WBBL<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->WT20</span></span> • <!-- --> <!-- -->Brisbane</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class="ds-flex ds-justify-between ds-items-center"><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Brisbane Heat Women"><img width="20" height="20" alt="Brisbane Heat Women Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Brisbane Heat Women</p></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Sydney Thunder Women"><img width="20" height="20" alt="Sydney Thunder Women Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Sydney Thunder Women</p></div></div></div><div class="ds-text-tight-xs ds-text-right"><div>Tomorrow</div><div class="ds-text-tight-m ds-font-bold">8:15 AM</div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="BH-W vs ST-W - Challenger"><span>Match yet to begin</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/women-s-big-bash-league-2024-25-1442625/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/women-s-big-bash-league-2024-25-1442625/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/women-s-big-bash-league-2024-25-1442625" title="Women&#x27;s Big Bash League" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="20" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/abu-dhabi-t10-2024-25-1459838/morrisville-samp-army-vs-team-abu-dhabi-28th-match-1459869/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px] ds-relative"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span>28th Match</span> • <!-- -->Abu Dhabi T10</span> • <!-- --> <!-- -->Abu Dhabi</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class="ds-flex ds-justify-between ds-items-center"><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Morrisville Samp Army"><img width="20" height="20" alt="Morrisville Samp Army Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Morrisville Samp Army</p></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Team Abu Dhabi"><img width="20" height="20" alt="Team Abu Dhabi Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Team Abu Dhabi</p></div></div></div><div class="ds-text-tight-xs ds-text-right"><div>Tomorrow</div><div class="ds-text-tight-m ds-font-bold">9:15 AM</div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="MSA vs TAD - 28th Match"><span>Match yet to begin</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/abu-dhabi-t10-2024-25-1459838/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838" title="Abu Dhabi T10" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="21" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/abu-dhabi-t10-2024-25-1459838/delhi-bulls-vs-new-york-strikers-29th-match-1459870/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px] ds-relative"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span>29th Match</span> • <!-- -->Abu Dhabi T10</span> • <!-- --> <!-- -->Abu Dhabi</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class="ds-flex ds-justify-between ds-items-center"><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Delhi Bulls"><img width="20" height="20" alt="Delhi Bulls Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Delhi Bulls</p></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="New York Strikers"><img width="20" height="20" alt="New York Strikers Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">New York Strikers</p></div></div></div><div class="ds-text-tight-xs ds-text-right"><div>Tomorrow</div><div class="ds-text-tight-m ds-font-bold">11:30 AM</div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="DB vs NYS - 29th Match"><span>Match yet to begin</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/abu-dhabi-t10-2024-25-1459838/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838" title="Abu Dhabi T10" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="22" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/abu-dhabi-t10-2024-25-1459838/chennai-braves-jaguars-vs-up-nawabs-30th-match-1459871/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px] ds-relative"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span>30th Match</span> • <!-- -->Abu Dhabi T10</span> • <!-- --> <!-- -->Abu Dhabi</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class="ds-flex ds-justify-between ds-items-center"><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Chennai Braves Jaguars"><img width="20" height="20" alt="Chennai Braves Jaguars Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Chennai Braves Jaguars</p></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="UP Nawabs"><img width="20" height="20" alt="UP Nawabs Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">UP Nawabs</p></div></div></div><div class="ds-text-tight-xs ds-text-right"><div>Tomorrow</div><div class="ds-text-tight-m ds-font-bold">1:45 PM</div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="CBJ vs UPN - 30th Match"><span>Match yet to begin</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/abu-dhabi-t10-2024-25-1459838/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838" title="Abu Dhabi T10" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="23" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/abu-dhabi-t10-2024-25-1459838/ajman-bolts-vs-northern-warriors-31st-match-1459872/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px] ds-relative"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span>31st Match</span> • <!-- -->Abu Dhabi T10</span> • <!-- --> <!-- -->Abu Dhabi</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class="ds-flex ds-justify-between ds-items-center"><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Ajman Bolts"><img width="20" height="20" alt="Ajman Bolts Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Ajman Bolts</p></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Northern Warriors"><img width="20" height="20" alt="Northern Warriors Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Northern Warriors</p></div></div></div><div class="ds-text-tight-xs ds-text-right"><div>Tomorrow</div><div class="ds-text-tight-m ds-font-bold">4:00 PM</div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="AJB vs NW - 31st Match"><span>Match yet to begin</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/abu-dhabi-t10-2024-25-1459838/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/abu-dhabi-t10-2024-25-1459838" title="Abu Dhabi T10" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="24" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/global-super-league-2024-25-1460197/guyana-amazon-warriors-vs-victoria-3rd-match-1460207/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px] ds-relative"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span>3rd Match</span> • <!-- -->GSL 2024<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->T20</span></span> • <!-- --> <!-- -->Providence</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class="ds-flex ds-justify-between ds-items-center"><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Guyana Amazon Warriors"><img width="20" height="20" alt="Guyana Amazon Warriors Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Guyana Amazon Warriors</p></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Victoria"><img width="20" height="20" alt="Victoria Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Victoria</p></div></div></div><div class="ds-text-tight-xs ds-text-right"><div>Tomorrow</div><div class="ds-text-tight-m ds-font-bold">11:00 PM</div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="GAW vs VIC - 3rd Match"><span>Match yet to begin</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/global-super-league-2024-25-1460197/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/global-super-league-2024-25-1460197/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/global-super-league-2024-25-1460197" title="Global Super League" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="25" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/asian-cricket-council-under-19s-asia-cup-2024-25-1461700/afghanistan-under-19s-vs-bangladesh-under-19s-1st-match-group-b-1461709/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px] ds-relative"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span>1st Match, Group B</span> • <!-- -->U19 Asia Cup<span class="ds-text-tight-xs ds-uppercase"> •  <!-- -->YODI</span></span> • <!-- --> <!-- -->Dubai (DICS)</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class="ds-flex ds-justify-between ds-items-center"><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Afghanistan Under-19s"><img width="20" height="20" alt="Afghanistan Under-19s Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Afghanistan Under-19s</p></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Bangladesh Under-19s"><img width="20" height="20" alt="Bangladesh Under-19s Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Bangladesh Under-19s</p></div></div></div><div class="ds-text-tight-xs ds-text-right"><div>Tomorrow</div><div class="ds-text-tight-m ds-font-bold">5:00 AM</div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="AFG19 vs BD19 - 1st Match, Group B"><span>Match yet to begin</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/asian-cricket-council-under-19s-asia-cup-2024-25-1461700/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/asian-cricket-council-under-19s-asia-cup-2024-25-1461700/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/asian-cricket-council-under-19s-asia-cup-2024-25-1461700" title="Asian Cricket Council Under-19s Asia Cup" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div><div style="outline:none" data-index="26" class="slick-slide" tabindex="-1" aria-hidden="true"><div><div class="ds-p-2 ds-pb-0.5 ds-bg-fill-hsb-scorecell ds-text-compact-2xs ds-rounded-xl ds-h-[8.375rem]" tabindex="-1" style="width:100%;display:inline-block"><a href="/series/asian-cricket-council-under-19s-asia-cup-2024-25-1461700/nepal-under-19s-vs-sri-lanka-under-19s-2nd-match-group-b-1461710/live-cricket-score" class="ds-no-tap-higlight"><div class="ds-text-compact-xxs"><div class="ds-w-[288px] ds-relative"><div class="ds-flex ds-justify-between ds-items-center ds-h-5"><div class="ds-truncate"><span class=""></span><span class="ds-text-tight-xs ds-text-typo-mid2"><span class="ds-text-tight-xs ds-font-medium"><span>2nd Match, Group B</span> • <!-- -->U19 Asia Cup</span> • <!-- --> <!-- -->Sharjah</span></div><div class="ds-leading-[0]"></div></div><div class="ds-h-14 ds-overflow-hidden"><div class="ds-flex ds-justify-between ds-items-center"><div class="ds-flex ds-flex-col ds-mb-2 ds-mt-1 ds-space-y-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Nepal Under-19s"><img width="20" height="20" alt="Nepal Under-19s Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Nepal Under-19s</p></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Sri Lanka Under-19s"><img width="20" height="20" alt="Sri Lanka Under-19s Flag" style="width:20px;height:20px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><p class="ds-text-tight-s ds-font-bold ds-capitalize ds-truncate">Sri Lanka Under-19s</p></div></div></div><div class="ds-text-tight-xs ds-text-right"><div>Tomorrow</div><div class="ds-text-tight-m ds-font-bold">5:00 AM</div></div></div></div><div class="ds-h-3"><p class="ds-text-tight-xs ds-font-medium ds-truncate ds-text-typo" title="NEP19 vs SL19 - 2nd Match, Group B"><span>Match yet to begin</span></p></div><div class="ds-flex ds-mt-2 ds-py-1 ds-border-t ds-border-line-default-translucent"><a href="/series/asian-cricket-council-under-19s-asia-cup-2024-25-1461700/match-schedule-fixtures-and-results" title="Schedule" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Schedule</span></a><a href="/series/asian-cricket-council-under-19s-asia-cup-2024-25-1461700/points-table-standings" title="Table" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Table</span></a><a href="/series/asian-cricket-council-under-19s-asia-cup-2024-25-1461700" title="Asian Cricket Council Under-19s Asia Cup" class="ds-inline-flex ds-items-start ds-leading-none ds-mr-4"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block">Series</span></a></div></div></div></a></div></div></div></div></div><button type="button" data-role="none" class="slick-arrow slick-next" style="display:block"> <!-- -->Next</button></div></div></div></div></div><div style="min-height:0px"><div class="ds-relative" style="transform:translateZ(0);-webkit-transform:translateZ(0)"><nav><div class="ds-bg-fill-navbar ds-border-b ds-border-line"><div class="lg:ds-container lg:ds-mx-auto lg:ds-px-5"><div class="ds-flex ds-flex-row ds-items-center ds-justify-start"><div class="ds-h-12 ds-flex ds-items-center ds-mr-10"><a href="/" class="navbar-brand"><img src="https://wassets.hscicdn.com/static/images/logo.png" alt="ESPNcricinfo" class="logo" width="138" height="21"/></a></div><div class="ds-flex ds-items-center ds-justify-between ds-flex-1"><div class="ds-flex ds-flex-row"><div class="ds-popper-wrapper"><a href="/live-cricket-score" title="Live Cricket Score" class="ci-nav-item ci-nav-text ci-nav-hover ds-cursor-pointer">Live Scores</a></div><div class="ds-popper-wrapper"><a href="/cricket-fixtures" title="Cricket Fixtures" class="ci-nav-item ci-nav-text ci-nav-hover ds-cursor-pointer">Series</a></div><div class="ds-popper-wrapper"><a href="/team" title="Cricket Teams" class="ci-nav-item ci-nav-text ci-nav-hover ds-cursor-pointer">Teams</a></div><div class="ds-popper-wrapper"><a href="/cricket-news" title="Cricket News" class="ci-nav-item ci-nav-text ci-nav-hover ds-cursor-pointer">News</a></div><div class="ds-popper-wrapper"><a href="/cricket-features" title="Cricket Features" class="ci-nav-item ci-nav-text ci-nav-hover ds-cursor-pointer">Features</a></div><div class="ds-popper-wrapper"><a href="/cricket-videos/" title="Cricket Videos" class="ci-nav-item ci-nav-text ci-nav-hover ds-cursor-pointer">Videos</a></div><div class="ds-popper-wrapper"><a href="https://www.espncricinfo.com/records" title="Cricket Stats" class="ci-nav-item ci-nav-text ci-nav-hover ds-cursor-pointer">Stats</a></div><div class="ds-popper-wrapper"><a href="/auction/ipl-2025-auction-1460972" title="IPL 2025 Auction" class="ci-nav-item ci-nav-text ci-nav-hover ds-cursor-pointer">IPL 2025 Auction</a></div></div><div class="ds-flex ds-flex-row ds-items-center"><div class="ds-popper-wrapper"><div class="ci-nav-item ci-nav-text ci-nav-hover ds-cursor-pointer">Edition GL</div></div><div class="ci-nav-item ci-nav-hover"></div><div class="ds-popper-wrapper"><i style="font-size:24px" class="icon-apps-filled ds-text-icon-inverse ci-nav-item ci-nav-hover ds-cursor-pointer"></i></div><div><i style="font-size:24px" class="icon-search-outlined ds-text-icon-inverse ci-nav-item ci-nav-hover"></i></div></div></div></div></div></div></nav></div></div><div style="min-height:0px"><div class="" style="transform:translateZ(0);-webkit-transform:translateZ(0)"><aside class="ad-placeholder wallpaper ad-wallpaper-118901"></aside></div></div><div class="ds-relative"><div class="lg:ds-container lg:ds-mx-auto lg:ds-px-5 lg:ds-pt-4"><div class="ds-w-full"><div class="lg:ds--mx-5"><aside></aside><aside class="ad-placeholder bannerTopRoW ad-bannertoprow-149390" style="min-width:10%;min-height:90px"></aside></div><div class="ds-flex ds-justify-center"><aside></aside><aside></aside></div><div class="ds-flex ds-space-x-5"><div class="ds-grow" style="width:calc(100% - 322px)"><div class="ds-w-full ds-bg-fill-content-prime ds-overflow-hidden ds-rounded-xl ds-border ds-border-line"><div class="ds-p-0"><div><div class="ds-px-4 ds-py-3 ds-border-b ds-border-line"><div class="ds-flex ds-items-center"><div class="ds-grow"><div class="ds-text-raw-secondary-orange"><strong class="ds-uppercase ds-text-tight-m">Stumps</strong><span class="ds-text-tight-m ds-font-medium ds-text-typo"> • <!-- -->Starts 7:30 AM</span></div><div class="ds-text-tight-m ds-font-regular ds-text-typo-mid3">1st Test, Durban, November 27 - December 01, 2024<!-- -->, <a href="/series/south-africa-vs-sri-lanka-2024-25-1432203" title="Sri Lanka tour of South Africa" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-m ds-font-regular ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-text-typo-mid3">Sri Lanka tour of South Africa</span></a></div></div><div class="ds-grow-0 ds-flex"><div class="ds-flex ds-border-r ds-border-ui-stroke ds-pr-3"><div class="ds-cursor-pointer ds-group ds-inline-flex ds-items-center ds-cursor-default"><i style="font-size:24px" class="icon-chevron_left-outlined ds-text-icon ds-block ds-text-typo ds-opacity-50"></i><span class="ds-text-tight-xs ds-text-typo-light ds-block ds-text-typo">Prev</span></div><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-2nd-test-1432210/live-cricket-score" class="ds-group ds-inline-flex ds-items-center ds-ml-4"><span class="ds-text-tight-xs ds-block ds-text-typo group-hover:ds-text-typo-primary">Next</span><i style="font-size:24px" class="icon-chevron_right-outlined ds-text-icon ds-block ds-text-typo group-hover:ds-text-typo-primary"></i></a></div><div class="ds-flex ds-items-center ds-leading-none"><div></div><div class="ds-ml-4"></div><div class="ds-ml-4"><div class="ds-popper-wrapper"><i style="font-size:20px" class="icon-more_vert-outlined ds-text-icon ds-cursor-pointer"></i></div></div></div></div></div></div><div class="ds-flex"><div class="ds-w-full"><div class="ds-text-compact-xxs ds-p-2 ds-px-4 lg:ds-py-3"><div class="ds-relative ds-w-full"><div class="ds-flex ds-justify-between ds-items-center"><div class="ds-truncate"></div></div><div class=""><div class="ds-flex ds-flex-col ds-mt-3 md:ds-mt-0 ds-mt-0 ds-mb-1"><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-mb-1"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="South Africa"><img width="32" height="32" alt="South Africa Flag" style="width:32px;height:32px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><a href="/team/south-africa-3" title="South Africa" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-l ds-font-bold ds-text-typo hover:ds-text-typo-primary ds-block ds-truncate">South Africa</span></a><i style="font-size:12px" class="icon-dot_circular ds-text-icon-error hover:ds-text-icon-error-hover"></i></div><div class="ds-text-compact-m ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-s ds-mr-0.5">(40 ov) </span><strong class="ds-text-typo-mid3">191<span> &amp; </span></strong><strong class="">132/3</strong></div></div><div class="ci-team-score ds-flex ds-justify-between ds-items-center ds-text-typo ds-mb-1"><div class="ds-flex ds-items-center ds-min-w-0 ds-mr-1" title="Sri Lanka"><img width="32" height="32" alt="Sri Lanka Flag" style="width:32px;height:32px" class="ds-mr-2" src="https://wassets.hscicdn.com/static/images/lazyimage-transparent.png"/><a href="/team/sri-lanka-8" title="Sri Lanka" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-l ds-font-bold ds-text-typo hover:ds-text-typo-primary ds-block ds-truncate !ds-text-typo-mid3">Sri Lanka</span></a></div><div class="ds-text-compact-m ds-text-typo ds-text-right ds-whitespace-nowrap"><span class="ds-text-compact-s ds-mr-0.5"></span><strong class="ds-text-typo-mid3">42</strong></div></div></div></div><p class="ds-text-tight-s ds-font-medium ds-truncate ds-text-typo"><span>Day 2 - South Africa lead by 281 runs.</span></p></div></div><span class="ds-text-tight-s ds-font-regular ds-text-typo-mid3"></span></div></div></div><div class="ds-text-tight-s ds-font-regular ds-overflow-x-auto ds-scrollbar-hide ds-whitespace-nowrap ds-mt-1 md:ds-mt-0 lg:ds-flex lg:ds-items-center lg:ds-justify-between lg:ds-px-4 lg:ds-py-2 lg:ds-bg-fill-content-alternate ds-text-typo-mid3 md:ds-text-typo-mid2"><div class="ds-flex"><div><span>Current RR<!-- -->:<!-- --> </span><span>3.30</span></div><div><span> • </span><span>Last 10 ov<!-- --> (<!-- -->RR<!-- -->): </span><span>33<!-- -->/<!-- -->0<!-- --> (<!-- -->3.30<!-- -->)</span></div></div></div><div class="ds-relative ds-w-full ds-scrollbar-hide ds-border-t ds-border-line ds-px-2 ds-flex ds-bg-fill-content-prime ds-overflow-x-auto ds-scrollbar-hide"><div class="ds-flex ds-flex-row ds-w-full ds-overflow-x-auto ds-scrollbar-hide"><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/live-cricket-score" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2">Live</span></a></div><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/full-scorecard" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2">Scorecard</span></a></div><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-bold ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-inner-border ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2 ds-tab-active">Report</span></a></div><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/ball-by-ball-commentary" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2">Commentary</span></a></div><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-statistics" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2">Live Stats</span></a></div><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-news" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2">News</span></a></div><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-videos" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2">Videos</span></a></div><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-photo" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2">Photos</span></a></div><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/points-table-standings" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2">Table</span></a></div><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-playing-xi" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2">Playing XI</span></a></div><div class="ds-shrink-0"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-fantasy-xi" class="ds-flex ds-justify-center ds-h-10"><span class="ds-text-tight-m ds-font-regular ds-flex ds-justify-center ds-items-center ds-cursor-pointer ds-flex-1 ds-text-typo ds-shadow-ui-stroke-primary hover:ds-text-typo-primary ds-px-2">Bet</span></a></div></div></div><div class="ds-block"></div></div></div><div class="ds-mt-3"><div class="ds-bg-fill-content-prime ds-rounded-xl ds-p-7"><div id="section-1462309"><article class="ds-mb-4 ds-text-typo ci-story" data-id="1462309" data-src="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report-2"><div><div class=""><div><aside class="ad-placeholder instream ad-instream-836886"></aside></div></div><header class=""><a href="/genre/report-3" title="Report" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-m ds-font-bold ds-text-typo-primary hover:ds-underline hover:ds-decoration-ui-stroke-primary ds-block ds-uppercase ds-mb-1 lg:ds-mb-4">Report</span></a><h1 class="ds-text-title-xl ds-font-bold ds-mb-2 ds-text-typo">Jansen seven-for blows SL away to record low as SA take command at Kingsmead</h1><div class="ds-text-compact-l ds-font-regular ds-mb-3 ds-text-typo-mid2"><p>SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead</p></div></header><div class="ds-flex ds-justify-between ds-my-2 ds-items-center"><div class="ds-flex ds-mb-3 ds-items-center"><a href="/author/firdose-moonda-315" class=""><span class="ds-border ds-border-line-default-translucent ds-text-typo ds-bg-ui-fill ds-overflow-hidden ds-flex ds-items-center ds-justify-center ds-w-12 ds-h-12 ds-rounded-full"><img width="48" height="48" alt="Firdose Moonda" style="width:48px;height:48px" class="ds-block" src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg"/></span></a><div class="ds-ml-2"><a href="/author/firdose-moonda-315" title="Firdose Moonda" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-m ds-font-medium ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-mb-1 ds-leading-none">Firdose Moonda</span></a><div class="ds-leading-3" data-behavior="date_time" data-date="2024-11-28T10:36:00.000Z"><span class="ds-text-tight-s ds-font-regular ds-text-typo-mid3">28-Nov-2024 • Updated 3 hrs ago</span></div></div></div><div></div></div><figure class="ds-mb-4 lg:ds-rounded-xl ds-overflow-hidden ci-story-lead-image"><div class="ds-cursor-pointer ds-rounded-xl ds-cursor-default ds-w-full"><div class="ds-flex ds-flex-col ds-space-y-4 ds-bg-raw-black ds-rounded-xl"><div class="ds-flex ds-flex-col ds-space-y-4"><div class="ds-relative"><div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden" class="ds-rounded-t-xl"><img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_1280,q_70/lsci/db/PICTURES/CMS/391800/391830.6.jpg" alt="Marco Jansen ran through the Sri Lankan batting order, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024" style="position:absolute;top:0;left:0;width:100%;height:100%" class="hover:ds-scale-110 hover:ds-transition-transform hover:ds-duration-500 hover:ds-ease-in-out ds-rounded-t-xl"/></div></div><div class="ds-px-4 ds-pb-4"><div class="ds-flex ds-flex-col"><p class="ds-text-compact-m ds-text-raw-grey04"><span>Marco Jansen got a career-best 7 for 13&nbsp;&nbsp;&bull;&nbsp;&nbsp;<span class="ds-text-typo-mid3">AFP/Getty Images</span></span></p></div></div></div></div></div><script type="application/ld+json">{"@context":"https://schema.org","@type":"ImageObject","contentUrl":"https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/391800/391830.4.jpg","caption":"Marco Jansen got a career-best 7 for 13"}</script></figure><div class=""><div class="xl:ds-pt-[10px] xl:ds-ml-[120px] xl:ds-w-[600px]"><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div><i><b>South Africa</b> 191 (Bavuma 70, Maharaj 24, Asitha 3-44) and 132 for 3 (Markram 47, Bavuma 24*, Jayasuriya 2-48) lead <b>Sri Lanka</b> 42 (Kamindu 13, Jansen 7-13, Coetzee 2-18) by 281 runs</i></div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>South Africa are in control at Kingsmead after a fast-forward second day in which 19 wickets fell, and records tumbled. Sri Lanka were dismissed for 42, their lowest Test total, which was also the lowest Test score against South Africa, and the second-shortest in terms of number of balls faced: 83.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div><a href="https://www.espncricinfo.com/cricketers/marco-jansen-696401">Marco Jansen</a>'s 7 for 13 headlined South Africa's pace pack. He bowled 41 balls in the innings - the joint-fewest in history to take seven wickets - and gave South Africa a 149-run first-innings lead. By the end of the day, that had grown to 281, and the partnership between <a href="https://www.espncricinfo.com/cricketers/temba-bavuma-372116">Temba Bavuma</a> and <a href="https://www.espncricinfo.com/cricketers/tristan-stubbs-595978">Tristan Stubbs</a> to 43, the second-highest of the match.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Under blue skies and in sunshine, there was still significant movement on offer, and batting conditions remained tough. South Africa had started day two by resuming their first innings on 80 for 4, and found themselves in trouble 15 overs into the day on 117 for 7. They were in danger of being shot out for their lowest score against Sri Lanka - 128 - but three handy lower-order partnerships, and Bavuma's knock of 70 took them to 191, their third-lowest against Sri Lanka. And it was made to look like a much bigger total when South Africa got the ball in hand.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Only two Sri Lanka batters got into double figures, and their misfortunes were a combination of incisive bowling and poor shot selection. Of the top seven, Pathum Nissanka, Angelo Mathews, Kamindu Mendis and Dhananjaya de Silva all played at deliveries they could have left.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Kagiso Rabada started the slide when Dimuth Karunatratne hung his bat out to a length ball outside off. and edged to David Bedingham at first slip. Four balls later, Jansen drew Nissanka forward, as the latter reached out for a wide-ish ball. As a result, he was caught at third slip.</div></span><aside class="ds-mt-4 ds-mb-8"><div class="ds-cursor-pointer ds-rounded-xl ds-cursor-default ds-w-full"><div class="ds-flex ds-flex-col ds-space-y-4 ds-rounded-xl"><div class="ds-flex ds-flex-col ds-space-y-3"><div class="ds-relative"><img alt="Dinesh Chandimal is done in by Marco Jansen, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024" class="ds-rounded-xl" src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg"/></div><div class=""><div class="ds-flex ds-flex-col"><div class="ds-leading-[0] ds-text-typo-mid3"><span class="ds-text-compact-s"><span class="ds-text-typo">Dinesh Chandimal left a gap between bat and pad, and a delivery from Jansen nipped through him</span></span><span class="ds-text-compact-s ds-mx-2"><span>•</span></span><span class="ds-text-compact-s"><span>AFP/Getty Images</span></span></div></div></div></div></div></div><script type="application/ld+json">{"@context":"https://schema.org","@type":"ImageObject","contentUrl":"https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/391800/391829.4.jpg","caption":"Dinesh Chandimal left a gap between bat and pad, and a delivery from Jansen nipped through him"}</script></aside><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Two overs after that, Dinesh Chandimal displayed questionable defence when he left a gap between bat and pad, as a delivery from Jansen nipped through to bowl him. Mathews' experience also let him down when he wafted at a ball that angled away, and edged to Bedingham. Sri Lanka were 16 for 4 in the eighth over.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>South Africa's first, and as it turned out only, bowling change was to bring on Gerald Coetzee in place of Rabada. He started with a full toss that Kamindu drove for four. Coetzee soon had reward when Kamindu played a big shot, attempting to whack him through the covers, but edged to first slip.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Jansen's two wickets in his sixth over brought him his second Test five-for. The first of those two wickets was came when Dhananjaya missed an attempted drive and was bowled. The second wicket in the over was of Prabath Jayasuriya's, as he was kept on the back foot and prodded to Stubbs in the slips.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Coetzee took the eighth off the next ball, an lbw that was confirmed on review, before Jansen did another double in his last over to end Sri Lanka's innings 78 minutes after it began.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Their bowling effort eclipsed a strong Sri Lanka performance earlier in the day, led by good pace from Lahiru Kumara, and well supported by Asitha and Vishwa Fernando. They shared five wickets between them, seamed and swung the ball, and enjoyed operating on a surface with good bounce and carry. Add to that Sri Lanka's good catching in breezy conditions, and they would have been fairly satisfied with their first session's work.</div></span><aside class="ds-mt-4 ds-mb-8"><div class="ds-cursor-pointer ds-rounded-xl ds-cursor-default ds-w-full"><div class="ds-flex ds-flex-col ds-space-y-4 ds-rounded-xl"><div class="ds-flex ds-flex-col ds-space-y-3"><div class="ds-relative"><img alt="Wiaan Mulder gets treatment after taking a knock to his finger - he eventually went off retired hurt, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024" class="ds-rounded-xl" src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg"/></div><div class=""><div class="ds-flex ds-flex-col"><div class="ds-leading-[0] ds-text-typo-mid3"><span class="ds-text-compact-s"><span class="ds-text-typo">Wiaan Mulder was hit on the middle finger of his right hand by a delivery from Lahiru Kumara</span></span><span class="ds-text-compact-s ds-mx-2"><span>•</span></span><span class="ds-text-compact-s"><span>AFP/Getty Images</span></span></div></div></div></div></div></div><script type="application/ld+json">{"@context":"https://schema.org","@type":"ImageObject","contentUrl":"https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/391800/391819.4.jpg","caption":"Wiaan Mulder was hit on the middle finger of his right hand by a delivery from Lahiru Kumara"}</script></aside><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Vishwa appealed for an lbw against Kyle Verreynne second ball, but replays showed an inside edge. Verreynne only faced three more deliveries, before Kumara fired in a 141kph ball that beat him and rapped him on the front pad.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Three balls later, Sri Lanka wasted a review as <a href="https://www.espncricinfo.com/cricketers/wiaan-mulder-698189">Wiaan Mulder</a> inside-edged onto his pad, but Mulder's troubles were only just beginning. In Kumara's next over, he was hit on the middle finger of his right hand as he tried to defend a ball that nipped back in. He received treatment on field and tried to continue despite struggling to grip the bat.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Mulder kept out the next ball he faced and immediately wrung his hand in pain, left the last ball of the over, and then retired hurt. He returned to bat for the final partnership and also in the second innings, though X-rays confirmed he had fractured the finger and would <a href="https://www.espncricinfo.com/story/sa-vs-sl-2024-fractured-finger-rules-wiaan-mulder-out-of-durban-test-1462403">not be able to bowl or field</a> in the match.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>After Kumara's opening spell, which had started on day one, ended with an analysis of 8-1-51-3, Sri Lanka went for a double change. Asitha replaced Kumara, while Jayasuriya's spin came on for Vishwa. Jayasuriya had success with his tenth ball, when Jansen missed a tossed-up delivery, and was rapped on the pads.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Coetzee was also drawn in by one that was tossed up, and recklessly hit Jayasuriya to deep midwicket, where Kamindu ran forward to take a good catch. South Africa had lost 3 for 34 in 9.1 overs at that stage, with no real batting to come.</div></span><aside class="ds-mt-4 ds-mb-8"><div class="ds-cursor-pointer ds-rounded-xl ds-cursor-default ds-w-full"><div class="ds-flex ds-flex-col ds-space-y-4 ds-rounded-xl"><div class="ds-flex ds-flex-col ds-space-y-3"><div class="ds-relative"><img alt="Temba Bavuma is airborne as he upper-cuts, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024" class="ds-rounded-xl" src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg"/></div><div class=""><div class="ds-flex ds-flex-col"><div class="ds-leading-[0] ds-text-typo-mid3"><span class="ds-text-compact-s"><span class="ds-text-typo">Temba Bavuma ramped one for six during his knock of 70</span></span><span class="ds-text-compact-s ds-mx-2"><span>•</span></span><span class="ds-text-compact-s"><span>Gallo Images/Getty Images</span></span></div></div></div></div></div></div><script type="application/ld+json">{"@context":"https://schema.org","@type":"ImageObject","contentUrl":"https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/391800/391826.4.jpg","caption":"Temba Bavuma ramped one for six during his knock of 70"}</script></aside><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Keshav Maharaj joined Bavuma on the back of four successive Test ducks, and made his highest Test score in nine innings. He showed some fight against Jayasuriya, whose fourth over he hit for 15 runs, including a stunning six straight down the ground. When Jayasuriya was replaced by Vishwa, Maharaj did not rein his instincts in, and reached for a wide ball to drive it aerially to Dhananjaya at mid-off.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Bavuma had only just reached fifty but was running out of partners, and took matters into his own hands. He left his feet to ramp Kumara for six, and drove him through extra cover and then back past him. The fun didn't last long, and when Kumara was replaced by Asitha, Bavuma swiped across the line and top-edged to midwicket, where Kumara judged the catch well in the wind. That brought the first stanza of Mulder's bravery, and he ended on 9 not out.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Later, Mulder came in at No. 3 in South Africa's second innings, after Tony de Zorzi and Aiden Markram's 47-run opening stand ended when de Zorzi skied Jayasuriya to deep-backward square to become his 100th Test wicket. Jayasuriya, in his 17th Test, became the joint-fastest bowler in 74 years to the landmark.</div></span><span class="ds-text-comfortable-l ds-my-4 ci-html-content"><div>Meanwhile, Mulder scored 16 off 31 balls and looked in increasing levels of discomfort before being given out lbw. Markram, whose last five Test innings have not yielded a single half-century, looked convincing until he inside-edged Vishwa on to his stumps. Bavuma and Stubbs bedded in for the rest of the session, and will resume on what is expected to be an easier day for batting on Friday.</div></span></div><div class="ds-mt-4 ds-block xl:ds-ml-[120px] xl:ds-w-[600px]"><div class="ds-flex ds-flex-wrap ds--ml-1 ds-mb-3 ds-pb-3 ds-border-line ds-border-b"><a href="https://www.espncricinfo.com/cricketers/marco-jansen-696401" class=""><span class="ds-inline-flex ds-items-center ds-border ds-h-6 ds-bg-ui-fill ds-text-typo ds-border-ui-stroke ds-rounded-3xl ds-pl-3 ds-pr-3 hover:ds-bg-ui-fill-hover hover:ds-border-ui-stroke-hover focus:ds-bg-ui-fill-hover focus:ds-border-ui-stroke-hover ds-m-1"><span class="ds-text-tight-s ds-font-regular">Marco Jansen</span></span></a><a href="https://www.espncricinfo.com/team/sri-lanka-8" class=""><span class="ds-inline-flex ds-items-center ds-border ds-h-6 ds-bg-ui-fill ds-text-typo ds-border-ui-stroke ds-rounded-3xl ds-pl-3 ds-pr-3 hover:ds-bg-ui-fill-hover hover:ds-border-ui-stroke-hover focus:ds-bg-ui-fill-hover focus:ds-border-ui-stroke-hover ds-m-1"><span class="ds-text-tight-s ds-font-regular">Sri Lanka</span></span></a><a href="https://www.espncricinfo.com/team/south-africa-3" class=""><span class="ds-inline-flex ds-items-center ds-border ds-h-6 ds-bg-ui-fill ds-text-typo ds-border-ui-stroke ds-rounded-3xl ds-pl-3 ds-pr-3 hover:ds-bg-ui-fill-hover hover:ds-border-ui-stroke-hover focus:ds-bg-ui-fill-hover focus:ds-border-ui-stroke-hover ds-m-1"><span class="ds-text-tight-s ds-font-regular">South Africa</span></span></a><a href="https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/live-cricket-score" class=""><span class="ds-inline-flex ds-items-center ds-border ds-h-6 ds-bg-ui-fill ds-text-typo ds-border-ui-stroke ds-rounded-3xl ds-pl-3 ds-pr-3 hover:ds-bg-ui-fill-hover hover:ds-border-ui-stroke-hover focus:ds-bg-ui-fill-hover focus:ds-border-ui-stroke-hover ds-m-1"><span class="ds-text-tight-s ds-font-regular">South Africa vs Sri Lanka</span></span></a><a href="https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203" class=""><span class="ds-inline-flex ds-items-center ds-border ds-h-6 ds-bg-ui-fill ds-text-typo ds-border-ui-stroke ds-rounded-3xl ds-pl-3 ds-pr-3 hover:ds-bg-ui-fill-hover hover:ds-border-ui-stroke-hover focus:ds-bg-ui-fill-hover focus:ds-border-ui-stroke-hover ds-m-1"><span class="ds-text-tight-s ds-font-regular">Sri Lanka tour of South Africa</span></span></a><a href="https://www.espncricinfo.com/series/icc-world-test-championship-2023-2025-1345943" class=""><span class="ds-inline-flex ds-items-center ds-border ds-h-6 ds-bg-ui-fill ds-text-typo ds-border-ui-stroke ds-rounded-3xl ds-pl-3 ds-pr-3 hover:ds-bg-ui-fill-hover hover:ds-border-ui-stroke-hover focus:ds-bg-ui-fill-hover focus:ds-border-ui-stroke-hover ds-m-1"><span class="ds-text-tight-s ds-font-regular">ICC World Test Championship</span></span></a></div></div><div class="ds-text-tight-m ds-font-regular ds-mb-3 xl:ds-ml-[120px] xl:ds-w-[600px]"><p>Firdose Moonda is ESPNcricinfo's correspondent for South Africa and women's cricket</p></div></div></div></article></div></div><div id="taboola-below-article-thumbnails" class="ci-ad-taboola-slot"></div></div></div><div class="ds-flex-none" style="width:302px"><div><div class="ds-w-full ds-bg-fill-content-prime ds-overflow-hidden ds-rounded-xl ds-border ds-border-line ds-mb-4"><div class="ds-p-4"><div class="ds-flex ds-justify-between ds-items-center"><div class="ds-flex ds-space-x-1"><i style="font-size:16px" class="icon-translate ds-text-icon"></i><span class="ds-text-tight-s ds-font-bold">Language</span></div><div class="ds-w-[136px]"><div class="ds-popper-wrapper"><div class="ds-flex ds-items-center ds-border-ui-stroke ds-h-8 ds-px-4 ds-border ds-bg-ui-fill ds-rounded-full ds-w-full ds-min-w-max ds-cursor-pointer"><span class="ds-text-tight-m ds-font-regular ds-text-typo-mid3">English</span><i style="font-size:20px" class="icon-expand_more-outlined ds-text-icon ds-ml-2 ds-ml-auto"></i></div></div></div></div></div></div></div><aside class="ad-placeholder incontentstrip ad-incontentstrip-969790" style="min-width:10%;min-height:50px"></aside><aside></aside><aside class="ad-placeholder incontentRoW ad-incontentrow-716265" style="min-width:10%;min-height:250px"></aside><div><div class="ds-w-full ds-bg-fill-content-prime ds-overflow-hidden ds-rounded-xl ds-border ds-border-line ds-mb-4"><div class="ds-flex ds-px-4 ds-border-b ds-border-line ds-py-3"><div class="ds-flex ds-flex-col ds-grow ds-justify-center"><span class="ds-text-title-xs ds-font-bold ds-text-typo">Match Coverage</span></div><div class="ds-flex ds-flex-row ds-items-center"><span class="ds-pl-2"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-news" title="All Match News" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-regular ds-text-typo-primary hover:ds-underline hover:ds-decoration-ui-stroke-primary ds-block ds-flex">All Match News</span><i style="font-size:16px" class="icon-chevron_right-filled ds-text-icon-primary ds-ml-1 ds-block"></i></a></span></div></div><div class="ds-p-0 ds-flex ds-flex-col"><div class="ds-p-4 ds-border-b ds-border-line"><a href="/story/sa-vs-sl-durban-test-sri-lanka-hit-the-snooze-button-on-destiny-1462455" class=""><div class="ds-flex ds-flex-col ds-space-y-4"><div class="ds-flex ds-flex-row ds-space-x-4"><div class="ds-w-3/4"><div class="ds-flex ds-flex-col"><h2 class="ds-text-title-subtle-m ds-font-medium ds-text-typo">Sri Lanka hit the snooze button on destiny</h2><p class="ds-text-compact-xs ds-text-typo-mid2 ds-mt-1"><div>All the gains from a year of positivity came crashing down in 13.5 overs of witheringly poor judgement</div></p></div></div><div class="ds-relative ds-w-1/4"><div style="position:relative;padding-bottom:100%;height:0;overflow:hidden" class="ds-rounded-lg"><img src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg" alt="Sri Lanka hit the snooze button on destiny" style="position:absolute;top:0;left:0;width:100%;height:100%" class="hover:ds-scale-110 hover:ds-transition-transform hover:ds-duration-500 hover:ds-ease-in-out ds-rounded-lg"/></div></div></div></div></a></div><div class="ds-p-4 ds-border-b ds-border-line"><a href="/story/sa-vs-sl-1st-test-watch-out-world-marco-jansen-is-beginning-to-believe-in-himself-1462453" class=""><div class="ds-flex ds-flex-col ds-space-y-4"><div class="ds-flex ds-flex-row ds-space-x-4"><div class="ds-w-3/4"><div class="ds-flex ds-flex-col"><h2 class="ds-text-title-subtle-m ds-font-medium ds-text-typo">Watch out, world. Marco Jansen is beginning to believe in himself</h2><p class="ds-text-compact-xs ds-text-typo-mid2 ds-mt-1"><div>He has all the physical gifts a fast bowler needs, and all the skill to go with it. At Kingsmead he showed he may be letting go of the self-doubt that had clouded him for so long</div></p></div></div><div class="ds-relative ds-w-1/4"><div style="position:relative;padding-bottom:100%;height:0;overflow:hidden" class="ds-rounded-lg"><img src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg" alt="Watch out, world. Marco Jansen is beginning to believe in himself" style="position:absolute;top:0;left:0;width:100%;height:100%" class="hover:ds-scale-110 hover:ds-transition-transform hover:ds-duration-500 hover:ds-ease-in-out ds-rounded-lg"/></div></div></div></div></a></div><div class="ds-p-4 ds-border-b ds-border-line"><a href="/story/sa-vs-sl-durban-test-stats-sri-lankas-lowest-ever-test-total-1462435" class=""><div class="ds-flex ds-flex-col ds-space-y-4"><div class="ds-flex ds-flex-row ds-space-x-4"><div class="ds-w-3/4"><div class="ds-flex ds-flex-col"><h2 class="ds-text-title-subtle-m ds-font-medium ds-text-typo">Stats - Sri Lanka&#x27;s lowest-ever Test total, and the second-shortest Test innings ever</h2><p class="ds-text-compact-xs ds-text-typo-mid2 ds-mt-1"><div>Stats highlights from Sri Lanka's first innings in Durban where they were bundled out for 42</div></p></div></div><div class="ds-relative ds-w-1/4"><div style="position:relative;padding-bottom:100%;height:0;overflow:hidden" class="ds-rounded-lg"><img src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg" alt="Stats - Sri Lanka&#x27;s lowest-ever Test total, and the second-shortest Test innings ever" style="position:absolute;top:0;left:0;width:100%;height:100%" class="hover:ds-scale-110 hover:ds-transition-transform hover:ds-duration-500 hover:ds-ease-in-out ds-rounded-lg"/></div></div></div></div></a></div><div class="ds-p-4 ds-border-b ds-border-line"><a href="/story/sa-vs-sl-2024-fractured-finger-rules-wiaan-mulder-out-of-durban-test-1462403" class=""><div class="ds-flex ds-flex-col ds-space-y-4"><div class="ds-flex ds-flex-row ds-space-x-4"><div class="ds-w-3/4"><div class="ds-flex ds-flex-col"><h2 class="ds-text-title-subtle-m ds-font-medium ds-text-typo">Injured Mulder to not bowl or field any further in the Durban Test</h2><p class="ds-text-compact-xs ds-text-typo-mid2 ds-mt-1"><div>A decision on whether he will bat will be made as the match continues after he suffered a fractured finger </div></p></div></div><div class="ds-relative ds-w-1/4"><div style="position:relative;padding-bottom:100%;height:0;overflow:hidden" class="ds-rounded-lg"><img src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg" alt="Injured Mulder to not bowl or field any further in the Durban Test" style="position:absolute;top:0;left:0;width:100%;height:100%" class="hover:ds-scale-110 hover:ds-transition-transform hover:ds-duration-500 hover:ds-ease-in-out ds-rounded-lg"/></div></div></div></div></a></div><div class="ds-p-4"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report-2" class=""><div class="ds-flex ds-flex-col ds-space-y-4"><div class="ds-flex ds-flex-row ds-space-x-4"><div class="ds-w-3/4"><div class="ds-flex ds-flex-col"><h2 class="ds-text-title-subtle-m ds-font-medium ds-text-typo">Jansen seven-for blows SL away to record low as SA take command at Kingsmead</h2><p class="ds-text-compact-xs ds-text-typo-mid2 ds-mt-1"><div>SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead</div></p></div></div><div class="ds-relative ds-w-1/4"><div style="position:relative;padding-bottom:100%;height:0;overflow:hidden" class="ds-rounded-lg"><img src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg" alt="Jansen seven-for blows SL away to record low as SA take command at Kingsmead" style="position:absolute;top:0;left:0;width:100%;height:100%" class="hover:ds-scale-110 hover:ds-transition-transform hover:ds-duration-500 hover:ds-ease-in-out ds-rounded-lg"/></div></div></div></div></a></div></div></div></div><aside></aside><aside></aside><aside class="ad-placeholder incontent2RoW ad-incontent2row-268959" style="min-width:10%;min-height:250px"></aside><div><div class="ds-w-full ds-bg-fill-content-prime ds-overflow-hidden ds-rounded-xl ds-border ds-border-line ds-mb-4"><div class="ds-p-0"><div class="ds-flex ds-flex-col"><div><a href="https://www.espncricinfo.com/ask" class="ds-flex ds-justify-center ds-py-4 ds-border-b ds-border-line"><img width="135" alt="AskESPNcricinfo Logo" style="width:135px" src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg"/></a></div><div class="ds-m-4"><span class="ds-text-title-xs ds-font-bold ds-mb-4 ds-text-typo">Instant answers to T20 questions</span><div></div><div class="ds-flex ds-justify-center"><a href="https://www.espncricinfo.com/ask" class="ds-flex ds-items-center ds-justify-center ds-bg-transparent ds-border ds-border-ui-stroke-primary ds-text-typo-primary ds-rounded-full ds-w-full ds-h-10 ds-px-5 hover:ds-bg-ui-fill-hover focus:ds-ring-4 focus:ds-ring-button-primary"><span class="ds-text-tight-m ds-font-bold">Ask a question</span></a></div></div></div></div></div></div><div><div class="ds-w-full ds-bg-fill-content-prime ds-overflow-hidden ds-rounded-xl ds-border ds-border-line ds-mb-4"><div class="ds-flex ds-px-4 ds-border-b ds-border-line ds-py-3"><div class="ds-flex ds-flex-col ds-grow ds-justify-center"><span class="ds-text-title-xs ds-font-bold ds-text-typo">Videos</span></div><div class="ds-flex ds-flex-row ds-items-center"><span class="ds-pl-2"><a href="/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-videos" title="All Match Videos" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-regular ds-text-typo-primary hover:ds-underline hover:ds-decoration-ui-stroke-primary ds-block">All Match Videos</span><i style="font-size:16px" class="icon-chevron_right-filled ds-text-icon-primary ds-ml-1 ds-block"></i></a></span></div></div><div class="ds-p-4"><div class="ds-mb-4"><a href="/cricket-videos/sa-vs-sl-42-all-out-fernando-it-was-over-before-you-could-clock-1462454" class="ds-rounded-xl"><div class="ds-flex ds-flex-col ds-space-y-4 ds-rounded-xl"><div class="ds-flex ds-flex-col ds-space-y-2"><div class="ds-relative"><div class="ds-relative ds-rounded-xl"><div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden" class="ds-rounded-xl"><img src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg" alt="Fernando: It was over before you could clock what was happening!" style="position:absolute;top:0;left:0;width:100%;height:100%" class="hover:ds-scale-110 hover:ds-transition-transform hover:ds-duration-500 hover:ds-ease-in-out ds-rounded-xl"/></div><div class="ds-absolute ds-z-[2] ds-flex ds-items-center ds-justify-center ds-rounded-full ds-image-video-icon ds-bottom-2 ds-left-2" style="height:40px;width:40px"><i style="font-size:24px" class="icon-play_arrow-filled ds-text-icon-inverse ds-pl-[2px]"></i></div><div class="ds-flex ds-items-center ds-justify-center ds-backdrop-blur-sm ds-px-2 ds-py-1 ds-rounded-[100px] ds-bg-raw-black/50 ds-absolute ds-z-[2] ds-top-2 ds-right-2"><span class="ds-text-tight-xs ds-block ds-text-raw-white ds-font-bold">3:41</span></div></div></div><div class=""><div class="ds-flex ds-flex-col"><h2 class="ds-text-title-subtle-m ds-font-medium ds-text-typo">Fernando: It was over before you could clock what was happening!</h2></div></div></div></div></a></div><div class="ds-mb-4"><a href="/cricket-videos/takeaways-right-call-by-sri-lanka-to-bowl-first-1462248" class="ds-rounded-xl"><div class="ds-flex ds-flex-col ds-space-y-4 ds-rounded-xl"><div class="ds-flex ds-flex-col ds-space-y-2"><div class="ds-relative"><div class="ds-relative ds-rounded-xl"><div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden" class="ds-rounded-xl"><img src="https://wassets.hscicdn.com/static/images/lazyimage-noaspect.svg" alt="Takeaways: Right call by Sri Lanka to bowl first" style="position:absolute;top:0;left:0;width:100%;height:100%" class="hover:ds-scale-110 hover:ds-transition-transform hover:ds-duration-500 hover:ds-ease-in-out ds-rounded-xl"/></div><div class="ds-absolute ds-z-[2] ds-flex ds-items-center ds-justify-center ds-rounded-full ds-image-video-icon ds-bottom-2 ds-left-2" style="height:40px;width:40px"><i style="font-size:24px" class="icon-play_arrow-filled ds-text-icon-inverse ds-pl-[2px]"></i></div><div class="ds-flex ds-items-center ds-justify-center ds-backdrop-blur-sm ds-px-2 ds-py-1 ds-rounded-[100px] ds-bg-raw-black/50 ds-absolute ds-z-[2] ds-top-2 ds-right-2"><span class="ds-text-tight-xs ds-block ds-text-raw-white ds-font-bold">3:11</span></div></div></div><div class=""><div class="ds-flex ds-flex-col"><h2 class="ds-text-title-subtle-m ds-font-medium ds-text-typo">Takeaways: Right call by Sri Lanka to bowl first</h2></div></div></div></div></a></div></div></div></div><div><div class="ds-w-full ds-bg-fill-content-prime ds-overflow-hidden ds-rounded-xl ds-border ds-border-line ds-mb-4 ds-text-tight-s"><div class="ds-flex ds-px-4 ds-border-b ds-border-line ds-py-3"><div class="ds-flex ds-flex-col ds-grow ds-justify-center"><span class="ds-text-title-xs ds-font-bold ds-text-typo">South Africa Innings</span></div></div><div class="ds-p-0"><div class=""><div class="slick-slider ds-carousel slick-initialized" dir="ltr"><div class="slick-list"><div class="slick-track" style="width:300%;left:0%"><div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline:none;width:33.333333333333336%"><div><div tabindex="-1" style="width:100%;display:inline-block"><table class="ds-w-full ds-table ds-table-sm ds-table-auto "><thead class="ds-bg-fill-content-alternate ds-text-left"><tr class=""><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max" colSpan="2">Player Name</th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">R</th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">B</th></tr></thead><tbody class=""><tr class=""><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><div class="ds-popper-wrapper ds-inline"><a href="/cricketers/tony-de-zorzi-697183" title="T de Zorzi" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-cursor-pointer">T de Zorzi</span></a></div></td><td class="ds-min-w-max"><span>caught</span></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">17</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">32</td></tr><tr class=""><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><div class="ds-popper-wrapper ds-inline"><a href="/cricketers/aiden-markram-600498" title="AK Markram" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-cursor-pointer">AK Markram</span></a></div></td><td class="ds-min-w-max"><span>bowled</span></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">47</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">81</td></tr><tr class=""><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><div class="ds-popper-wrapper ds-inline"><a href="/cricketers/wiaan-mulder-698189" title="PWA Mulder" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-cursor-pointer">PWA Mulder</span></a></div></td><td class="ds-min-w-max"><span>lbw</span></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">15</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">31</td></tr><tr class=""><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><div class="ds-popper-wrapper ds-inline"><a href="/cricketers/tristan-stubbs-595978" title="T Stubbs" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-cursor-pointer">T Stubbs</span></a></div></td><td class="ds-min-w-max"><span>not out</span></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">17</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">51</td></tr><tr class=""><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><div class="ds-popper-wrapper ds-inline"><a href="/cricketers/temba-bavuma-372116" title="T Bavuma" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-cursor-pointer">T Bavuma</span></a></div></td><td class="ds-min-w-max"><span>not out</span></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">24</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">45</td></tr><tr class=""><td class="ds-min-w-max ds-font-bold" colSpan="1">Extras</td><td class="ds-min-w-max" colSpan="3">(<!-- -->b 4, lb 8<!-- -->)</td></tr><tr class=""><td class="ds-font-bold ds-bg-fill-content-alternate ds-text-tight-m ds-min-w-max ds-uppercase" colSpan="1">Total</td><td class="ds-font-bold ds-bg-fill-content-alternate ds-text-tight-m ds-min-w-max" colSpan="3"><span class="ds-text-tight-s ds-font-regular ds-mr-2">132</span><span class="ds-text-tight-s ds-font-regular"><span>(3 wkts; 40 ovs)</span></span></td></tr></tbody></table></div></div></div><div data-index="1" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline:none;width:33.333333333333336%"><div><div tabindex="-1" style="width:100%;display:inline-block"><table class="ds-w-full ds-table ds-table-sm ds-table-auto "><thead class="ds-bg-fill-content-alternate ds-text-left"><tr class="ds-text-right"><th class="ds-min-w-max ds-text-left ds-border-r ds-border-line">Player Name</th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">O</th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">M</th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">R</th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">W</th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">Econ</th></tr></thead><tbody class=""><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line"><div class="ds-popper-wrapper ds-inline"><a href="/cricketers/asitha-fernando-786925" title="AM Fernando" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-cursor-pointer">AM Fernando</span></a></div></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">8</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">1</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">25</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">0</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">3.12 </td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line"><div class="ds-popper-wrapper ds-inline"><a href="/cricketers/vishwa-fernando-465783" title="MVT Fernando" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-cursor-pointer">MVT Fernando</span></a></div></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">10</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">1</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">33</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">1</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">3.3 </td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line"><div class="ds-popper-wrapper ds-inline"><a href="/cricketers/lahiru-kumara-784375" title="CBRLS Kumara" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-cursor-pointer">CBRLS Kumara</span></a></div></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">7</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">3</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">14</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">0</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">2 </td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line"><div class="ds-popper-wrapper ds-inline"><a href="/cricketers/prabath-jayasuriya-422871" title="NGRP Jayasuriya" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block ds-cursor-pointer">NGRP Jayasuriya</span></a></div></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">15</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">1</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">48</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">2</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">3.2 </td></tr></tbody></table></div></div></div><div data-index="2" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline:none;width:33.333333333333336%"><div><div tabindex="-1" style="width:100%;display:inline-block"><div class="ds-overflow-x-auto ds-scrollbar-hide"><table class="ds-w-full ds-table ds-table-sm ds-table-auto "><thead class="ds-bg-fill-content-alternate ds-text-left"><tr class=""><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">Wkt</th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">Runs</th><th class="ds-min-w-max" colSpan="2">Players</th></tr></thead><tbody class=""><tr class=""><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">1st</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">47</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">Aiden Markram</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">Tony de Zorzi</td></tr><tr class=""><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">2nd</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">30</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">Aiden Markram</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">Wiaan Mulder</td></tr><tr class=""><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">3rd</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">12</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">Tristan Stubbs</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">Aiden Markram</td></tr><tr class=""><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">4th</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">43</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">Temba Bavuma</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">Tristan Stubbs</td></tr></tbody></table></div></div></div></div></div></div></div></div><div class="ds-text-tight-m ds-font-regular ds-text-center ds-p-2"><span class="ds-cursor-pointer ds-p-2 ds-opacity-50">&lt;</span><span>1<!-- --> / <!-- -->3</span><span class="ds-cursor-pointer ds-p-2 ">&gt;</span></div></div></div></div><div><div class="ds-w-full ds-bg-fill-content-prime ds-overflow-hidden ds-rounded-xl ds-border ds-border-line ds-mb-4"><div class="ds-flex ds-px-4 ds-border-b ds-border-line ds-py-3"><div class="ds-flex ds-flex-col ds-grow ds-justify-center"><h3 class="ds-text-title-xs ds-font-bold ds-text-typo">ICC World Test Championship</h3></div></div><div class="ds-p-0"><div><div class="ds-border-b ds-border-line last:ds-border-b-0"><table class="ds-w-full ds-table ds-table-sm ds-table-auto "><thead class="ds-bg-fill-content-alternate ds-text-left"><tr class="ds-text-right"><th class="ds-min-w-max ds-text-left ds-border-r ds-border-line">Team</th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><span title="The number of matches played">M</span></th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><span title="The number of matches won">W</span></th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><span title="The number of matches lost">L</span></th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><span title="The number of matches drawn">D</span></th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><span title="Number of points awarded">PT</span></th><th class="ds-w-0 ds-whitespace-nowrap ds-min-w-max"><span title="Percentage">PCT</span></th></tr></thead><tbody class=""><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line ds-uppercase"><a href="/team/india-6" title="India" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block">IND</span></a></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">15</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">9</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">5</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">1</td><td class="ds-min-w-max">110</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">61.11</td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line ds-uppercase"><a href="/team/australia-2" title="Australia" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block">AUS</span></a></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">13</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">8</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">4</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">1</td><td class="ds-min-w-max">90</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">57.69</td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line ds-uppercase"><a href="/team/sri-lanka-8" title="Sri Lanka" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block">SL</span></a></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">9</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">5</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">4</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">0</td><td class="ds-min-w-max">60</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">55.56</td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line ds-uppercase"><a href="/team/new-zealand-5" title="New Zealand" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block">NZ</span></a></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">11</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">6</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">5</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">0</td><td class="ds-min-w-max">72</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">54.55</td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line ds-uppercase"><a href="/team/south-africa-3" title="South Africa" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block">SA</span></a></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">8</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">4</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">3</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">1</td><td class="ds-min-w-max">52</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">54.17</td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line ds-uppercase"><a href="/team/england-1" title="England" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block">ENG</span></a></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">19</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">9</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">9</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">1</td><td class="ds-min-w-max">93</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">40.79</td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line ds-uppercase"><a href="/team/pakistan-7" title="Pakistan" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block">PAK</span></a></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">10</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">4</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">6</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">0</td><td class="ds-min-w-max">40</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">33.33</td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line ds-uppercase"><a href="/team/west-indies-4" title="West Indies" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block">WI</span></a></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">10</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">2</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">6</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">2</td><td class="ds-min-w-max">32</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">26.67</td></tr><tr class="ds-text-right"><td class="ds-min-w-max ds-text-left ds-border-r ds-border-line ds-uppercase"><a href="/team/bangladesh-25" title="Bangladesh" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-s ds-font-bold ds-text-typo ds-underline ds-decoration-ui-stroke hover:ds-text-typo-primary hover:ds-decoration-ui-stroke-primary ds-block">BAN</span></a></td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">11</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">3</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">8</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max">0</td><td class="ds-min-w-max">33</td><td class="ds-w-0 ds-whitespace-nowrap ds-min-w-max ds-font-bold">25.00</td></tr></tbody></table></div></div></div><div class="ds-border-t ds-border-line ds-text-center"><a href="/series/icc-world-test-championship-2023-2025-1345943/points-table-standings" title="Full Table" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-tight-m ds-font-bold ds-text-typo-primary hover:ds-underline hover:ds-decoration-ui-stroke-primary ds-block ds-py-2 ds-uppercase">Full Table</span></a></div></div></div><aside></aside><aside></aside><aside class="ad-placeholder incontent3RoW ad-incontent3row-873870" style="min-width:10%;min-height:250px"></aside></div></div></div></div><footer class="ds-bg-raw-grey09 ds-p-4"><div class="lg:ds-container lg:ds-mx-auto lg:ds-px-5"><div class="ds-grid lg:ds-grid-cols-3 ds-grid-cols-1 ds-gap-2 ds-items-center ds-text-center"><div class="ds-col-span-2 ds-flex ds-flex-row ds-flex-wrap"><span class="ds-flex ds-items-center"><a href="https://disneytermsofuse.com" title="Terms of Use" target="_blank" rel="noopener noreferrer" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block ds-inline-block ds-cursor-pointer ds-text-raw-grey06">Terms of Use</span></a><span class="ds-mx-1 ds-text-raw-grey06">|</span></span><span class="ds-flex ds-items-center"><a href="https://privacy.thewaltdisneycompany.com/en/" title="Privacy Policy" target="_blank" rel="noopener noreferrer" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block ds-inline-block ds-cursor-pointer ds-text-raw-grey06">Privacy Policy</span></a><span class="ds-mx-1 ds-text-raw-grey06">|</span></span><span class="ds-flex ds-items-center"><a href="https://www.disney.sg/supplemental-privacy-policy-singapore" title="Supplemental Privacy Policy for Singapore" target="_blank" rel="noopener noreferrer" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block ds-inline-block ds-cursor-pointer ds-text-raw-grey06">Supplemental Privacy Policy for Singapore</span></a><span class="ds-mx-1 ds-text-raw-grey06">|</span></span><span class="ds-flex ds-items-center"><a href="https://preferences-mgr.truste.com/?type=espn&amp;affiliateId=148" title="Interest-Based Ads" target="_blank" rel="noopener noreferrer" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block ds-inline-block ds-cursor-pointer ds-text-raw-grey06">Interest-Based Ads</span></a><span class="ds-mx-1 ds-text-raw-grey06">|</span></span><span class="ds-flex ds-items-center"><a href="https://submit.espncricinfo.com/ci/content/submit/forms/feedback.html" title="Feedback" target="_blank" rel="noopener noreferrer" class="ds-inline-flex ds-items-start ds-leading-none"><span class="ds-text-compact-xs ds-text-typo hover:ds-underline hover:ds-decoration-ui-stroke ds-block ds-inline-block ds-cursor-pointer ds-text-raw-grey06">Feedback</span></a></span></div><div class="ds-text-tight-s lg:ds-ml-auto ds-text-raw-grey06">© <!-- -->2024<!-- --> ESPN Sports Media Ltd. All rights reserved</div></div></div></footer></div></section><div id="modalContainer"></div><div id="imageShareContainer"></div></section><script type="text/javascript"> var omnitureCode = "wdgespcricinfo,wdgespge"; if (hsci.isApp) { omnitureCode = "wdgwespmaciapps"; } window.s_account = omnitureCode; window.omniSite = "cricinfo"; </script></div><script id="__NEXT_DATA__" type="application/json">{"props":{"appNextJsContext":{"lang":"en","country":"sg","edition":"ww","device":{"screen":"DESKTOP_LG","orientation":"LANDSCAPE","isTouchDevice":false,"isMobile":false,"isSSR":true}},"globalDetails":{"followItems":[{"title":"Instagram","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11670,"objectId":1243355,"title":"https://www.instagram.com/espncricinfo/","url":"https://www.instagram.com/espncricinfo/"}},{"title":"WhatsApp","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":17539,"objectId":1401987,"title":"https://whatsapp.com/channel/0029Va5oNnUKGGGLrFKvkH3E","url":"https://whatsapp.com/channel/0029Va5oNnUKGGGLrFKvkH3E"}},{"title":"Twitter","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11669,"objectId":1243353,"title":"https://twitter.com/espncricinfo","url":"https://twitter.com/espncricinfo"}},{"title":"Facebook","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11668,"objectId":1243351,"title":"https://www.facebook.com/Cricinfo/","url":"https://www.facebook.com/Cricinfo/"}},{"title":"YouTube","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11667,"objectId":1243346,"title":"https://www.youtube.com/espncricinfo","url":"https://www.youtube.com/espncricinfo"}}],"appItems":[{"title":"Android App","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11616,"objectId":1226817,"title":"https://play.google.com/store/apps/details?id=com.july.cricinfo\u0026hl=en","url":"https://play.google.com/store/apps/details?id=com.july.cricinfo\u0026hl=en"}},{"title":"iOS App","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11666,"objectId":1243345,"title":"https://apps.apple.com/in/app/cricinfo-live-cricket-scores/id417408017","url":"https://apps.apple.com/in/app/cricinfo-live-cricket-scores/id417408017"}}],"siteItems":[{"title":"The Cricket Monthly","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":10059,"objectId":784439,"title":"http://www.thecricketmonthly.com/","url":"http://www.thecricketmonthly.com/"}},{"title":"ESPN","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11615,"objectId":1225664,"title":"http://www.espn.in/","url":"http://www.espn.in/"}}],"featuredItems":[{"title":"Records index: most runs, most wickets, and a lot more","summary":"","previewImage":{"id":368515,"objectId":1401820,"slug":"the-three-who-matter-rohit-sharma-virat-kohli-and-jasprit-bumrah-all-smiles-after-dismissing-pat-cummins","url":"/lsci/db/PICTURES/CMS/368500/368515.4.jpg","width":900,"height":506,"caption":"The three who matter: Rohit Sharma, Virat Kohli and Jasprit Bumrah all smiles after dismissing Pat Cummins","longCaption":"The three who matter: Rohit Sharma, Virat Kohli and Jasprit Bumrah all smiles after dismissing Pat Cummins, India vs Australia, World Cup, Chennai, October 8, 2023","credit":"Associated Press","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/368500/368515.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/368500/368515.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/368500/368515.10.jpg"}},"type":"URL","countryCodes":[],"url":{"id":18922,"objectId":1432570,"title":"https://www.espncricinfo.com/records","url":"https://www.espncricinfo.com/records"}},{"title":"The latest cricket photos","summary":"","previewImage":{"id":367417,"objectId":1398861,"slug":"the-smile-of-a-champion-mohammed-siraj-picked-up-five-wickets-in-a-ten-ball-period","url":"/lsci/db/PICTURES/CMS/367400/367417.5.jpg","width":365,"height":205,"caption":"The smile of a champion - Mohammed Siraj picked up five wickets in a ten-ball period","longCaption":"The smile of a champion - Mohammed Siraj picked up five wickets in a ten-ball period, India vs Sri Lanka, Asia Cup final, Colombo, September 17, 2023","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/367400/367417.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/367400/367417.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/367400/367417.10.jpg"}},"type":"URL","countryCodes":[],"url":{"id":12300,"objectId":1272324,"title":"https://www.espncricinfo.com/photo","url":"https://www.espncricinfo.com/photo"}},{"title":"Rankings: Who's leading in every format","summary":"","previewImage":{"id":364310,"objectId":1388240,"slug":"alyssa-healy-poses-with-the-trophy-after-australia-retained-the-ashes","url":"/lsci/db/PICTURES/CMS/364300/364310.5.jpg","width":365,"height":205,"caption":"Alyssa Healy poses with the trophy after Australia retained the Ashes","longCaption":"Alyssa Healy poses with the trophy after Australia retained the Ashes, England vs Australia, 3rd ODI, Women's Ashes, Taunton, July 18, 2023","credit":"Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/364300/364310.14.jpg","WIDE":"/lsci/db/PICTURES/CMS/364300/364310.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/364300/364310.10.jpg"}},"type":"PAGE","countryCodes":[],"page":{"id":32,"objectId":211271,"slug":"icc-rankings-test-odi-t20-women-odi-t20","name":"iccteamrankings","title":"ICC rankings - Test, ODI, T20 \u0026 Women ODI, T20","subTitle":"Team rankings","typeId":3,"publishedAt":"2024-03-01"}}],"testTeams":[{"id":40,"objectId":40,"scribeId":40,"slug":"afghanistan","name":"Afghanistan","longName":"Afghanistan","abbreviation":"AFG","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381892.png","isCountry":true,"primaryColor":"#3f8108","image":{"id":381892,"objectId":1436341,"slug":"afghanistan-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381892.png","width":500,"height":500,"caption":"Afghanistan flag team logo","longCaption":"Afghanistan flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":40,"objectId":40,"name":"Afghanistan","shortName":"Afghanistan","abbreviation":"AFG","slug":"afghanistan"}},{"id":2,"objectId":2,"scribeId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","isCountry":true,"primaryColor":"#f3f702","image":{"id":340493,"objectId":1318684,"slug":"australia-team-flag-latest","url":"/lsci/db/PICTURES/CMS/340400/340493.png","width":500,"height":500,"caption":"Australia team flag-latest","longCaption":"Australia team flag-latest","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"}},{"id":25,"objectId":25,"scribeId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","isCountry":true,"primaryColor":"#ed3507","image":{"id":341456,"objectId":1321180,"slug":"bangladesh-latest-team-flag","url":"/lsci/db/PICTURES/CMS/341400/341456.png","width":500,"height":500,"caption":"Bangladesh latest-team flag","longCaption":"Bangladesh latest-team flag","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"}},{"id":1,"objectId":1,"scribeId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","isCountry":true,"primaryColor":"#0673c1","image":{"id":381894,"objectId":1436346,"slug":"england-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381894.png","width":500,"height":500,"caption":"England flag team logo","longCaption":"England flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"}},{"id":6,"objectId":6,"scribeId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","isCountry":true,"primaryColor":"#050ceb","image":{"id":381895,"objectId":1436347,"slug":"india-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381895.png","width":500,"height":500,"caption":"India flag team logo","longCaption":"India flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"}},{"id":29,"objectId":29,"scribeId":29,"slug":"ireland","name":"Ireland","longName":"Ireland","abbreviation":"IRE","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313100/313149.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313149,"objectId":1241608,"slug":"ireland-logo","url":"/lsci/db/PICTURES/CMS/313100/313149.logo.png","width":500,"height":500,"caption":"Ireland logo","longCaption":"Ireland logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":29,"objectId":29,"name":"Ireland","shortName":"Ireland","abbreviation":"IRE","slug":"ireland"}},{"id":5,"objectId":5,"scribeId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","isCountry":true,"primaryColor":"#b7c0c8","image":{"id":340505,"objectId":1318717,"slug":"new-zealand-team-flag-latest","url":"/lsci/db/PICTURES/CMS/340500/340505.png","width":500,"height":500,"caption":"New Zealand team flag-latest","longCaption":"New Zealand team flag-latest","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"}},{"id":7,"objectId":7,"scribeId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","isCountry":true,"primaryColor":"#07df52","image":{"id":381891,"objectId":1436340,"slug":"pakistan-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381891.png","width":500,"height":500,"caption":"Pakistan flag team logo","longCaption":"Pakistan flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"}},{"id":3,"objectId":3,"scribeId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","isCountry":true,"primaryColor":"#ace411","image":{"id":382733,"objectId":1438445,"slug":"south-africa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382700/382733.png","width":500,"height":500,"caption":"South Africa flag team logo","longCaption":"South Africa flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},{"id":8,"objectId":8,"scribeId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","isCountry":true,"primaryColor":"#203d89","image":{"id":340047,"objectId":1316921,"slug":"sri-lanka-team-flag","url":"/lsci/db/PICTURES/CMS/340000/340047.png","width":500,"height":500,"caption":"Sri Lanka team flag","longCaption":"Sri Lanka team flag","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"}},{"id":4,"objectId":4,"scribeId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","isCountry":true,"primaryColor":"#790d1a","image":{"id":317615,"objectId":1254181,"slug":"west-indies-team-logo","url":"/lsci/db/PICTURES/CMS/317600/317615.png","width":500,"height":500,"caption":"West Indies team logo","longCaption":"West Indies team logo","credit":"West Indies Cricket","photographer":null,"peerUrls":null},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"}},{"id":9,"objectId":9,"scribeId":9,"slug":"zimbabwe","name":"Zimbabwe","longName":"Zimbabwe","abbreviation":"ZIM","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/340500/340503.png","isCountry":true,"primaryColor":"#d04037","image":{"id":340503,"objectId":1318712,"slug":"zimbabwe-team-flag-latest","url":"/lsci/db/PICTURES/CMS/340500/340503.png","width":500,"height":500,"caption":"Zimbabwe team flag-latest","longCaption":"Zimbabwe team flag-latest","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":9,"objectId":9,"name":"Zimbabwe","shortName":"Zimbabwe","abbreviation":"ZIM","slug":"zimbabwe"}}],"odiTeams":[{"id":12,"objectId":12,"scribeId":12,"slug":"bermuda","name":"Bermuda","longName":"Bermuda","abbreviation":"BER","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383900/383967.png","isCountry":true,"primaryColor":"#2b12e2","image":{"id":383967,"objectId":1441414,"slug":"bermuda-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383900/383967.png","width":500,"height":500,"caption":"Bermuda flag team logo","longCaption":"Bermuda flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":12,"objectId":12,"name":"Bermuda","shortName":"Bermuda","abbreviation":"BER","slug":"bermuda"}},{"id":17,"objectId":17,"scribeId":17,"slug":"canada","name":"Canada","longName":"Canada","abbreviation":"CAN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381855.png","isCountry":true,"primaryColor":"#d70909","image":{"id":381855,"objectId":1436277,"slug":"canada-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381855.png","width":500,"height":500,"caption":"Canada flag team logo","longCaption":"Canada flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":17,"objectId":17,"name":"Canada","shortName":"Canada","abbreviation":"CAN","slug":"canada"}},{"id":14,"objectId":14,"scribeId":14,"slug":"east-and-central-africa","name":"E\u0026C Africa","longName":"East (and Central) Africa","abbreviation":"E\u0026CA","unofficialName":null,"imageUrl":null,"isCountry":true,"primaryColor":null,"image":null,"country":{"id":14,"objectId":14,"name":"East (and Central) Africa","shortName":"E\u0026C Africa","abbreviation":"E\u0026CA","slug":"east-and-central-africa"}},{"id":19,"objectId":19,"scribeId":19,"slug":"hong-kong","name":"Hong Kong","longName":"Hong Kong","abbreviation":"HKG","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383100/383120.png","isCountry":true,"primaryColor":null,"image":{"id":383120,"objectId":1439304,"slug":"hong-kong-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383100/383120.png","width":500,"height":500,"caption":"Hong Kong flag team logo","longCaption":"Hong Kong flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":19,"objectId":19,"name":"Hong Kong","shortName":"Hong Kong","abbreviation":"HKG","slug":"hong-kong"}},{"id":4083,"objectId":218211,"scribeId":218211,"slug":"jersey","name":"Jersey","longName":"Jersey","abbreviation":"JER","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383000/383046.png","isCountry":true,"primaryColor":null,"image":{"id":383046,"objectId":1439165,"slug":"jersey-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383000/383046.png","width":500,"height":500,"caption":"Jersey flag team logo","longCaption":"Jersey flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":4083,"objectId":218211,"name":"Jersey","shortName":"Jersey","abbreviation":"JER","slug":"jersey"}},{"id":26,"objectId":26,"scribeId":26,"slug":"kenya","name":"Kenya","longName":"Kenya","abbreviation":"KENYA","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313146.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313146,"objectId":1241605,"slug":"kenya-logo","url":"/lsci/db/PICTURES/CMS/313100/313146.logo.png","width":500,"height":500,"caption":"Kenya logo","longCaption":"Kenya logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":26,"objectId":26,"name":"Kenya","shortName":"Kenya","abbreviation":"KENYA","slug":"kenya"}},{"id":28,"objectId":28,"scribeId":28,"slug":"namibia","name":"Namibia","longName":"Namibia","abbreviation":"NAM","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381857.png","isCountry":true,"primaryColor":null,"image":{"id":381857,"objectId":1436280,"slug":"namibia-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381857.png","width":500,"height":500,"caption":"Namibia flag team logo","longCaption":"Namibia flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":28,"objectId":28,"name":"Namibia","shortName":"Namibia","abbreviation":"NAM","slug":"namibia"}},{"id":32,"objectId":33,"scribeId":33,"slug":"nepal","name":"Nepal","longName":"Nepal","abbreviation":"NEP","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/319900/319958.png","isCountry":true,"primaryColor":null,"image":{"id":319958,"objectId":1260247,"slug":"nepal-team-logo","url":"/lsci/db/PICTURES/CMS/319900/319958.png","width":500,"height":500,"caption":"Nepal team logo","longCaption":"Nepal team logo","credit":"Unknown","photographer":null,"peerUrls":null},"country":{"id":32,"objectId":33,"name":"Nepal","shortName":"Nepal","abbreviation":"NEP","slug":"nepal"}},{"id":15,"objectId":15,"scribeId":15,"slug":"netherlands","name":"Netherlands","longName":"Netherlands","abbreviation":"NED","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381893.png","isCountry":true,"primaryColor":"#f49b1f","image":{"id":381893,"objectId":1436344,"slug":"netherlands-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381893.png","width":500,"height":500,"caption":"Netherlands flag team logo","longCaption":"Netherlands flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":15,"objectId":15,"name":"Netherlands","shortName":"Netherlands","abbreviation":"NED","slug":"netherlands"}},{"id":37,"objectId":37,"scribeId":37,"slug":"oman","name":"Oman","longName":"Oman","abbreviation":"OMA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381858.png","isCountry":true,"primaryColor":null,"image":{"id":381858,"objectId":1436281,"slug":"oman-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381858.png","width":500,"height":500,"caption":"Oman flag team logo","longCaption":"Oman flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":37,"objectId":37,"name":"Oman","shortName":"Oman","abbreviation":"OMA","slug":"oman"}},{"id":20,"objectId":20,"scribeId":20,"slug":"papua-new-guinea","name":"P.N.G.","longName":"Papua New Guinea","abbreviation":"PNG","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383200/383206.png","isCountry":true,"primaryColor":null,"image":{"id":383206,"objectId":1439477,"slug":"png-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383200/383206.png","width":500,"height":500,"caption":"PNG flag team logo","longCaption":"PNG flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":20,"objectId":20,"name":"Papua New Guinea","shortName":"P.N.G.","abbreviation":"PNG","slug":"papua-new-guinea"}},{"id":30,"objectId":30,"scribeId":30,"slug":"scotland","name":"Scotland","longName":"Scotland","abbreviation":"SCOT","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313100/313150.logo.png","isCountry":true,"primaryColor":"#90d091","image":{"id":313150,"objectId":1241609,"slug":"scotland-logo","url":"/lsci/db/PICTURES/CMS/313100/313150.logo.png","width":500,"height":500,"caption":"Scotland logo","longCaption":"Scotland logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":30,"objectId":30,"name":"Scotland","shortName":"Scotland","abbreviation":"SCOT","slug":"scotland"}},{"id":27,"objectId":27,"scribeId":27,"slug":"united-arab-emirates","name":"U.A.E.","longName":"United Arab Emirates","abbreviation":"UAE","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382100/382186.png","isCountry":true,"primaryColor":null,"image":{"id":382186,"objectId":1437030,"slug":"uae-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382100/382186.png","width":500,"height":500,"caption":"UAE flag team logo","longCaption":"UAE flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},{"id":11,"objectId":11,"scribeId":11,"slug":"united-states-of-america","name":"U.S.A.","longName":"United States of America","abbreviation":"USA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381853.png","isCountry":true,"primaryColor":null,"image":{"id":381853,"objectId":1436275,"slug":"usa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381853.png","width":500,"height":500,"caption":"USA flag team logo","longCaption":"USA flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":11,"objectId":11,"name":"United States of America","shortName":"U.S.A.","abbreviation":"USA","slug":"united-states-of-america"}}],"otherTeams":[{"id":21,"objectId":21,"scribeId":21,"slug":"argentina","name":"Argentina","longName":"Argentina","abbreviation":"Arg","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313142.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313142,"objectId":1241601,"slug":"argentina-logo","url":"/lsci/db/PICTURES/CMS/313100/313142.logo.png","width":500,"height":500,"caption":"Argentina logo","longCaption":"Argentina logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":21,"objectId":21,"name":"Argentina","shortName":"Argentina","abbreviation":"Arg","slug":"argentina"}},{"id":41,"objectId":41,"scribeId":41,"slug":"austria","name":"Austria","longName":"Austria","abbreviation":"Aut","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382600/382657.png","isCountry":true,"primaryColor":null,"image":{"id":382657,"objectId":1438256,"slug":"austria-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382600/382657.png","width":500,"height":500,"caption":"Austria flag team logo","longCaption":"Austria flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":41,"objectId":41,"name":"Austria","shortName":"Austria","abbreviation":"Aut","slug":"austria"}},{"id":111,"objectId":60,"scribeId":60,"slug":"bahamas","name":"Bahamas","longName":"Bahamas","abbreviation":"Bhm","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313170.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313170,"objectId":1241629,"slug":"bahamas-logo","url":"/lsci/db/PICTURES/CMS/313100/313170.logo.png","width":500,"height":500,"caption":"Bahamas logo","longCaption":"Bahamas logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":111,"objectId":60,"name":"Bahamas","shortName":"Bahamas","abbreviation":"Bhm","slug":"bahamas"}},{"id":108,"objectId":57,"scribeId":57,"slug":"bahrain","name":"Bahrain","longName":"Bahrain","abbreviation":"BHR","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383900/383965.png","isCountry":true,"primaryColor":null,"image":{"id":383965,"objectId":1441412,"slug":"bahrain-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383900/383965.png","width":500,"height":500,"caption":"Bahrain flag team logo","longCaption":"Bahrain flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":108,"objectId":57,"name":"Bahrain","shortName":"Bahrain","abbreviation":"BHR","slug":"bahrain"}},{"id":42,"objectId":42,"scribeId":42,"slug":"belgium","name":"Belgium","longName":"Belgium","abbreviation":"Belg","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313162.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313162,"objectId":1241621,"slug":"belgium-logo","url":"/lsci/db/PICTURES/CMS/313100/313162.logo.png","width":500,"height":500,"caption":"Belgium logo","longCaption":"Belgium logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":42,"objectId":42,"name":"Belgium","shortName":"Belgium","abbreviation":"Belg","slug":"belgium"}},{"id":115,"objectId":64,"scribeId":64,"slug":"belize","name":"Belize","longName":"Belize","abbreviation":"Blz","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313173.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313173,"objectId":1241632,"slug":"belize-logo","url":"/lsci/db/PICTURES/CMS/313100/313173.logo.png","width":500,"height":500,"caption":"Belize logo","longCaption":"Belize logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":115,"objectId":64,"name":"Belize","shortName":"Belize","abbreviation":"Blz","slug":"belize"}},{"id":112,"objectId":61,"scribeId":61,"slug":"bhutan","name":"Bhutan","longName":"Bhutan","abbreviation":"BHU","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313171.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313171,"objectId":1241630,"slug":"bhutan-logo","url":"/lsci/db/PICTURES/CMS/313100/313171.logo.png","width":500,"height":500,"caption":"Bhutan logo","longCaption":"Bhutan logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":112,"objectId":61,"name":"Bhutan","shortName":"Bhutan","abbreviation":"BHU","slug":"bhutan"}},{"id":116,"objectId":65,"scribeId":65,"slug":"botswana","name":"Botswana","longName":"Botswana","abbreviation":"BOT","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313174.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313174,"objectId":1241633,"slug":"botswana-logo","url":"/lsci/db/PICTURES/CMS/313100/313174.logo.png","width":500,"height":500,"caption":"Botswana logo","longCaption":"Botswana logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":116,"objectId":65,"name":"Botswana","shortName":"Botswana","abbreviation":"BOT","slug":"botswana"}},{"id":117,"objectId":66,"scribeId":66,"slug":"brazil","name":"Brazil","longName":"Brazil","abbreviation":"BRA","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313175.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313175,"objectId":1241634,"slug":"brazil-logo","url":"/lsci/db/PICTURES/CMS/313100/313175.logo.png","width":500,"height":500,"caption":"Brazil logo","longCaption":"Brazil logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":117,"objectId":66,"name":"Brazil","shortName":"Brazil","abbreviation":"BRA","slug":"brazil"}},{"id":118,"objectId":67,"scribeId":67,"slug":"brunei","name":"Brunei","longName":"Brunei","abbreviation":"","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313176.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313176,"objectId":1241635,"slug":"brunei-logo","url":"/lsci/db/PICTURES/CMS/313100/313176.logo.png","width":500,"height":500,"caption":"Brunei logo","longCaption":"Brunei logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":118,"objectId":67,"name":"Brunei","shortName":"Brunei","abbreviation":null,"slug":"brunei"}},{"id":114,"objectId":63,"scribeId":63,"slug":"bulgaria","name":"Bulgaria","longName":"Bulgaria","abbreviation":"BUL","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313172.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313172,"objectId":1241631,"slug":"bulgaria-logo","url":"/lsci/db/PICTURES/CMS/313100/313172.logo.png","width":500,"height":500,"caption":"Bulgaria logo","longCaption":"Bulgaria logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":114,"objectId":63,"name":"Bulgaria","shortName":"Bulgaria","abbreviation":"BUL","slug":"bulgaria"}},{"id":43,"objectId":43,"scribeId":43,"slug":"burma","name":"Burma","longName":"Burma","abbreviation":"Burma","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313163.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313163,"objectId":1241622,"slug":"burma-logo","url":"/lsci/db/PICTURES/CMS/313100/313163.logo.png","width":500,"height":500,"caption":"Burma logo","longCaption":"Burma logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":43,"objectId":43,"name":"Burma","shortName":"Burma","abbreviation":"Burma","slug":"burma"}},{"id":39,"objectId":39,"scribeId":39,"slug":"cayman-islands","name":"Cayman","longName":"Cayman Islands","abbreviation":"CAY","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313100/313159.logo.png","isCountry":true,"primaryColor":"#e4d20c","image":{"id":313159,"objectId":1241618,"slug":"cayman-islands-logo","url":"/lsci/db/PICTURES/CMS/313100/313159.logo.png","width":500,"height":500,"caption":"Cayman Islands logo","longCaption":"Cayman Islands logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":39,"objectId":39,"name":"Cayman Islands","shortName":"Cayman","abbreviation":"CAY","slug":"cayman-islands"}},{"id":44,"objectId":44,"scribeId":44,"slug":"chile","name":"Chile","longName":"Chile","abbreviation":"Chile","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313164.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313164,"objectId":1241623,"slug":"chile-logo","url":"/lsci/db/PICTURES/CMS/313100/313164.logo.png","width":500,"height":500,"caption":"Chile logo","longCaption":"Chile logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":44,"objectId":44,"name":"Chile","shortName":"Chile","abbreviation":"Chile","slug":"chile"}},{"id":121,"objectId":70,"scribeId":70,"slug":"china","name":"China","longName":"China","abbreviation":"CHN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383900/383962.png","isCountry":true,"primaryColor":null,"image":{"id":383962,"objectId":1441409,"slug":"china-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383900/383962.png","width":500,"height":500,"caption":"China flag team logo","longCaption":"China flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":121,"objectId":70,"name":"China","shortName":"China","abbreviation":"CHN","slug":"china"}},{"id":6557,"objectId":1156232,"scribeId":1156232,"slug":"colombia","name":"Colombia","longName":"Colombia","abbreviation":"Col","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/369200/369244.png","isCountry":true,"primaryColor":null,"image":{"id":369244,"objectId":1403738,"slug":"colombia-team-flag","url":"/lsci/db/PICTURES/CMS/369200/369244.png","width":500,"height":500,"caption":"Colombia team flag","longCaption":"Colombia team flag","credit":"Unknown","photographer":null,"peerUrls":null},"country":{"id":6557,"objectId":1156232,"name":"Colombia","shortName":"Colombia","abbreviation":"Col","slug":"colombia"}},{"id":4082,"objectId":218210,"scribeId":218210,"slug":"costa-rica","name":"Costa Rica","longName":"Costa Rica","abbreviation":"CRC","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313300/313383.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313383,"objectId":1241842,"slug":"costa-rica-logo","url":"/lsci/db/PICTURES/CMS/313300/313383.logo.png","width":500,"height":500,"caption":"Costa Rica logo","longCaption":"Costa Rica logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":4082,"objectId":218210,"name":"Costa Rica","shortName":"Costa Rica","abbreviation":"CRC","slug":"costa-rica"}},{"id":123,"objectId":72,"scribeId":72,"slug":"croatia","name":"Croatia","longName":"Croatia","abbreviation":"CRT","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383000/383041.png","isCountry":true,"primaryColor":null,"image":{"id":383041,"objectId":1439158,"slug":"croatia-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383000/383041.png","width":500,"height":500,"caption":"Croatia flag team logo","longCaption":"Croatia flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":123,"objectId":72,"name":"Croatia","shortName":"Croatia","abbreviation":"CRT","slug":"croatia"}},{"id":120,"objectId":69,"scribeId":69,"slug":"cuba","name":"Cuba","longName":"Cuba","abbreviation":"Cuba","unofficialName":null,"imageUrl":null,"isCountry":true,"primaryColor":null,"image":null,"country":{"id":120,"objectId":69,"name":"Cuba","shortName":"Cuba","abbreviation":"Cuba","slug":"cuba"}},{"id":125,"objectId":74,"scribeId":74,"slug":"cyprus","name":"Cyprus","longName":"Cyprus","abbreviation":"CYP","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383000/383068.png","isCountry":true,"primaryColor":null,"image":{"id":383068,"objectId":1439215,"slug":"cyprus-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383000/383068.png","width":500,"height":500,"caption":"Cyprus flag team logo","longCaption":"Cyprus flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":125,"objectId":74,"name":"Cyprus","shortName":"Cyprus","abbreviation":"CYP","slug":"cyprus"}},{"id":126,"objectId":75,"scribeId":75,"slug":"czech-republic","name":"Czech Rep.","longName":"Czech Republic","abbreviation":"CZK-R","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383000/383044.png","isCountry":true,"primaryColor":null,"image":{"id":383044,"objectId":1439161,"slug":"czech-republic-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383000/383044.png","width":500,"height":500,"caption":"Czech Republic flag team logo","longCaption":"Czech Republic flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":126,"objectId":75,"name":"Czech Republic","shortName":"Czech Rep.","abbreviation":"CZK-R","slug":"czech-republic"}},{"id":13,"objectId":13,"scribeId":13,"slug":"denmark","name":"Denmark","longName":"Denmark","abbreviation":"DEN","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313135.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313135,"objectId":1241594,"slug":"denmark-logo","url":"/lsci/db/PICTURES/CMS/313100/313135.logo.png","width":500,"height":500,"caption":"Denmark logo","longCaption":"Denmark logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":13,"objectId":13,"name":"Denmark","shortName":"Denmark","abbreviation":"DEN","slug":"denmark"}},{"id":129,"objectId":78,"scribeId":78,"slug":"estonia","name":"Estonia","longName":"Estonia","abbreviation":"EST","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383000/383069.png","isCountry":true,"primaryColor":null,"image":{"id":383069,"objectId":1439216,"slug":"estonia-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383000/383069.png","width":500,"height":500,"caption":"Estonia flag team logo","longCaption":"Estonia flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":129,"objectId":78,"name":"Estonia","shortName":"Estonia","abbreviation":"EST","slug":"estonia"}},{"id":4253,"objectId":300710,"scribeId":300710,"slug":"eswatini","name":"Eswatini","longName":"Eswatini","abbreviation":"SWZ","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313400/313405.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313405,"objectId":1241864,"slug":"swaziland-logo","url":"/lsci/db/PICTURES/CMS/313400/313405.logo.png","width":500,"height":500,"caption":"Swaziland logo","longCaption":"Swaziland logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":4253,"objectId":300710,"name":"Eswatini","shortName":"Eswatini","abbreviation":"SWZ","slug":"eswatini"}},{"id":4251,"objectId":300708,"scribeId":300708,"slug":"falkland-islands","name":"Falkland Isl","longName":"Falkland Islands","abbreviation":"Falk","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313400/313404.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313404,"objectId":1241863,"slug":"falkland-islands-logo","url":"/lsci/db/PICTURES/CMS/313400/313404.logo.png","width":500,"height":500,"caption":"Falkland Islands logo","longCaption":"Falkland Islands logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":4251,"objectId":300708,"name":"Falkland Islands","shortName":"Falkland Isl","abbreviation":"Falk","slug":"falkland-islands"}},{"id":10,"objectId":10,"scribeId":10,"slug":"fiji","name":"Fiji","longName":"Fiji","abbreviation":"Fiji","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/386300/386356.png","isCountry":true,"primaryColor":null,"image":{"id":386356,"objectId":1448061,"slug":"fiji-flag-team-logo","url":"/lsci/db/PICTURES/CMS/386300/386356.png","width":500,"height":500,"caption":"Fiji flag team logo","longCaption":"Fiji flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":10,"objectId":10,"name":"Fiji","shortName":"Fiji","abbreviation":"Fiji","slug":"fiji"}},{"id":131,"objectId":80,"scribeId":80,"slug":"finland","name":"Finland","longName":"Finland","abbreviation":"FIN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383000/383045.png","isCountry":true,"primaryColor":null,"image":{"id":383045,"objectId":1439162,"slug":"finland-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383000/383045.png","width":500,"height":500,"caption":"Finland flag team logo","longCaption":"Finland flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":131,"objectId":80,"name":"Finland","shortName":"Finland","abbreviation":"FIN","slug":"finland"}},{"id":33,"objectId":34,"scribeId":34,"slug":"france","name":"France","longName":"France","abbreviation":"Fran","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383000/383036.png","isCountry":true,"primaryColor":null,"image":{"id":383036,"objectId":1439151,"slug":"france-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383000/383036.png","width":500,"height":500,"caption":"France flag team logo","longCaption":"France flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":33,"objectId":34,"name":"France","shortName":"France","abbreviation":"Fran","slug":"france"}},{"id":133,"objectId":82,"scribeId":82,"slug":"gambia","name":"Gambia","longName":"Gambia","abbreviation":"GMB","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/336900/336934.png","isCountry":true,"primaryColor":null,"image":{"id":336934,"objectId":1307947,"slug":"gambia-team-logo","url":"/lsci/db/PICTURES/CMS/336900/336934.png","width":500,"height":500,"caption":"Gambia team logo","longCaption":"Gambia team logo","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":133,"objectId":82,"name":"Gambia","shortName":"Gambia","abbreviation":"GMB","slug":"gambia"}},{"id":35,"objectId":36,"scribeId":36,"slug":"germany","name":"Germany","longName":"Germany","abbreviation":"GER","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313155.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313155,"objectId":1241614,"slug":"germany-logo","url":"/lsci/db/PICTURES/CMS/313100/313155.logo.png","width":500,"height":500,"caption":"Germany logo","longCaption":"Germany logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":35,"objectId":36,"name":"Germany","shortName":"Germany","abbreviation":"GER","slug":"germany"}},{"id":135,"objectId":84,"scribeId":84,"slug":"ghana","name":"Ghana","longName":"Ghana","abbreviation":"GHA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313100/313184.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313184,"objectId":1241643,"slug":"ghana-logo","url":"/lsci/db/PICTURES/CMS/313100/313184.logo.png","width":500,"height":500,"caption":"Ghana logo","longCaption":"Ghana logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":135,"objectId":84,"name":"Ghana","shortName":"Ghana","abbreviation":"GHA","slug":"ghana"}},{"id":18,"objectId":18,"scribeId":18,"slug":"gibraltar","name":"Gibraltar","longName":"Gibraltar","abbreviation":"GIBR","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383000/383042.png","isCountry":true,"primaryColor":null,"image":{"id":383042,"objectId":1439159,"slug":"gibraltar-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383000/383042.png","width":500,"height":500,"caption":"Gibraltar flag team logo","longCaption":"Gibraltar flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":18,"objectId":18,"name":"Gibraltar","shortName":"Gibraltar","abbreviation":"GIBR","slug":"gibraltar"}},{"id":137,"objectId":86,"scribeId":86,"slug":"greece","name":"Greece","longName":"Greece","abbreviation":"GRC","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313185.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313185,"objectId":1241644,"slug":"greece-logo","url":"/lsci/db/PICTURES/CMS/313100/313185.logo.png","width":500,"height":500,"caption":"Greece logo","longCaption":"Greece logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":137,"objectId":86,"name":"Greece","shortName":"Greece","abbreviation":"GRC","slug":"greece"}},{"id":1094,"objectId":1043,"scribeId":1043,"slug":"guernsey","name":"Guernsey","longName":"Guernsey","abbreviation":"GUE","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313266.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313266,"objectId":1241725,"slug":"guernsey-logo","url":"/lsci/db/PICTURES/CMS/313200/313266.logo.png","width":500,"height":500,"caption":"Guernsey logo","longCaption":"Guernsey logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":1094,"objectId":1043,"name":"Guernsey","shortName":"Guernsey","abbreviation":"GUE","slug":"guernsey"}},{"id":139,"objectId":88,"scribeId":88,"slug":"hungary","name":"Hungary","longName":"Hungary","abbreviation":"HUN","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313186.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313186,"objectId":1241645,"slug":"hungary-logo","url":"/lsci/db/PICTURES/CMS/313100/313186.logo.png","width":500,"height":500,"caption":"Hungary logo","longCaption":"Hungary logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":139,"objectId":88,"name":"Hungary","shortName":"Hungary","abbreviation":"HUN","slug":"hungary"}},{"id":150,"objectId":99,"scribeId":99,"slug":"iceland","name":"Iceland","longName":"Iceland","abbreviation":"ICELD","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313190.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313190,"objectId":1241649,"slug":"iceland-logo","url":"/lsci/db/PICTURES/CMS/313100/313190.logo.png","width":500,"height":500,"caption":"Iceland logo","longCaption":"Iceland logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":150,"objectId":99,"name":"Iceland","shortName":"Iceland","abbreviation":"ICELD","slug":"iceland"}},{"id":142,"objectId":91,"scribeId":91,"slug":"indonesia","name":"Indonesia","longName":"Indonesia","abbreviation":"INA","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313187.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313187,"objectId":1241646,"slug":"indonesia-logo","url":"/lsci/db/PICTURES/CMS/313100/313187.logo.png","width":500,"height":500,"caption":"Indonesia logo","longCaption":"Indonesia logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":142,"objectId":91,"name":"Indonesia","shortName":"Indonesia","abbreviation":"INA","slug":"indonesia"}},{"id":148,"objectId":97,"scribeId":97,"slug":"iran","name":"Iran","longName":"Iran","abbreviation":"Iran","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313189.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313189,"objectId":1241648,"slug":"iran-logo","url":"/lsci/db/PICTURES/CMS/313100/313189.logo.png","width":500,"height":500,"caption":"Iran logo","longCaption":"Iran logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":148,"objectId":97,"name":"Iran","shortName":"Iran","abbreviation":"Iran","slug":"iran"}},{"id":147,"objectId":96,"scribeId":96,"slug":"isle-of-man","name":"Isle of Man","longName":"Isle of Man","abbreviation":"IOM","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383000/383040.png","isCountry":true,"primaryColor":null,"image":{"id":383040,"objectId":1439157,"slug":"isle-of-man-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383000/383040.png","width":500,"height":500,"caption":"Isle of Man flag team logo","longCaption":"Isle of Man flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":147,"objectId":96,"name":"Isle of Man","shortName":"Isle of Man","abbreviation":"IOM","slug":"isle-of-man"}},{"id":22,"objectId":22,"scribeId":22,"slug":"israel","name":"Israel","longName":"Israel","abbreviation":"ISR","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382600/382658.png","isCountry":true,"primaryColor":null,"image":{"id":382658,"objectId":1438268,"slug":"israel-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382600/382658.png","width":500,"height":500,"caption":"Israel flag team logo","longCaption":"Israel flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":22,"objectId":22,"name":"Israel","shortName":"Israel","abbreviation":"ISR","slug":"israel"}},{"id":31,"objectId":31,"scribeId":31,"slug":"italy","name":"Italy","longName":"Italy","abbreviation":"ITA","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313151.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313151,"objectId":1241610,"slug":"italy-logo","url":"/lsci/db/PICTURES/CMS/313100/313151.logo.png","width":500,"height":500,"caption":"Italy logo","longCaption":"Italy logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":31,"objectId":31,"name":"Italy","shortName":"Italy","abbreviation":"ITA","slug":"italy"}},{"id":36,"objectId":32,"scribeId":32,"slug":"japan","name":"Japan","longName":"Japan","abbreviation":"JPN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/360500/360559.png","isCountry":true,"primaryColor":null,"image":{"id":360559,"objectId":1378022,"slug":"japan-flag-team-logo","url":"/lsci/db/PICTURES/CMS/360500/360559.png","width":500,"height":500,"caption":"Japan flag team logo","longCaption":"Japan flag team logo","credit":"Unknown","photographer":null,"peerUrls":null},"country":{"id":36,"objectId":32,"name":"Japan","shortName":"Japan","abbreviation":"JPN","slug":"japan"}},{"id":38,"objectId":38,"scribeId":38,"slug":"kuwait","name":"Kuwait","longName":"Kuwait","abbreviation":"KUW","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383900/383963.png","isCountry":true,"primaryColor":null,"image":{"id":383963,"objectId":1441410,"slug":"kuwait-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383900/383963.png","width":500,"height":500,"caption":"Kuwait flag team logo","longCaption":"Kuwait flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":38,"objectId":38,"name":"Kuwait","shortName":"Kuwait","abbreviation":"KUW","slug":"kuwait"}},{"id":159,"objectId":108,"scribeId":108,"slug":"lesotho","name":"Lesotho","longName":"Lesotho","abbreviation":"LES","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313192.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313192,"objectId":1241651,"slug":"lesotho-logo","url":"/lsci/db/PICTURES/CMS/313100/313192.logo.png","width":500,"height":500,"caption":"Lesotho logo","longCaption":"Lesotho logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":159,"objectId":108,"name":"Lesotho","shortName":"Lesotho","abbreviation":"LES","slug":"lesotho"}},{"id":161,"objectId":110,"scribeId":110,"slug":"luxembourg","name":"Luxembourg","longName":"Luxembourg","abbreviation":"LUX","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313193.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313193,"objectId":1241652,"slug":"luxembourg-logo","url":"/lsci/db/PICTURES/CMS/313100/313193.logo.png","width":500,"height":500,"caption":"Luxembourg logo","longCaption":"Luxembourg logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":161,"objectId":110,"name":"Luxembourg","shortName":"Luxembourg","abbreviation":"LUX","slug":"luxembourg"}},{"id":169,"objectId":118,"scribeId":118,"slug":"malawi","name":"Malawi","longName":"Malawi","abbreviation":"MWI","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313196.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313196,"objectId":1241655,"slug":"malawi-logo","url":"/lsci/db/PICTURES/CMS/313100/313196.logo.png","width":500,"height":500,"caption":"Malawi logo","longCaption":"Malawi logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":169,"objectId":118,"name":"Malawi","shortName":"Malawi","abbreviation":"MWI","slug":"malawi"}},{"id":16,"objectId":16,"scribeId":16,"slug":"malaysia","name":"Malaysia","longName":"Malaysia","abbreviation":"MAS","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313100/313137.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313137,"objectId":1241596,"slug":"malaysia-logo","url":"/lsci/db/PICTURES/CMS/313100/313137.logo.png","width":500,"height":500,"caption":"Malaysia logo","longCaption":"Malaysia logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":16,"objectId":16,"name":"Malaysia","shortName":"Malaysia","abbreviation":"MAS","slug":"malaysia"}},{"id":164,"objectId":113,"scribeId":113,"slug":"maldives","name":"Maldives","longName":"Maldives","abbreviation":"MDV","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313100/313194.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313194,"objectId":1241653,"slug":"maldives-logo","url":"/lsci/db/PICTURES/CMS/313100/313194.logo.png","width":500,"height":500,"caption":"Maldives logo","longCaption":"Maldives logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":164,"objectId":113,"name":"Maldives","shortName":"Maldives","abbreviation":"MDV","slug":"maldives"}},{"id":45,"objectId":45,"scribeId":45,"slug":"malta","name":"Malta","longName":"Malta","abbreviation":"MLT","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383900/383972.png","isCountry":true,"primaryColor":null,"image":{"id":383972,"objectId":1441421,"slug":"malta-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383900/383972.png","width":500,"height":500,"caption":"Malta flag team logo","longCaption":"Malta flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":45,"objectId":45,"name":"Malta","shortName":"Malta","abbreviation":"MLT","slug":"malta"}},{"id":162,"objectId":111,"scribeId":111,"slug":"mauritius","name":"Mauritius","longName":"Mauritius","abbreviation":"MAU","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/360600/360675.png","isCountry":true,"primaryColor":null,"image":{"id":360675,"objectId":1378526,"slug":"mauritius-flag-team-logo","url":"/lsci/db/PICTURES/CMS/360600/360675.png","width":500,"height":500,"caption":"Mauritius flag team logo","longCaption":"Mauritius flag team logo","credit":"Unknown","photographer":null,"peerUrls":null},"country":{"id":162,"objectId":111,"name":"Mauritius","shortName":"Mauritius","abbreviation":"MAU","slug":"mauritius"}},{"id":165,"objectId":114,"scribeId":114,"slug":"mexico","name":"Mexico","longName":"Mexico","abbreviation":"Mex","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/388900/388974.png","isCountry":true,"primaryColor":null,"image":{"id":388974,"objectId":1455094,"slug":"mexico-team-flag","url":"/lsci/db/PICTURES/CMS/388900/388974.png","width":500,"height":500,"caption":"Mexico team flag","longCaption":"Mexico team flag","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":165,"objectId":114,"name":"Mexico","shortName":"Mexico","abbreviation":"Mex","slug":"mexico"}},{"id":171,"objectId":120,"scribeId":120,"slug":"mozambique","name":"Mozambique","longName":"Mozambique","abbreviation":"MOZ","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313197.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313197,"objectId":1241656,"slug":"mozambique-logo","url":"/lsci/db/PICTURES/CMS/313100/313197.logo.png","width":500,"height":500,"caption":"Mozambique logo","longCaption":"Mozambique logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":171,"objectId":120,"name":"Mozambique","shortName":"Mozambique","abbreviation":"MOZ","slug":"mozambique"}},{"id":6411,"objectId":1116403,"scribeId":1116403,"slug":"myanmar","name":"Myanmar","longName":"Myanmar","abbreviation":"MYAN","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313500/313548.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313548,"objectId":1242007,"slug":"myanmar-logo","url":"/lsci/db/PICTURES/CMS/313500/313548.logo.png","width":500,"height":500,"caption":"Myanmar logo","longCaption":"Myanmar logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":6411,"objectId":1116403,"name":"Myanmar","shortName":"Myanmar","abbreviation":"MYAN","slug":"myanmar"}},{"id":173,"objectId":122,"scribeId":122,"slug":"nigeria","name":"Nigeria","longName":"Nigeria","abbreviation":"NGA","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313198.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313198,"objectId":1241657,"slug":"nigeria-logo","url":"/lsci/db/PICTURES/CMS/313100/313198.logo.png","width":500,"height":500,"caption":"Nigeria logo","longCaption":"Nigeria logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":173,"objectId":122,"name":"Nigeria","shortName":"Nigeria","abbreviation":"NGA","slug":"nigeria"}},{"id":175,"objectId":124,"scribeId":124,"slug":"norway","name":"Norway","longName":"Norway","abbreviation":"NOR","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313199.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313199,"objectId":1241658,"slug":"norway-logo","url":"/lsci/db/PICTURES/CMS/313100/313199.logo.png","width":500,"height":500,"caption":"Norway logo","longCaption":"Norway logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":175,"objectId":124,"name":"Norway","shortName":"Norway","abbreviation":"NOR","slug":"norway"}},{"id":183,"objectId":132,"scribeId":132,"slug":"panama","name":"Panama","longName":"Panama","abbreviation":"PAN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313200/313202.logo.png","isCountry":true,"primaryColor":"#c00c0c","image":{"id":313202,"objectId":1241661,"slug":"panama-logo","url":"/lsci/db/PICTURES/CMS/313200/313202.logo.png","width":500,"height":500,"caption":"Panama logo","longCaption":"Panama logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":183,"objectId":132,"name":"Panama","shortName":"Panama","abbreviation":"PAN","slug":"panama"}},{"id":178,"objectId":127,"scribeId":127,"slug":"peru","name":"Peru","longName":"Peru","abbreviation":"Peru","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313200.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313200,"objectId":1241659,"slug":"peru-logo","url":"/lsci/db/PICTURES/CMS/313200/313200.logo.png","width":500,"height":500,"caption":"Peru logo","longCaption":"Peru logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":178,"objectId":127,"name":"Peru","shortName":"Peru","abbreviation":"Peru","slug":"peru"}},{"id":179,"objectId":128,"scribeId":128,"slug":"philippines","name":"Philippines","longName":"Philippines","abbreviation":"PHI","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313201.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313201,"objectId":1241660,"slug":"philippines-logo","url":"/lsci/db/PICTURES/CMS/313200/313201.logo.png","width":500,"height":500,"caption":"Philippines logo","longCaption":"Philippines logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":179,"objectId":128,"name":"Philippines","shortName":"Philippines","abbreviation":"PHI","slug":"philippines"}},{"id":185,"objectId":134,"scribeId":134,"slug":"portugal","name":"Portugal","longName":"Portugal","abbreviation":"PORT","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383000/383038.png","isCountry":true,"primaryColor":null,"image":{"id":383038,"objectId":1439154,"slug":"portugal-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383000/383038.png","width":500,"height":500,"caption":"Portugal flag team logo","longCaption":"Portugal flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":185,"objectId":134,"name":"Portugal","shortName":"Portugal","abbreviation":"PORT","slug":"portugal"}},{"id":187,"objectId":136,"scribeId":136,"slug":"qatar","name":"Qatar","longName":"Qatar","abbreviation":"QAT","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383900/383966.png","isCountry":true,"primaryColor":null,"image":{"id":383966,"objectId":1441413,"slug":"qatar-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383900/383966.png","width":500,"height":500,"caption":"Qatar flag team logo","longCaption":"Qatar flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":187,"objectId":136,"name":"Qatar","shortName":"Qatar","abbreviation":"QAT","slug":"qatar"}},{"id":188,"objectId":137,"scribeId":137,"slug":"romania","name":"Romania","longName":"Romania","abbreviation":"ROM","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313205.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313205,"objectId":1241664,"slug":"romania-logo","url":"/lsci/db/PICTURES/CMS/313200/313205.logo.png","width":500,"height":500,"caption":"Romania logo","longCaption":"Romania logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":188,"objectId":137,"name":"Romania","shortName":"Romania","abbreviation":"ROM","slug":"romania"}},{"id":191,"objectId":140,"scribeId":140,"slug":"rwanda","name":"Rwanda","longName":"Rwanda","abbreviation":"RWN","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313206.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313206,"objectId":1241665,"slug":"rwanda-logo","url":"/lsci/db/PICTURES/CMS/313200/313206.logo.png","width":500,"height":500,"caption":"Rwanda logo","longCaption":"Rwanda logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":191,"objectId":140,"name":"Rwanda","shortName":"Rwanda","abbreviation":"RWN","slug":"rwanda"}},{"id":192,"objectId":141,"scribeId":141,"slug":"samoa","name":"Samoa","longName":"Samoa","abbreviation":"Samoa","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/386300/386357.png","isCountry":true,"primaryColor":null,"image":{"id":386357,"objectId":1448062,"slug":"samoa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/386300/386357.png","width":500,"height":500,"caption":"Samoa flag team logo","longCaption":"Samoa flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":192,"objectId":141,"name":"Samoa","shortName":"Samoa","abbreviation":"Samoa","slug":"samoa"}},{"id":154,"objectId":103,"scribeId":103,"slug":"saudi-arabia","name":"Saudi Arabia","longName":"Saudi Arabia","abbreviation":"KSA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383900/383973.png","isCountry":true,"primaryColor":null,"image":{"id":383973,"objectId":1441422,"slug":"saudi-arabia-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383900/383973.png","width":500,"height":500,"caption":"Saudi Arabia flag team logo","longCaption":"Saudi Arabia flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":154,"objectId":103,"name":"Saudi Arabia","shortName":"Saudi Arabia","abbreviation":"KSA","slug":"saudi-arabia"}},{"id":194,"objectId":143,"scribeId":143,"slug":"seychelles","name":"Seychelles","longName":"Seychelles","abbreviation":"SEY","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313208.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313208,"objectId":1241667,"slug":"seychelles-logo","url":"/lsci/db/PICTURES/CMS/313200/313208.logo.png","width":500,"height":500,"caption":"Seychelles logo","longCaption":"Seychelles logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":194,"objectId":143,"name":"Seychelles","shortName":"Seychelles","abbreviation":"SEY","slug":"seychelles"}},{"id":196,"objectId":145,"scribeId":145,"slug":"sierra-leone","name":"Sierra Leone","longName":"Sierra Leone","abbreviation":"SLE","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/326800/326874.png","isCountry":true,"primaryColor":null,"image":{"id":326874,"objectId":1276409,"slug":"sierra-leone-team-flag","url":"/lsci/db/PICTURES/CMS/326800/326874.png","width":500,"height":500,"caption":"Sierra Leone team flag","longCaption":"Sierra Leone team flag","credit":"Unknown","photographer":null,"peerUrls":null},"country":{"id":196,"objectId":145,"name":"Sierra Leone","shortName":"Sierra Leone","abbreviation":"SLE","slug":"sierra-leone"}},{"id":23,"objectId":23,"scribeId":23,"slug":"singapore","name":"Singapore","longName":"Singapore","abbreviation":"SGP","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/390500/390512.png","isCountry":true,"primaryColor":null,"image":{"id":390512,"objectId":1458707,"slug":"singapore-flag-team-logo","url":"/lsci/db/PICTURES/CMS/390500/390512.png","width":500,"height":500,"caption":"Singapore flag team logo","longCaption":"Singapore flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":23,"objectId":23,"name":"Singapore","shortName":"Singapore","abbreviation":"SGP","slug":"singapore"}},{"id":197,"objectId":146,"scribeId":146,"slug":"slovenia","name":"Slovenia","longName":"Slovenia","abbreviation":"SVN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/384600/384621.jpg","isCountry":true,"primaryColor":null,"image":{"id":384621,"objectId":1442827,"slug":"slovenia-flag-team-logo","url":"/lsci/db/PICTURES/CMS/384600/384621.jpg","width":500,"height":500,"caption":"Slovenia flag team logo","longCaption":"Slovenia flag team logo","credit":"Wikipedia","photographer":null,"peerUrls":null},"country":{"id":197,"objectId":146,"name":"Slovenia","shortName":"Slovenia","abbreviation":"SVN","slug":"slovenia"}},{"id":195,"objectId":144,"scribeId":144,"slug":"south-korea","name":"South Korea","longName":"South Korea","abbreviation":"SKOR","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313209.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313209,"objectId":1241668,"slug":"south-korea-logo","url":"/lsci/db/PICTURES/CMS/313200/313209.logo.png","width":500,"height":500,"caption":"South Korea logo","longCaption":"South Korea logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":195,"objectId":144,"name":"South Korea","shortName":"South Korea","abbreviation":"SKOR","slug":"south-korea"}},{"id":200,"objectId":149,"scribeId":149,"slug":"spain","name":"Spain","longName":"Spain","abbreviation":"ESP","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313211.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313211,"objectId":1241670,"slug":"spain-logo","url":"/lsci/db/PICTURES/CMS/313200/313211.logo.png","width":500,"height":500,"caption":"Spain logo","longCaption":"Spain logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":200,"objectId":149,"name":"Spain","shortName":"Spain","abbreviation":"ESP","slug":"spain"}},{"id":201,"objectId":150,"scribeId":150,"slug":"st-helena","name":"St Helena","longName":"St Helena","abbreviation":"STHEL","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/349300/349385.png","isCountry":true,"primaryColor":null,"image":{"id":349385,"objectId":1345336,"slug":"st-helena-team-flag-latest","url":"/lsci/db/PICTURES/CMS/349300/349385.png","width":500,"height":500,"caption":"St Helena team flag latest","longCaption":"St Helena team flag latest","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":201,"objectId":150,"name":"St Helena","shortName":"St Helena","abbreviation":"STHEL","slug":"st-helena"}},{"id":202,"objectId":151,"scribeId":151,"slug":"suriname","name":"Suriname","longName":"Suriname","abbreviation":"Sur","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313213.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313213,"objectId":1241672,"slug":"suriname-logo","url":"/lsci/db/PICTURES/CMS/313200/313213.logo.png","width":500,"height":500,"caption":"Suriname logo","longCaption":"Suriname logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":202,"objectId":151,"name":"Suriname","shortName":"Suriname","abbreviation":"Sur","slug":"suriname"}},{"id":204,"objectId":153,"scribeId":153,"slug":"sweden","name":"Sweden","longName":"Sweden","abbreviation":"SWE","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313214.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313214,"objectId":1241673,"slug":"sweden-logo","url":"/lsci/db/PICTURES/CMS/313200/313214.logo.png","width":500,"height":500,"caption":"Sweden logo","longCaption":"Sweden logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":204,"objectId":153,"name":"Sweden","shortName":"Sweden","abbreviation":"SWE","slug":"sweden"}},{"id":211,"objectId":160,"scribeId":160,"slug":"tanzania","name":"Tanzania","longName":"Tanzania","abbreviation":"TAN","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313219.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313219,"objectId":1241678,"slug":"tanzania-logo","url":"/lsci/db/PICTURES/CMS/313200/313219.logo.png","width":500,"height":500,"caption":"Tanzania logo","longCaption":"Tanzania logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":211,"objectId":160,"name":"Tanzania","shortName":"Tanzania","abbreviation":"TAN","slug":"tanzania"}},{"id":207,"objectId":156,"scribeId":156,"slug":"thailand","name":"Thailand","longName":"Thailand","abbreviation":"THA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313200/313217.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313217,"objectId":1241676,"slug":"thailand-logo","url":"/lsci/db/PICTURES/CMS/313200/313217.logo.png","width":500,"height":500,"caption":"Thailand logo","longCaption":"Thailand logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":207,"objectId":156,"name":"Thailand","shortName":"Thailand","abbreviation":"THA","slug":"thailand"}},{"id":209,"objectId":158,"scribeId":158,"slug":"turkey","name":"Turkey","longName":"Turkey","abbreviation":"TKY","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313218.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313218,"objectId":1241677,"slug":"turkey-logo","url":"/lsci/db/PICTURES/CMS/313200/313218.logo.png","width":500,"height":500,"caption":"Turkey logo","longCaption":"Turkey logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":209,"objectId":158,"name":"Turkey","shortName":"Turkey","abbreviation":"TKY","slug":"turkey"}},{"id":206,"objectId":155,"scribeId":155,"slug":"turks-and-caicos-islands","name":"Turks and C.","longName":"Turks and Caicos Islands","abbreviation":"TuCa","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313216.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313216,"objectId":1241675,"slug":"turks-and-caicos-islands-logo","url":"/lsci/db/PICTURES/CMS/313200/313216.logo.png","width":500,"height":500,"caption":"Turks and Caicos Islands logo","longCaption":"Turks and Caicos Islands logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":206,"objectId":155,"name":"Turks and Caicos Islands","shortName":"Turks and C.","abbreviation":"TuCa","slug":"turks-and-caicos-islands"}},{"id":34,"objectId":35,"scribeId":35,"slug":"uganda","name":"Uganda","longName":"Uganda","abbreviation":"UGA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381856.png","isCountry":true,"primaryColor":null,"image":{"id":381856,"objectId":1436279,"slug":"uganda-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381856.png","width":500,"height":500,"caption":"Uganda flag team logo","longCaption":"Uganda flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":34,"objectId":35,"name":"Uganda","shortName":"Uganda","abbreviation":"UGA","slug":"uganda"}},{"id":7124,"objectId":1403287,"scribeId":1403287,"slug":"uruguay","name":"Uruguay","longName":"Uruguay","abbreviation":"URU","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/369200/369245.png","isCountry":true,"primaryColor":null,"image":{"id":369245,"objectId":1403739,"slug":"uruguay-team-flag","url":"/lsci/db/PICTURES/CMS/369200/369245.png","width":500,"height":500,"caption":"Uruguay team flag","longCaption":"Uruguay team flag","credit":"Unknown","photographer":null,"peerUrls":null},"country":{"id":7124,"objectId":1403287,"name":"Uruguay","shortName":"Uruguay","abbreviation":"URU","slug":"uruguay"}},{"id":216,"objectId":165,"scribeId":165,"slug":"vanuatu","name":"Vanuatu","longName":"Vanuatu","abbreviation":"VAN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/386300/386358.png","isCountry":true,"primaryColor":null,"image":{"id":386358,"objectId":1448063,"slug":"vanuatu-flag-team-logo","url":"/lsci/db/PICTURES/CMS/386300/386358.png","width":500,"height":500,"caption":"Vanuatu flag team logo","longCaption":"Vanuatu flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":216,"objectId":165,"name":"Vanuatu","shortName":"Vanuatu","abbreviation":"VAN","slug":"vanuatu"}},{"id":215,"objectId":164,"scribeId":164,"slug":"vietnam","name":"Vietnam","longName":"Vietnam","abbreviation":"VIE","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313220.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313220,"objectId":1241679,"slug":"vietnam-logo","url":"/lsci/db/PICTURES/CMS/313200/313220.logo.png","width":500,"height":500,"caption":"Vietnam logo","longCaption":"Vietnam logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":215,"objectId":164,"name":"Vietnam","shortName":"Vietnam","abbreviation":"VIE","slug":"vietnam"}},{"id":1471,"objectId":1420,"scribeId":1420,"slug":"wales","name":"Wales","longName":"Wales","abbreviation":"Wales","unofficialName":null,"imageUrl":null,"isCountry":true,"primaryColor":null,"image":null,"country":{"id":1471,"objectId":1420,"name":"Wales","shortName":"Wales","abbreviation":"Wales","slug":"wales"}},{"id":48,"objectId":48,"scribeId":48,"slug":"zambia","name":"Zambia","longName":"Zambia","abbreviation":"Zamb","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313166.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313166,"objectId":1241625,"slug":"zambia-logo","url":"/lsci/db/PICTURES/CMS/313100/313166.logo.png","width":500,"height":500,"caption":"Zambia logo","longCaption":"Zambia logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":48,"objectId":48,"name":"Zambia","shortName":"Zambia","abbreviation":"Zamb","slug":"zambia"}},{"id":119,"objectId":68,"scribeId":68,"slug":"cambodia","name":"Cambodia","longName":"Cambodia","abbreviation":"CAM","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/352600/352691.png","isCountry":true,"primaryColor":null,"image":{"id":352691,"objectId":1354104,"slug":"cambodia-team-logo","url":"/lsci/db/PICTURES/CMS/352600/352691.png","width":500,"height":500,"caption":"Cambodia team logo","longCaption":"Cambodia team logo","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":119,"objectId":68,"name":"Cambodia","shortName":"Cambodia","abbreviation":"CAM","slug":"cambodia"}},{"id":4250,"objectId":300704,"scribeId":300704,"slug":"cameroon","name":"Cameroon","longName":"Cameroon","abbreviation":"CAM","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/326800/326875.png","isCountry":true,"primaryColor":null,"image":{"id":326875,"objectId":1276415,"slug":"cameroon-team-flag","url":"/lsci/db/PICTURES/CMS/326800/326875.png","width":500,"height":500,"caption":"Cameroon team flag","longCaption":"Cameroon team flag","credit":"Unknown","photographer":null,"peerUrls":null},"country":{"id":4250,"objectId":300704,"name":"Cameroon","shortName":"Cameroon","abbreviation":"CAM","slug":"cameroon"}},{"id":122,"objectId":71,"scribeId":71,"slug":"cook-islands","name":"Cook Islands","longName":"Cook Islands","abbreviation":"COK","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/386300/386355.png","isCountry":true,"primaryColor":null,"image":{"id":386355,"objectId":1448060,"slug":"cook-islands-flag-team-logo","url":"/lsci/db/PICTURES/CMS/386300/386355.png","width":500,"height":500,"caption":"Cook Islands flag team logo","longCaption":"Cook Islands flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":122,"objectId":71,"name":"Cook Islands","shortName":"Cook Islands","abbreviation":"COK","slug":"cook-islands"}},{"id":7222,"objectId":1459373,"scribeId":1459373,"slug":"ivory-coast","name":"Ivory Coast","longName":"Ivory Coast","abbreviation":"CIV","unofficialName":"","imageUrl":null,"isCountry":true,"primaryColor":null,"image":null,"country":{"id":7222,"objectId":1459373,"name":"Ivory Coast","shortName":"Ivory Coast","abbreviation":"CIV","slug":"ivory-coast"}},{"id":4084,"objectId":218212,"scribeId":218212,"slug":"mali","name":"Mali","longName":"Mali","abbreviation":"Mali","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313300/313385.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313385,"objectId":1241844,"slug":"mali-logo","url":"/lsci/db/PICTURES/CMS/313300/313385.logo.png","width":500,"height":500,"caption":"Mali logo","longCaption":"Mali logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":4084,"objectId":218212,"name":"Mali","shortName":"Mali","abbreviation":"Mali","slug":"mali"}},{"id":166,"objectId":115,"scribeId":115,"slug":"mongolia","name":"Mongolia","longName":"Mongolia","abbreviation":"MNG","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/367400/367479.png","isCountry":true,"primaryColor":null,"image":{"id":367479,"objectId":1399084,"slug":"mongolia-flag-original-team-logo","url":"/lsci/db/PICTURES/CMS/367400/367479.png","width":500,"height":500,"caption":"Mongolia flag original team logo","longCaption":"Mongolia flag original team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":166,"objectId":115,"name":"Mongolia","shortName":"Mongolia","abbreviation":"MNG","slug":"mongolia"}},{"id":5615,"objectId":891143,"scribeId":891143,"slug":"serbia","name":"Serbia","longName":"Serbia","abbreviation":"SRB","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313500/313502.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313502,"objectId":1241961,"slug":"serbia-logo","url":"/lsci/db/PICTURES/CMS/313500/313502.logo.png","width":500,"height":500,"caption":"Serbia logo","longCaption":"Serbia logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":5615,"objectId":891143,"name":"Serbia","shortName":"Serbia","abbreviation":"SRB","slug":"serbia"}},{"id":205,"objectId":154,"scribeId":154,"slug":"switzerland","name":"Switzerland","longName":"Switzerland","abbreviation":"SUI","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313200/313215.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313215,"objectId":1241674,"slug":"switzerland-logo","url":"/lsci/db/PICTURES/CMS/313200/313215.logo.png","width":500,"height":500,"caption":"Switzerland logo","longCaption":"Switzerland logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":205,"objectId":154,"name":"Switzerland","shortName":"Switzerland","abbreviation":"SUI","slug":"switzerland"}},{"id":24,"objectId":24,"scribeId":24,"slug":"west-africa","name":"West Africa","longName":"West Africa","abbreviation":"WAf","unofficialName":null,"imageUrl":null,"isCountry":true,"primaryColor":null,"image":null,"country":{"id":24,"objectId":24,"name":"West Africa","shortName":"West Africa","abbreviation":"WAf","slug":"west-africa"}}],"featuredVideoGenres":null,"featuredAudioGenres":null,"videoSubNavigationItems":null,"playerSubNavigationItems":null,"recordSubNavigationItems":null,"newsSubNavigationItems":null,"featuresSubNavigationItems":null,"allAuthors":null,"featuredAuthors":null,"trendingAudios":null,"trendingGrounds":[],"trendingTeams":[],"groundCountries":null,"recordClassMetas":null,"sponsoredFeatures":null},"editionDetails":{"navigation":{"links":[{"title":"Live Scores","url":"/live-cricket-score","code":"matches","links":[{"title":"Live Scores Home","url":"https://www.espncricinfo.com/live-cricket-score","altText":"Live Cricket Score","displayType":null},{"title":"Schedule","url":"https://www.espncricinfo.com/live-cricket-match-schedule-fixtures","altText":"Cricket Schedule","displayType":null},{"title":"Results","url":"https://www.espncricinfo.com/live-cricket-match-results","altText":"Live Cricket Match Results","displayType":null},{"title":"Month view","url":"https://www.espncricinfo.com/ci/engine/series/index.html?view=month","altText":"Cricket Matches by Month","displayType":null},{"title":"Season view","url":"https://www.espncricinfo.com/ci/engine/series/index.html?view=season","altText":"Cricket Matches by Season","displayType":null},{"title":"International calendar","url":"https://www.espncricinfo.com/ci/engine/match/index.html?view=calendar","altText":"International Cricket Annual Calendar","displayType":null},{"title":"Desktop Scoreboard","url":"https://www.espncricinfo.com/ci/engine/match/scores/desktop.html","altText":"Live Cricket Desktop Scoreboard","displayType":null}],"altText":"Live Cricket Score","displayType":null},{"title":"Series","url":"/cricket-fixtures","code":"series","links":[{"title":"WBBL 2024","url":"/series/wbbl-2024-25-1442625","altText":"Women's Big Bash League 2024/25","displayType":null},{"title":"Australia vs India","url":"/series/australia-vs-india-2024-25-1426547","altText":"India tour of Australia 2024/25","displayType":null},{"title":"IPL 2025","url":"/series/ipl-2025-1449924","altText":"Indian Premier League 2025","displayType":null},{"title":"Abu Dhabi T10","url":"/series/abu-dhabi-t10-2024-25-1459838","altText":"Abu Dhabi T10 2024","displayType":null},{"title":"Global Super League","url":"/series/global-super-league-2024-25-1460197","altText":"Global Super League 2024","displayType":null},{"title":"Under-19s Asia Cup","url":"/series/asian-cricket-council-under-19s-asia-cup-2024-25-1461700","altText":"Asian Cricket Council Under-19s Asia Cup 2024","displayType":null},{"title":"West Indies vs Bangladesh","url":"/series/west-indies-vs-bangladesh-2024-25-1433357","altText":"Bangladesh tour of West Indies 2024/25","displayType":null},{"title":"Pakistan A vs Sri Lanka A","url":"/series/sri-lanka-a-in-pakistan-2024-25-1450291","altText":"Sri Lanka A tour of Pakistan 2024/25","displayType":null},{"title":"Zimbabwe vs Pakistan","url":"/series/pakistan-in-zimbabwe-2024-25-1444642","altText":"Pakistan tour of Zimbabwe 2024/25","displayType":null},{"title":"South Africa vs Sri Lanka","url":"/series/south-africa-vs-sri-lanka-2024-25-1432203","altText":"Sri Lanka tour of South Africa 2024/25","displayType":null},{"title":"New Zealand vs England","url":"/series/england-in-new-zealand-2024-25-1428550","altText":"England tour of New Zealand 2024/25","displayType":null},{"title":"SA Women vs ENG Women","url":"/series/south-africa-vs-england-women-2024-25-1432221","altText":"England Women tour of South Africa 2024/25","displayType":null},{"title":"AUS Women vs IND Women","url":"/series/australia-women-vs-india-women-2024-25-1426497","altText":"India Women tour of Australia 2024/25","displayType":null},{"title":"Zimbabwe vs Afghanistan","url":"/series/afghanistan-in-zimbabwe-2024-25-1457916","altText":"Afghanistan tour of Zimbabwe 2024/25","displayType":null},{"title":"South Africa vs Pakistan","url":"/series/south-africa-vs-pakistan-2024-25-1432205","altText":"Pakistan tour of South Africa 2024/25","displayType":null},{"title":"T20 World Cup Asia QLF B","url":"/series/icc-men-s-t20-world-cup-asia-qualifier-b-2024-25-1457216/match-schedule-fixtures-and-results","altText":"ICC Men's T20 World Cup Asia Qualifier B 2024","displayType":null},{"title":"Ranji Trophy","url":"/series/ranji-trophy-2024-25-1445824","altText":"Ranji Trophy 2024/25","displayType":null},{"title":"SMA Trophy [IND]","url":"/series/syed-mushtaq-ali-trophy-2024-25-1445827","altText":"Syed Mushtaq Ali Trophy 2024","displayType":null},{"title":"T20 Knock-Out [SA]","url":"/series/csa-t20-knock-out-competition-2024-25-1444762/match-schedule-fixtures-and-results","altText":"CSA T20 Knock-Out Competition 2024","displayType":null},{"title":"One-Day Cup [AUS]","url":"/series/one-day-cup-aus-2024-25-1444469","altText":"One-Day Cup (Australia) 2024/25","displayType":null},{"title":"Sheffield Shield","url":"/series/sheffield-shield-2024-25-1444468","altText":"Sheffield Shield 2024/25","displayType":null},{"title":"National Cricket League [BDESH]","url":"/series/national-cricket-league-2024-25-1455907","altText":"National Cricket League 2024","displayType":null},{"title":"Quaid-e-Azam Trophy","url":"/series/quaid-e-azam-trophy-2024-25-1457166","altText":"Quaid-e-Azam Trophy 2024","displayType":null},{"title":"Super50 Cup [WI]","url":"/series/super50-cup-2024-25-1457528/match-schedule-fixtures-and-results","altText":"Super50 Cup 2024","displayType":null},{"title":"Hong Kong Sixes","url":"/series/hong-kong-international-sixes-2024-25-1457785/match-schedule-fixtures-and-results","altText":"Hong Kong International Sixes 2024","displayType":null},{"title":"Test Championship 2023-25","url":"/series/icc-world-test-championship-2023-2025-1345943","altText":"World Test Championship 2023 - 2025","displayType":null},{"title":"Women's Championship","url":"/series/icc-women-s-championship-2022-23-2025-1308225","altText":"ICC Women's Championship 2022 - 2025","displayType":null},{"title":"World Cup League 2","url":"/series/icc-men-s-cricket-world-cup-league-2-2023-24-2027-1420525","altText":"ICC Men's Cricket World Cup League 2 2024/27","displayType":null},{"title":"CWC Challenge League Group A","url":"/series/cwc-challenge-league-group-a-2024-2026-1451764","altText":"CWC Challenge League Group A 2024","displayType":null},{"title":"-Future series-","url":"/cricket-fixtures/#future","altText":"Cricket Future Series","displayType":"button"},{"title":"-Archives-","url":"https://www.espncricinfo.com/ci/engine/series/index.html","altText":"Cricket Match and Series Archives","displayType":"button"}],"altText":"Cricket Fixtures","displayType":null},{"title":"Teams","url":"/team","code":"team","links":[{"title":"Australia","url":"/team/australia-2","altText":"Australia Cricket Team","displayType":null},{"title":"Afghanistan","url":"/team/afghanistan-40","altText":"Afghanistan Cricket Team","displayType":null},{"title":"Bangladesh","url":"/team/bangladesh-25","altText":"Bangladesh Cricket Team","displayType":null},{"title":"Canada","url":"/team/canada-17","altText":"Canada Cricket Team","displayType":null},{"title":"England","url":"/team/england-1","altText":"England Cricket Team","displayType":null},{"title":"Ireland","url":"/team/ireland-29","altText":"Ireland Cricket Team","displayType":null},{"title":"India","url":"/team/india-6","altText":"India Cricket Team","displayType":null},{"title":"Namibia","url":"/team/namibia-28","altText":"Namibia Cricket Team","displayType":null},{"title":"New Zealand","url":"/team/new-zealand-5","altText":"New Zealand Cricket Team","displayType":null},{"title":"Nepal","url":"/team/nepal-33","altText":"Nepal Cricket Team","displayType":null},{"title":"Pakistan","url":"/team/pakistan-7","altText":"Pakistan Cricket Team","displayType":null},{"title":"Netherlands","url":"/team/netherlands-15","altText":"Netherlands Cricket Team","displayType":null},{"title":"South Africa","url":"/team/south-africa-3","altText":"South Africa Cricket Team","displayType":null},{"title":"Oman","url":"/team/oman-37","altText":"Oman Cricket Team","displayType":null},{"title":"Sri Lanka","url":"/team/sri-lanka-8","altText":"Sri Lanka Cricket Team","displayType":null},{"title":"Scotland","url":"/team/scotland-30","altText":"Scotland Cricket Team","displayType":null},{"title":"West Indies","url":"/team/west-indies-4","altText":"West Indies Cricket Team","displayType":null},{"title":"UAE","url":"/team/united-arab-emirates-27","altText":"UAE Cricket Team","displayType":null},{"title":"Zimbabwe","url":"/team/zimbabwe-9","altText":"Zimbabwe Cricket Team","displayType":null},{"title":"USA","url":"/team/united-states-of-america-11","altText":"USA Cricket Team","displayType":null}],"altText":"Cricket Teams","displayType":null},{"title":"News","url":"/cricket-news","code":"news","links":[{"title":"News Home","url":"/cricket-news","displayType":null},{"title":"Future of ODIs","url":"/cricket-news/the-future-of-odis-39","displayType":null},{"title":"Ball-tampering","url":"/cricket-news/ball-tampering-25","displayType":null},{"title":"Technology in cricket","url":"/cricket-news/technology-in-cricket-18","displayType":null},{"title":"Racism","url":"/cricket-news/racism-99","displayType":null},{"title":"Run-out controversies","url":"/cricket-news/run-out-controversies-325","displayType":null},{"title":"Corruption","url":"/cricket-news/corruption-in-cricket-4","displayType":null}],"altText":"Cricket News","displayType":null},{"title":"Features","url":"/cricket-features","code":"features","links":[{"title":"Features Home","url":"/cricket-features","displayType":null},{"title":"On this day","url":"/on-this-day/cricket-events","displayType":null},{"title":"Writers","url":"/espncricinfo-writers-index","displayType":null},{"title":"Web stories","url":"/webstories","displayType":null},{"title":"Photo galleries","url":"/gallery","displayType":null},{"title":"Cricinfo 30 years","url":"https://www.espncricinfo.com/cricinfo-30-years","displayType":null},{"title":"The Cricket Monthly","url":"https://www.thecricketmonthly.com/","displayType":null}],"altText":"Cricket Features","displayType":null},{"title":"Videos","url":"/cricket-videos/","code":"videos","links":[{"title":"Cricinformed","url":"/cricket-videos/genre/cricinformed-299","displayType":null},{"title":"TimeOut","url":"/cricket-videos/genre/time-out-221","displayType":null},{"title":"Matchday","url":"/cricket-videos/genre/match-day-155","displayType":null},{"title":"Matchday Hindi","url":"/cricket-videos/genre/match-day-hindi-281","displayType":null},{"title":"Kya Khoya Kya Paaya","url":"/cricket-videos/genre/kya-khoya-kya-paaya-292","displayType":null},{"title":"Haan Ya Naa","url":"/cricket-videos/genre/haan-ya-naa-247","displayType":null},{"title":"25 Questions","url":"/cricket-videos/genre/25-questions-191","displayType":null},{"title":"News and Analysis","url":"/cricket-videos/genre/news-and-analysis-34","displayType":null},{"title":"Interviews","url":"/cricket-videos/genre/interviews-9","displayType":null},{"title":"Features","url":"/cricket-videos/genre/features-46","displayType":null},{"title":"Press Conference","url":"/cricket-videos/genre/press-conference-2","displayType":null},{"title":"Ravi \u0026 Raunak","url":"/cricket-videos/genre/ravi-raunak-277","displayType":null},{"title":"Polite Enquiries","url":"/cricket-videos/genre/politeenquiries-119","displayType":null},{"title":"Run Order","url":"/cricket-videos/genre/run-order-166","displayType":null},{"title":"Newsroom","url":"/cricket-videos/genre/newsroom-218","displayType":null},{"title":"Highlights","url":"/cricket-videos/genre/highlights-37","displayType":null},{"title":"YouTube","url":"https://www.youtube.com/ESPNCricinfo","displayType":null}],"altText":"Cricket Videos","displayType":null},{"title":"Stats","url":"https://www.espncricinfo.com/records","code":"stats","links":[{"title":"Stats home","url":"/records","displayType":null},{"title":"AskCricinfo","url":"/ask","displayType":null},{"title":"Statsguru","url":"https://stats.espncricinfo.com/ci/engine/stats/index.html","displayType":null},{"title":"SuperStats","url":"/genre/superstats-706","displayType":null},{"title":"2024 records","url":"/records/year/2024-2024","displayType":null},{"title":"2023 records","url":"/records/year/2023-2023","displayType":null},{"title":"All records","url":"/records","displayType":null},{"title":"Players","url":"/cricketers","displayType":null},{"title":"Grounds","url":"/cricket-grounds","displayType":null},{"title":"Rankings","url":"/rankings/icc-team-ranking","displayType":null}],"altText":"Cricket Stats","displayType":null},{"title":"IPL 2025 Auction","url":"/auction/ipl-2025-auction-1460972","code":"IPL 2025 Auction","links":[{"title":"IPL 2025 Auction","url":"/auction/ipl-2025-auction-1460972","displayType":null},{"title":"Live Blog","url":"/auction/ipl-2025-auction-1460972/live-updates","displayType":null},{"title":"Videos","url":"/auction/ipl-2025-auction-1460972/videos","displayType":null},{"title":"Players","url":"/auction/ipl-2025-auction-1460972/all-players","displayType":null},{"title":"Squads","url":"/series/ipl-2025-1449924/squads","displayType":null},{"title":"Series Home","url":"/series/ipl-2025-1449924","displayType":null}],"altText":"IPL 2025 Auction","displayType":null}]},"trendingMatches":{"matches":[{"_uid":114662,"id":114662,"objectId":1428554,"scribeId":1428554,"slug":"new-zealand-vs-england-1st-test","stage":"RUNNING","state":"LIVE","internationalClassId":1,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"1st Test","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-12-02T00:00:00.000Z","startTime":"2024-11-27T22:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Stumps","statusText":"Day 1 - England chose to field.","statusEng":"Stumps","internationalNumber":"002564","generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":1,"tossWinnerChoice":2,"resultStatus":null,"liveInning":1,"liveInningPredictions":null,"liveOvers":82.06,"liveOversPending":null,"liveBalls":493,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":6,"series":{"id":16249,"objectId":1428550,"scribeId":22108,"slug":"england-in-new-zealand-2024-25","name":"England in New Zealand","longName":"England tour of New Zealand","alternateName":"NZ vs ENG","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-23T00:00:00.000Z","endDate":"2024-12-18T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":4,"totalSquads":3,"gamePlayWatch":false},"ground":{"id":93,"objectId":58810,"name":"Hagley Oval, Christchurch","smallName":"Christchurch","longName":"Hagley Oval, Christchurch","slug":"hagley-oval-christchurch","location":"","image":{"id":206697,"objectId":837175,"slug":"the-hagley-oval-drew-a-big-crowd-for-the-england-scotland-game","url":"/lsci/db/PICTURES/CMS/206600/206697.jpg","width":900,"height":600,"caption":"The Hagley Oval drew a big crowd for the England-Scotland game","longCaption":"The Hagley Oval drew a big crowd , England v Scotland, World Cup 2015, Group A, Christchurch, February 23, 2015","credit":"ICC","photographer":null,"peerUrls":null},"town":{"id":824,"objectId":58807,"name":"Christchurch","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"18,000"},"teams":[{"team":{"id":5,"objectId":5,"scribeId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","isCountry":true,"primaryColor":"#b7c0c8","image":{"id":340505,"objectId":1318717,"slug":"new-zealand-team-flag-latest","url":"/lsci/db/PICTURES/CMS/340500/340505.png","width":500,"height":500,"caption":"New Zealand team flag-latest","longCaption":"New Zealand team flag-latest","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"}},"isHome":true,"isLive":true,"score":"319/8","scoreInfo":"83 ov","inningNumbers":[1],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":1,"objectId":1,"scribeId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","isCountry":true,"primaryColor":"#0673c1","image":{"id":381894,"objectId":1436346,"slug":"england-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381894.png","width":500,"height":500,"caption":"England flag team logo","longCaption":"England flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"feedback","previewStoryId":330515,"reportStoryId":330542,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":32,"totalVideos":3,"totalStories":6,"languages":["hi"],"generatedAt":"2024-11-28T19:39:14.149Z","scorecardSource":"feedback","ballByBallSource":"feedback"},{"_uid":114921,"id":114921,"objectId":1432209,"scribeId":1432209,"slug":"south-africa-vs-sri-lanka-1st-test","stage":"RUNNING","state":"LIVE","internationalClassId":1,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"1st Test","floodlit":"day","startDate":"2024-11-27T00:00:00.000Z","endDate":"2024-12-01T00:00:00.000Z","startTime":"2024-11-27T07:30:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Stumps","statusText":"Day 2 - South Africa lead by 281 runs.","statusEng":"Stumps","internationalNumber":"002563","generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":8,"tossWinnerChoice":2,"resultStatus":null,"liveInning":3,"liveInningPredictions":null,"liveOvers":39.06,"liveOversPending":null,"liveBalls":235,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":6,"series":{"id":16305,"objectId":1432203,"scribeId":22608,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-27T00:00:00.000Z","endDate":"2024-12-09T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":2,"totalSquads":2,"gamePlayWatch":false},"ground":{"id":302,"objectId":59089,"name":"Kingsmead, Durban","smallName":"Durban","longName":"Kingsmead, Durban","slug":"kingsmead-durban","location":"","image":{"id":50670,"objectId":209597,"slug":"general-view-of-kingsmead-durban","url":"/lsci/db/PICTURES/CMS/50600/50670.jpg","width":500,"height":328,"caption":"General view of Kingsmead, Durban","longCaption":"General view of Kingsmead, Durban","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":897,"objectId":59085,"name":"Durban","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"25000"},"teams":[{"team":{"id":3,"objectId":3,"scribeId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","isCountry":true,"primaryColor":"#ace411","image":{"id":382733,"objectId":1438445,"slug":"south-africa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382700/382733.png","width":500,"height":500,"caption":"South Africa flag team logo","longCaption":"South Africa flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":true,"isLive":true,"score":"191 \u0026 132/3","scoreInfo":"40 ov","inningNumbers":[1,3],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":8,"objectId":8,"scribeId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","isCountry":true,"primaryColor":"#203d89","image":{"id":340047,"objectId":1316921,"slug":"sri-lanka-team-flag","url":"/lsci/db/PICTURES/CMS/340000/340047.png","width":500,"height":500,"caption":"Sri Lanka team flag","longCaption":"Sri Lanka team flag","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"}},"isHome":false,"isLive":false,"score":"42","scoreInfo":null,"inningNumbers":[2],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"feedback","previewStoryId":330484,"reportStoryId":330550,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":30,"totalVideos":2,"totalStories":10,"languages":["hi"],"generatedAt":"2024-11-28T19:39:14.149Z","scorecardSource":"feedback","ballByBallSource":"feedback"},{"_uid":115882,"id":115882,"objectId":1444651,"scribeId":1444651,"slug":"zimbabwe-vs-pakistan-3rd-odi","stage":"FINISHED","state":"POST","internationalClassId":2,"generalClassId":5,"subClassId":null,"season":"2024/25","title":"3rd ODI","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","startTime":"2024-11-28T07:30:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"RESULT","statusText":"Pakistan won by 99 runs","statusEng":"RESULT","internationalNumber":"004812","generalNumber":null,"winnerTeamId":7,"tossWinnerTeamId":7,"tossWinnerChoice":1,"resultStatus":1,"liveInning":2,"liveInningPredictions":null,"liveOvers":40.01,"liveOversPending":null,"liveBalls":240,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":6,"series":{"id":16518,"objectId":1444642,"scribeId":1444642,"slug":"pakistan-in-zimbabwe-2024-25","name":"Pakistan in Zimbabwe","longName":"Pakistan tour of Zimbabwe","alternateName":"ZIM vs PAK","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-24T00:00:00.000Z","endDate":"2024-12-05T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":0,"totalSquads":4,"gamePlayWatch":false},"ground":{"id":261,"objectId":59537,"name":"Queens Sports Club, Bulawayo","smallName":"Bulawayo","longName":"Queens Sports Club, Bulawayo","slug":"queens-sports-club-bulawayo","location":"","image":{"id":49498,"objectId":59536,"slug":"queens-sports-club-bulawayo","url":"/lsci/db/PICTURES/DB/122004/056375.jpg","width":160,"height":107,"caption":"Queens Sports Club, Bulawayo","longCaption":"Queens Sports Club, Bulawayo","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":1027,"objectId":59533,"name":"Bulawayo","area":"","timezone":"Africa/Harare"},"country":{"id":9,"objectId":9,"name":"Zimbabwe","shortName":"Zimbabwe","abbreviation":"ZIM","slug":"zimbabwe"},"capacity":"9,000"},"teams":[{"team":{"id":7,"objectId":7,"scribeId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","isCountry":true,"primaryColor":"#07df52","image":{"id":381891,"objectId":1436340,"slug":"pakistan-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381891.png","width":500,"height":500,"caption":"Pakistan flag team logo","longCaption":"Pakistan flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"}},"isHome":false,"isLive":false,"score":"303/6","scoreInfo":null,"inningNumbers":[1],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":{"odds":"1/4","url":"https://www.bet365.com/dl/sportsbookredirect?affiliate=365_307576\u0026bs=165706945-1752123241~1/4\u0026bet=1"}},{"team":{"id":9,"objectId":9,"scribeId":9,"slug":"zimbabwe","name":"Zimbabwe","longName":"Zimbabwe","abbreviation":"ZIM","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/340500/340503.png","isCountry":true,"primaryColor":"#d04037","image":{"id":340503,"objectId":1318712,"slug":"zimbabwe-team-flag-latest","url":"/lsci/db/PICTURES/CMS/340500/340503.png","width":500,"height":500,"caption":"Zimbabwe team flag-latest","longCaption":"Zimbabwe team flag-latest","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":9,"objectId":9,"name":"Zimbabwe","shortName":"Zimbabwe","abbreviation":"ZIM","slug":"zimbabwe"}},"isHome":true,"isLive":false,"score":"204","scoreInfo":"40.1/50 ov, T:304","inningNumbers":[2],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":{"odds":"3/1","url":"https://www.bet365.com/dl/sportsbookredirect?affiliate=365_307576\u0026bs=165706945-1752123240~3/1\u0026bet=1"}}],"dayType":"SINGLE","format":"ODI","headToHeadSource":"feedback","previewStoryId":null,"reportStoryId":330547,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":true,"hasStandings":false,"hasSuperStats":true,"hasGameboard":true,"hasFanRatings":true,"totalGalleries":0,"totalImages":4,"totalVideos":0,"totalStories":1,"languages":["hi"],"generatedAt":"2024-11-28T19:39:14.149Z","scorecardSource":"feedback","ballByBallSource":"feedback"},{"_uid":117882,"id":117882,"objectId":1459868,"scribeId":1459868,"slug":"new-york-strikers-vs-northern-warriors-27th-match","stage":"RUNNING","state":"POST","internationalClassId":null,"generalClassId":13,"subClassId":null,"season":"2024/25","title":"27th Match","floodlit":"night","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","startTime":"2024-11-28T16:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"RESULT","statusText":"Strikers won by 9 wickets (with 12 balls remaining)","statusEng":"RESULT","internationalNumber":null,"generalNumber":null,"winnerTeamId":7025,"tossWinnerTeamId":7025,"tossWinnerChoice":2,"resultStatus":1,"liveInning":2,"liveInningPredictions":null,"liveOvers":7.06,"liveOversPending":null,"liveBalls":43,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":6,"series":{"id":16820,"objectId":1459838,"scribeId":18522,"slug":"abu-dhabi-t10-2024-25","name":"Abu Dhabi T10","longName":"Abu Dhabi T10","alternateName":"Abu Dhabi T10","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-21T00:00:00.000Z","endDate":"2024-12-02T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":13,"subClassId":null}],"totalVideos":0,"totalSquads":12,"gamePlayWatch":false},"ground":{"id":1965,"objectId":59396,"name":"Zayed Cricket Stadium, Abu Dhabi","smallName":"Abu Dhabi","longName":"Zayed Cricket Stadium, Abu Dhabi","slug":"zayed-cricket-stadium-abu-dhabi","location":"","image":{"id":115554,"objectId":453935,"slug":"the-lights-come-on-at-the-sheikh-zayed-stadium","url":"/lsci/db/PICTURES/CMS/115500/115554.jpg","width":500,"height":297,"caption":"The lights come on at the Sheikh Zayed Stadium","longCaption":"The lights come on at the Sheikh Zayed Stadium, MCC v Durham, Abu Dhabi, March 29, 2010\n","credit":"PA Photos","photographer":null,"peerUrls":null},"town":{"id":977,"objectId":59394,"name":"Abu Dhabi","area":"","timezone":"Asia/Dubai"},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"},"capacity":"20,000"},"teams":[{"team":{"id":6600,"objectId":1163305,"scribeId":1163305,"slug":"northern-warriors","name":"Warriors","longName":"Northern Warriors","abbreviation":"NW","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/371900/371937.png","isCountry":false,"primaryColor":null,"image":{"id":371937,"objectId":1410821,"slug":"northern-warriors-team-logo","url":"/lsci/db/PICTURES/CMS/371900/371937.png","width":500,"height":500,"caption":"Northern Warriors Team logo","longCaption":"Northern Warriors Team logo","credit":"Abu Dhabi T10","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":false,"isLive":false,"score":"111/3","scoreInfo":null,"inningNumbers":[1],"points":0,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":7025,"objectId":1344976,"scribeId":1344976,"slug":"new-york-strikers","name":"Strikers","longName":"New York Strikers","abbreviation":"NYS","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/371900/371940.png","isCountry":false,"primaryColor":null,"image":{"id":371940,"objectId":1410824,"slug":"new-york-strikers-team-logo","url":"/lsci/db/PICTURES/CMS/371900/371940.png","width":500,"height":500,"caption":"New York Strikers team logo","longCaption":"New York Strikers team logo","credit":"Abu Dhabi T10","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":true,"isLive":false,"score":"112/1","scoreInfo":"8/10 ov, T:112","inningNumbers":[2],"points":2,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":"feedback","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":true,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":true,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.151Z","scorecardSource":"feedback","ballByBallSource":"feedback"},{"_uid":117881,"id":117881,"objectId":1459867,"scribeId":1459867,"slug":"chennai-braves-jaguars-vs-delhi-bulls-26th-match","stage":"FINISHED","state":"POST","internationalClassId":null,"generalClassId":13,"subClassId":null,"season":"2024/25","title":"26th Match","floodlit":"daynight","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","startTime":"2024-11-28T13:45:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"RESULT","statusText":"Delhi Bulls won by 6 wickets (with 12 balls remaining)","statusEng":"RESULT","internationalNumber":null,"generalNumber":null,"winnerTeamId":6474,"tossWinnerTeamId":6474,"tossWinnerChoice":2,"resultStatus":1,"liveInning":2,"liveInningPredictions":null,"liveOvers":7.06,"liveOversPending":null,"liveBalls":43,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":6,"series":{"id":16820,"objectId":1459838,"scribeId":18522,"slug":"abu-dhabi-t10-2024-25","name":"Abu Dhabi T10","longName":"Abu Dhabi T10","alternateName":"Abu Dhabi T10","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-21T00:00:00.000Z","endDate":"2024-12-02T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":13,"subClassId":null}],"totalVideos":0,"totalSquads":12,"gamePlayWatch":false},"ground":{"id":1965,"objectId":59396,"name":"Zayed Cricket Stadium, Abu Dhabi","smallName":"Abu Dhabi","longName":"Zayed Cricket Stadium, Abu Dhabi","slug":"zayed-cricket-stadium-abu-dhabi","location":"","image":{"id":115554,"objectId":453935,"slug":"the-lights-come-on-at-the-sheikh-zayed-stadium","url":"/lsci/db/PICTURES/CMS/115500/115554.jpg","width":500,"height":297,"caption":"The lights come on at the Sheikh Zayed Stadium","longCaption":"The lights come on at the Sheikh Zayed Stadium, MCC v Durham, Abu Dhabi, March 29, 2010\n","credit":"PA Photos","photographer":null,"peerUrls":null},"town":{"id":977,"objectId":59394,"name":"Abu Dhabi","area":"","timezone":"Asia/Dubai"},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"},"capacity":"20,000"},"teams":[{"team":{"id":6887,"objectId":1288991,"scribeId":1288991,"slug":"chennai-braves-jaguars","name":"Braves","longName":"Chennai Braves Jaguars","abbreviation":"CBJ","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/391000/391067.png","isCountry":false,"primaryColor":null,"image":{"id":391067,"objectId":1459885,"slug":"chennai-brave-jaguars-abu-dhabi-t10-league-logo","url":"/lsci/db/PICTURES/CMS/391000/391067.png","width":500,"height":500,"caption":"Chennai Brave Jaguars Abu Dhabi T10 League logo","longCaption":"Chennai Brave Jaguars Abu Dhabi T10 League logo","credit":"T10 League","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":true,"isLive":false,"score":"97/6","scoreInfo":null,"inningNumbers":[1],"points":0,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":6474,"objectId":1129281,"scribeId":1129281,"slug":"delhi-bulls","name":"Delhi Bulls","longName":"Delhi Bulls","abbreviation":"DB","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/371900/371938.png","isCountry":false,"primaryColor":null,"image":{"id":371938,"objectId":1410822,"slug":"delhi-bulls-team-logo","url":"/lsci/db/PICTURES/CMS/371900/371938.png","width":500,"height":500,"caption":"Delhi Bulls team logo","longCaption":"Delhi Bulls team logo","credit":"Abu Dhabi T10","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":false,"isLive":false,"score":"103/4","scoreInfo":"8/10 ov, T:98","inningNumbers":[2],"points":2,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":"feedback","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":true,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":true,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:15.519Z","scorecardSource":"feedback","ballByBallSource":"feedback"},{"_uid":117880,"id":117880,"objectId":1459866,"scribeId":1459866,"slug":"bangla-tigers-vs-deccan-gladiators-25th-match","stage":"FINISHED","state":"POST","internationalClassId":null,"generalClassId":13,"subClassId":null,"season":"2024/25","title":"25th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","startTime":"2024-11-28T11:30:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"RESULT","statusText":"Gladiators won by 9 wickets (with 29 balls remaining)","statusEng":"RESULT","internationalNumber":null,"generalNumber":null,"winnerTeamId":6683,"tossWinnerTeamId":6683,"tossWinnerChoice":2,"resultStatus":1,"liveInning":2,"liveInningPredictions":null,"liveOvers":5.01,"liveOversPending":null,"liveBalls":30,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":6,"series":{"id":16820,"objectId":1459838,"scribeId":18522,"slug":"abu-dhabi-t10-2024-25","name":"Abu Dhabi T10","longName":"Abu Dhabi T10","alternateName":"Abu Dhabi T10","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-21T00:00:00.000Z","endDate":"2024-12-02T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":13,"subClassId":null}],"totalVideos":0,"totalSquads":12,"gamePlayWatch":false},"ground":{"id":1965,"objectId":59396,"name":"Zayed Cricket Stadium, Abu Dhabi","smallName":"Abu Dhabi","longName":"Zayed Cricket Stadium, Abu Dhabi","slug":"zayed-cricket-stadium-abu-dhabi","location":"","image":{"id":115554,"objectId":453935,"slug":"the-lights-come-on-at-the-sheikh-zayed-stadium","url":"/lsci/db/PICTURES/CMS/115500/115554.jpg","width":500,"height":297,"caption":"The lights come on at the Sheikh Zayed Stadium","longCaption":"The lights come on at the Sheikh Zayed Stadium, MCC v Durham, Abu Dhabi, March 29, 2010\n","credit":"PA Photos","photographer":null,"peerUrls":null},"town":{"id":977,"objectId":59394,"name":"Abu Dhabi","area":"","timezone":"Asia/Dubai"},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"},"capacity":"20,000"},"teams":[{"team":{"id":6685,"objectId":1204576,"scribeId":1204576,"slug":"bangla-tigers","name":"Bangla Tiger","longName":"Bangla Tigers","abbreviation":"BAT","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/385100/385102.png","isCountry":false,"primaryColor":null,"image":{"id":385102,"objectId":1444054,"slug":"bangla-tigers-team-logo","url":"/lsci/db/PICTURES/CMS/385100/385102.png","width":500,"height":500,"caption":"Bangla Tigers team logo","longCaption":"Bangla Tigers team logo","credit":"Cricket Canada","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":true,"isLive":false,"score":"72/6","scoreInfo":null,"inningNumbers":[1],"points":0,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":6683,"objectId":1204574,"scribeId":1204574,"slug":"deccan-gladiators","name":"Gladiators","longName":"Deccan Gladiators","abbreviation":"DG","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/371900/371941.png","isCountry":false,"primaryColor":null,"image":{"id":371941,"objectId":1410825,"slug":"deccan-gladiators-team-logo","url":"/lsci/db/PICTURES/CMS/371900/371941.png","width":500,"height":500,"caption":"Deccan Gladiators team logo","longCaption":"Deccan Gladiators team logo","credit":"Abu Dhabi T10","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":false,"isLive":false,"score":"74/1","scoreInfo":"5.1/10 ov, T:73","inningNumbers":[2],"points":2,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":"feedback","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":true,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":true,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:15.519Z","scorecardSource":"feedback","ballByBallSource":"feedback"},{"_uid":117540,"id":117540,"objectId":1456692,"scribeId":1456692,"slug":"mountaineers-vs-southern-rocks-6th-match","stage":"RUNNING","state":"POST","internationalClassId":null,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"6th Match","floodlit":"day","startDate":"2024-11-25T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","startTime":"2024-11-25T08:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"RESULT","statusText":"Match drawn","statusEng":"RESULT","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":4594,"tossWinnerChoice":1,"resultStatus":4,"liveInning":4,"liveInningPredictions":null,"liveOvers":58.01,"liveOversPending":13.5,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16773,"objectId":1456676,"scribeId":8794,"slug":"logan-cup-2024-25","name":"Logan Cup","longName":"Logan Cup","alternateName":"Logan Cup","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Zimbabwe","season":"2024/25","startDate":"2024-10-27T00:00:00.000Z","endDate":"2025-01-09T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":1529,"objectId":59558,"name":"Mutare Sports Club","smallName":"Mutare","longName":"Mutare Sports Club","slug":"mutare-umtali-sports-club","location":"","image":null,"town":{"id":1030,"objectId":59557,"name":"Mutare","area":"Manicaland","timezone":"Africa/Harare"},"country":{"id":9,"objectId":9,"name":"Zimbabwe","shortName":"Zimbabwe","abbreviation":"ZIM","slug":"zimbabwe"},"capacity":null},"teams":[{"team":{"id":4594,"objectId":424008,"scribeId":424008,"slug":"mountaineers","name":"Mountaineers","longName":"Mountaineers","abbreviation":"MOUNT","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/318100/318121.jpg","isCountry":false,"primaryColor":null,"image":{"id":318121,"objectId":1255835,"slug":"mountaineers-team-logo","url":"/lsci/db/PICTURES/CMS/318100/318121.jpg","width":500,"height":500,"caption":"Mountaineers team logo","longCaption":"Mountaineers team logo","credit":"Zimbabwe Cricket","photographer":null,"peerUrls":null},"country":{"id":9,"objectId":9,"name":"Zimbabwe","shortName":"Zimbabwe","abbreviation":"ZIM","slug":"zimbabwe"}},"isHome":true,"isLive":false,"score":"402 \u0026 256/5d","scoreInfo":null,"inningNumbers":[1,3],"points":19,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":4593,"objectId":424007,"scribeId":424007,"slug":"southern-rocks","name":"Rocks","longName":"Southern Rocks","abbreviation":"ROCKS","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/318100/318119.png","isCountry":false,"primaryColor":null,"image":{"id":318119,"objectId":1255833,"slug":"southern-rocks-team-logo","url":"/lsci/db/PICTURES/CMS/318100/318119.png","width":500,"height":500,"caption":"Southern Rocks team logo","longCaption":"Southern Rocks team logo","credit":"Zimbabwe Cricket","photographer":null,"peerUrls":null},"country":{"id":9,"objectId":9,"name":"Zimbabwe","shortName":"Zimbabwe","abbreviation":"ZIM","slug":"zimbabwe"}},"isHome":false,"isLive":false,"score":"296 \u0026 223/9","scoreInfo":"T:363","inningNumbers":[2,4],"points":14,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"dougie","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":true,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":true,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.150Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":117539,"id":117539,"objectId":1456691,"scribeId":1456691,"slug":"mashonaland-eagles-vs-mid-west-rhinos-5th-match","stage":"FINISHED","state":"POST","internationalClassId":null,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"5th Match","floodlit":"day","startDate":"2024-11-25T00:00:00.000Z","endDate":"2024-11-27T00:00:00.000Z","startTime":"2024-11-25T08:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"RESULT","statusText":"Rhinos won by an innings and 90 runs","statusEng":"RESULT","internationalNumber":null,"generalNumber":null,"winnerTeamId":4592,"tossWinnerTeamId":4591,"tossWinnerChoice":1,"resultStatus":1,"liveInning":3,"liveInningPredictions":null,"liveOvers":70.01,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16773,"objectId":1456676,"scribeId":8794,"slug":"logan-cup-2024-25","name":"Logan Cup","longName":"Logan Cup","alternateName":"Logan Cup","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Zimbabwe","season":"2024/25","startDate":"2024-10-27T00:00:00.000Z","endDate":"2025-01-09T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":260,"objectId":59545,"name":"Harare Sports Club","smallName":"Harare","longName":"Harare Sports Club","slug":"harare-sports-club","location":"","image":{"id":13881,"objectId":59544,"slug":"general-view-of-harare-sports-club","url":"/lsci/db/PICTURES/DB/032005/058856.jpg","width":210,"height":180,"caption":"General view of Harare Sports Club","longCaption":"General view of Harare Sports Club","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":1028,"objectId":59540,"name":"Harare","area":"","timezone":"Africa/Johannesburg"},"country":{"id":9,"objectId":9,"name":"Zimbabwe","shortName":"Zimbabwe","abbreviation":"ZIM","slug":"zimbabwe"},"capacity":"10,000"},"teams":[{"team":{"id":4591,"objectId":424005,"scribeId":424005,"slug":"mashonaland-eagles","name":"Eagles","longName":"Mashonaland Eagles","abbreviation":"EAGLE","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/328700/328738.png","isCountry":false,"primaryColor":null,"image":{"id":328738,"objectId":1283194,"slug":"eagles-team-logo","url":"/lsci/db/PICTURES/CMS/328700/328738.png","width":500,"height":500,"caption":"Eagles team logo","longCaption":"Eagles team logo","credit":"Zimbabwe Cricket","photographer":null,"peerUrls":null},"country":{"id":9,"objectId":9,"name":"Zimbabwe","shortName":"Zimbabwe","abbreviation":"ZIM","slug":"zimbabwe"}},"isHome":true,"isLive":false,"score":"183 \u0026 225","scoreInfo":null,"inningNumbers":[1,3],"points":4,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":4592,"objectId":424006,"scribeId":424006,"slug":"mid-west-rhinos","name":"Rhinos","longName":"Mid West Rhinos","abbreviation":"RHINO","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/318100/318120.png","isCountry":false,"primaryColor":null,"image":{"id":318120,"objectId":1255834,"slug":"rhinos-team-logo","url":"/lsci/db/PICTURES/CMS/318100/318120.png","width":500,"height":500,"caption":"Rhinos team logo","longCaption":"Rhinos team logo","credit":"Zimbabwe Cricket","photographer":null,"peerUrls":null},"country":{"id":9,"objectId":9,"name":"Zimbabwe","shortName":"Zimbabwe","abbreviation":"ZIM","slug":"zimbabwe"}},"isHome":false,"isLive":false,"score":"498/8d","scoreInfo":null,"inningNumbers":[2],"points":24,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":true,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":true,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.150Z","scorecardSource":"emma","ballByBallSource":""},{"_uid":117265,"id":117265,"objectId":1452143,"scribeId":1452143,"slug":"auckland-vs-canterbury-7th-match","stage":"RUNNING","state":"LIVE","internationalClassId":null,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"7th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-12-01T00:00:00.000Z","startTime":"2024-11-27T21:30:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Not covered Live","statusText":"Day 1 - Auckland chose to bat.","statusEng":"Not covered Live","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":2510,"tossWinnerChoice":1,"resultStatus":null,"liveInning":1,"liveInningPredictions":null,"liveOvers":96,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16691,"objectId":1452136,"scribeId":8828,"slug":"plunket-shield-2024-25","name":"Plunket Shield","longName":"Plunket Shield","alternateName":"Plunket Shield","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in New Zealand","season":"2024/25","startDate":"2024-11-11T00:00:00.000Z","endDate":"2025-04-01T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":724,"objectId":58793,"name":"Eden Park Outer Oval, Auckland","smallName":"Auckland","longName":"Eden Park Outer Oval, Auckland","slug":"eden-park-outer-oval-auckland","location":"","image":null,"town":{"id":822,"objectId":58788,"name":"Auckland","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":null},"teams":[{"team":{"id":2510,"objectId":2459,"scribeId":2459,"slug":"auckland","name":"Auckland","longName":"Auckland","abbreviation":"AUCK","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313300/313329.logo.png","isCountry":false,"primaryColor":"#11088c","image":{"id":313329,"objectId":1241788,"slug":"auckland-logo","url":"/lsci/db/PICTURES/CMS/313300/313329.logo.png","width":500,"height":500,"caption":"Auckland logo","longCaption":"Auckland logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"}},"isHome":true,"isLive":true,"score":"372/4","scoreInfo":"96 ov","inningNumbers":[1],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":2520,"objectId":2469,"scribeId":2469,"slug":"canterbury","name":"Canterbury","longName":"Canterbury","abbreviation":"CANT","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313300/313330.logo.png","isCountry":false,"primaryColor":"#f70808","image":{"id":313330,"objectId":1241789,"slug":"canterbury-logo","url":"/lsci/db/PICTURES/CMS/313300/313330.logo.png","width":500,"height":500,"caption":"Canterbury logo","longCaption":"Canterbury logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:15.038Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":117266,"id":117266,"objectId":1452144,"scribeId":1452144,"slug":"northern-districts-vs-otago-8th-match","stage":"RUNNING","state":"LIVE","internationalClassId":null,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"8th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-12-01T00:00:00.000Z","startTime":"2024-11-27T21:30:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Not covered Live","statusText":"Day 1 - Northern Dis trail by 290 runs.","statusEng":"Not covered Live","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":2567,"tossWinnerChoice":2,"resultStatus":null,"liveInning":2,"liveInningPredictions":null,"liveOvers":7,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16691,"objectId":1452136,"scribeId":8828,"slug":"plunket-shield-2024-25","name":"Plunket Shield","longName":"Plunket Shield","alternateName":"Plunket Shield","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in New Zealand","season":"2024/25","startDate":"2024-11-11T00:00:00.000Z","endDate":"2025-04-01T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":504,"objectId":58831,"name":"Seddon Park, Hamilton","smallName":"Hamilton","longName":"Seddon Park, Hamilton","slug":"seddon-park-hamilton","location":"","image":{"id":88142,"objectId":341524,"slug":"a-wide-angle-view-of-the-picturesque-seddon-park-in-hamilton","url":"/lsci/db/PICTURES/CMS/88100/88142.jpg","width":500,"height":332,"caption":"A wide-angle view of the picturesque Seddon Park in Hamilton","longCaption":"A wide-angle view of the picturesque Seddon Park in Hamilton, New Zealand v England, 1st Test, Hamilton, March 8, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":827,"objectId":58830,"name":"Hamilton","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"10,000"},"teams":[{"team":{"id":2621,"objectId":2570,"scribeId":2570,"slug":"otago","name":"Otago","longName":"Otago","abbreviation":"OTAGO","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313300/313337.logo.png","isCountry":false,"primaryColor":"#dbd406","image":{"id":313337,"objectId":1241796,"slug":"otago-logo","url":"/lsci/db/PICTURES/CMS/313300/313337.logo.png","width":500,"height":500,"caption":"Otago logo","longCaption":"Otago logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"}},"isHome":false,"isLive":false,"score":"301/9d","scoreInfo":null,"inningNumbers":[1],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":2567,"objectId":2516,"scribeId":2516,"slug":"northern-districts","name":"Northern Dis","longName":"Northern Districts","abbreviation":"ND","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313300/313332.logo.png","isCountry":false,"primaryColor":"#950909","image":{"id":313332,"objectId":1241791,"slug":"northern-districts-logo","url":"/lsci/db/PICTURES/CMS/313300/313332.logo.png","width":500,"height":500,"caption":"Northern Districts logo","longCaption":"Northern Districts logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"}},"isHome":true,"isLive":true,"score":"11/2","scoreInfo":"7 ov","inningNumbers":[2],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.150Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":117267,"id":117267,"objectId":1452145,"scribeId":1452145,"slug":"central-districts-vs-wellington-9th-match","stage":"RUNNING","state":"LIVE","internationalClassId":null,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"9th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-12-01T00:00:00.000Z","startTime":"2024-11-27T21:30:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Not covered Live","statusText":"Day 1 - Central D trail by 244 runs.","statusEng":"Not covered Live","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":2651,"tossWinnerChoice":1,"resultStatus":null,"liveInning":2,"liveInningPredictions":null,"liveOvers":5,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16691,"objectId":1452136,"scribeId":8828,"slug":"plunket-shield-2024-25","name":"Plunket Shield","longName":"Plunket Shield","alternateName":"Plunket Shield","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in New Zealand","season":"2024/25","startDate":"2024-11-11T00:00:00.000Z","endDate":"2025-04-01T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":453,"objectId":58857,"name":"McLean Park, Napier","smallName":"Napier","longName":"McLean Park, Napier","slug":"mclean-park-napier","location":"","image":{"id":50664,"objectId":209569,"slug":"mclean-park-napier","url":"/lsci/db/PICTURES/CMS/50600/50664.jpg","width":350,"height":228,"caption":"McLean Park, Napier","longCaption":"McLean Park, Napier, New Zealand","credit":null,"photographer":null,"peerUrls":null},"town":{"id":836,"objectId":58855,"name":"Napier","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"10,500"},"teams":[{"team":{"id":2651,"objectId":2600,"scribeId":2600,"slug":"wellington","name":"Wellington","longName":"Wellington","abbreviation":"WELL","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313300/313338.logo.png","isCountry":false,"primaryColor":"#f0a505","image":{"id":313338,"objectId":1241797,"slug":"wellington-logo","url":"/lsci/db/PICTURES/CMS/313300/313338.logo.png","width":500,"height":500,"caption":"Wellington logo","longCaption":"Wellington logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"}},"isHome":false,"isLive":false,"score":"251/9d","scoreInfo":null,"inningNumbers":[1],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":2533,"objectId":2482,"scribeId":2482,"slug":"central-districts","name":"Central D","longName":"Central Districts","abbreviation":"CD","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313300/313331.logo.png","isCountry":false,"primaryColor":"#357203","image":{"id":313331,"objectId":1241790,"slug":"central-districts-logo","url":"/lsci/db/PICTURES/CMS/313300/313331.logo.png","width":500,"height":500,"caption":"Central Districts logo","longCaption":"Central Districts logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"}},"isHome":true,"isLive":true,"score":"7/0","scoreInfo":"5 ov","inningNumbers":[2],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:15.038Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":117630,"id":117630,"objectId":1457212,"scribeId":1457212,"slug":"peshawar-region-vs-sialkot-region-triangular-stage","stage":"FINISHED","state":"POST","internationalClassId":null,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"Triangular Stage","floodlit":"day","startDate":"2024-11-26T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","startTime":"2024-11-26T05:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"RESULT","statusText":"Sialkot R won by an innings and 57 runs","statusEng":"RESULT","internationalNumber":null,"generalNumber":null,"winnerTeamId":3147,"tossWinnerTeamId":3045,"tossWinnerChoice":1,"resultStatus":1,"liveInning":3,"liveInningPredictions":null,"liveOvers":null,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16783,"objectId":1457166,"scribeId":8840,"slug":"quaid-e-azam-trophy-2024-25","name":"Quaid e Azam Trophy","longName":"Quaid-e-Azam Trophy","alternateName":"QEA Trophy","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Pakistan","season":"2024/25","startDate":"2024-10-26T00:00:00.000Z","endDate":"2024-12-18T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":1938,"objectId":59033,"name":"Abbottabad Cricket Stadium","smallName":"Abbottabad","longName":"Abbottabad Cricket Stadium","slug":"abbottabad-cricket-stadium","location":"","image":null,"town":{"id":885,"objectId":59032,"name":"Abbottabad","area":"NWFP","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":null},"teams":[{"team":{"id":3045,"objectId":2994,"scribeId":2994,"slug":"peshawar-region","name":"Peshawar","longName":"Peshawar Region","abbreviation":"PESH","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/390300/390389.png","isCountry":false,"primaryColor":null,"image":{"id":390389,"objectId":1458398,"slug":"peshawar-region-team-logo","url":"/lsci/db/PICTURES/CMS/390300/390389.png","width":500,"height":500,"caption":"Peshawar Region team logo","longCaption":"Peshawar Region team logo","credit":"PCB","photographer":null,"peerUrls":null},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"}},"isHome":true,"isLive":false,"score":"171 \u0026 182","scoreInfo":null,"inningNumbers":[1,3],"points":1,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":3147,"objectId":3096,"scribeId":3096,"slug":"sialkot-region","name":"Sialkot R","longName":"Sialkot Region","abbreviation":"Sialk","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/390300/390386.png","isCountry":false,"primaryColor":null,"image":{"id":390386,"objectId":1458394,"slug":"sialkot-region-team-logo","url":"/lsci/db/PICTURES/CMS/390300/390386.png","width":500,"height":500,"caption":"Sialkot Region team logo","longCaption":"Sialkot Region team logo","credit":"PCB","photographer":null,"peerUrls":null},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"}},"isHome":false,"isLive":false,"score":"410","scoreInfo":null,"inningNumbers":[2],"points":27,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":true,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.150Z","scorecardSource":"emma","ballByBallSource":""},{"_uid":117652,"id":117652,"objectId":1457235,"scribeId":1457235,"slug":"bhutan-vs-cambodia-19th-match","stage":"FINISHED","state":"POST","internationalClassId":3,"generalClassId":6,"subClassId":null,"season":"2024/25","title":"19th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","startTime":"2024-11-28T06:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"RESULT","statusText":"Cambodia won by 5 wickets (with 8 balls remaining)","statusEng":"RESULT","internationalNumber":"002991","generalNumber":null,"winnerTeamId":119,"tossWinnerTeamId":119,"tossWinnerChoice":2,"resultStatus":1,"liveInning":2,"liveInningPredictions":null,"liveOvers":18.04,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16784,"objectId":1457216,"scribeId":21528,"slug":"icc-men-s-t20-world-cup-asia-qualifier-b-2024-25","name":"ICC Men's T20 World Cup Asia Qualifier B","longName":"ICC Men's T20 World Cup Asia Qualifier B","alternateName":"T20 World Cup Asia QLF B","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Qatar","season":"2024/25","startDate":"2024-11-19T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":3,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":2927,"objectId":698949,"name":"West End Park International Cricket Stadium, Doha","smallName":"Doha","longName":"West End Park International Cricket Stadium, Doha","slug":"west-end-park-international-cricket-stadium-doha","location":"","image":null,"town":{"id":1395,"objectId":698947,"name":"Doha","area":"","timezone":"Asia/Qatar"},"country":{"id":187,"objectId":136,"name":"Qatar","shortName":"Qatar","abbreviation":"QAT","slug":"qatar"},"capacity":null},"teams":[{"team":{"id":112,"objectId":61,"scribeId":61,"slug":"bhutan","name":"Bhutan","longName":"Bhutan","abbreviation":"BHU","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/313100/313171.logo.png","isCountry":true,"primaryColor":null,"image":{"id":313171,"objectId":1241630,"slug":"bhutan-logo","url":"/lsci/db/PICTURES/CMS/313100/313171.logo.png","width":500,"height":500,"caption":"Bhutan logo","longCaption":"Bhutan logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":112,"objectId":61,"name":"Bhutan","shortName":"Bhutan","abbreviation":"BHU","slug":"bhutan"}},"isHome":true,"isLive":false,"score":"123/7","scoreInfo":null,"inningNumbers":[1],"points":0,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":119,"objectId":68,"scribeId":68,"slug":"cambodia","name":"Cambodia","longName":"Cambodia","abbreviation":"CAM","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/352600/352691.png","isCountry":true,"primaryColor":null,"image":{"id":352691,"objectId":1354104,"slug":"cambodia-team-logo","url":"/lsci/db/PICTURES/CMS/352600/352691.png","width":500,"height":500,"caption":"Cambodia team logo","longCaption":"Cambodia team logo","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":119,"objectId":68,"name":"Cambodia","shortName":"Cambodia","abbreviation":"CAM","slug":"cambodia"}},"isHome":false,"isLive":false,"score":"126/5","scoreInfo":"18.4/20 ov, T:124","inningNumbers":[2],"points":2,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":"dougie","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":true,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.150Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":117653,"id":117653,"objectId":1457236,"scribeId":1457236,"slug":"qatar-vs-saudi-arabia-20th-match","stage":"FINISHED","state":"POST","internationalClassId":3,"generalClassId":6,"subClassId":null,"season":"2024/25","title":"20th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","startTime":"2024-11-28T06:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"RESULT","statusText":"Qatar won by 6 wickets (with 13 balls remaining)","statusEng":"RESULT","internationalNumber":"002992","generalNumber":null,"winnerTeamId":187,"tossWinnerTeamId":187,"tossWinnerChoice":2,"resultStatus":1,"liveInning":2,"liveInningPredictions":null,"liveOvers":17.06,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16784,"objectId":1457216,"scribeId":21528,"slug":"icc-men-s-t20-world-cup-asia-qualifier-b-2024-25","name":"ICC Men's T20 World Cup Asia Qualifier B","longName":"ICC Men's T20 World Cup Asia Qualifier B","alternateName":"T20 World Cup Asia QLF B","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Qatar","season":"2024/25","startDate":"2024-11-19T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":3,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":3666,"objectId":1422839,"name":"University of Doha for Science and Technology","smallName":"Doha","longName":"University of Doha for Science and Technology","slug":"university-of-doha-for-science-and-technology","location":"","image":null,"town":{"id":1395,"objectId":698947,"name":"Doha","area":"","timezone":"Asia/Qatar"},"country":{"id":187,"objectId":136,"name":"Qatar","shortName":"Qatar","abbreviation":"QAT","slug":"qatar"},"capacity":null},"teams":[{"team":{"id":154,"objectId":103,"scribeId":103,"slug":"saudi-arabia","name":"Saudi Arabia","longName":"Saudi Arabia","abbreviation":"KSA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383900/383973.png","isCountry":true,"primaryColor":null,"image":{"id":383973,"objectId":1441422,"slug":"saudi-arabia-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383900/383973.png","width":500,"height":500,"caption":"Saudi Arabia flag team logo","longCaption":"Saudi Arabia flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":154,"objectId":103,"name":"Saudi Arabia","shortName":"Saudi Arabia","abbreviation":"KSA","slug":"saudi-arabia"}},"isHome":false,"isLive":false,"score":"165/6","scoreInfo":null,"inningNumbers":[1],"points":0,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":187,"objectId":136,"scribeId":136,"slug":"qatar","name":"Qatar","longName":"Qatar","abbreviation":"QAT","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/383900/383966.png","isCountry":true,"primaryColor":null,"image":{"id":383966,"objectId":1441413,"slug":"qatar-flag-team-logo","url":"/lsci/db/PICTURES/CMS/383900/383966.png","width":500,"height":500,"caption":"Qatar flag team logo","longCaption":"Qatar flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":187,"objectId":136,"name":"Qatar","shortName":"Qatar","abbreviation":"QAT","slug":"qatar"}},"isHome":true,"isLive":false,"score":"166/4","scoreInfo":"17.5/20 ov, T:166","inningNumbers":[2],"points":2,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":"dougie","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":true,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.150Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":117793,"id":117793,"objectId":1459377,"scribeId":1459377,"slug":"ivory-coast-vs-st-helena-13th-match","stage":"FINISHED","state":"POST","internationalClassId":3,"generalClassId":6,"subClassId":null,"season":"2024/25","title":"13th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","startTime":"2024-11-28T08:30:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"RESULT","statusText":"St Helena won by 10 wickets (with 108 balls remaining)","statusEng":"RESULT","internationalNumber":"002993","generalNumber":null,"winnerTeamId":201,"tossWinnerTeamId":7222,"tossWinnerChoice":1,"resultStatus":1,"liveInning":2,"liveInningPredictions":null,"liveOvers":2.01,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16815,"objectId":1459372,"scribeId":1459372,"slug":"world-cup-sub-regional-africa-qualifier-group-c-2024-25","name":"World Cup Sub Regional Africa Qualifier Group C","longName":"ICC Men's T20 World Cup Sub Regional Africa Qualifier Group C","alternateName":"Africa QLF C","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"Botswana, Eswatini, Ivory Coast, Nigeria, Sierra Leone, St Helena in Nigeria","season":"2024/25","startDate":"2024-11-23T00:00:00.000Z","endDate":"2024-11-28T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":3,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":3700,"objectId":1461783,"name":"Nigeria Cricket Federation Oval 1, Abuja","smallName":"Abuja","longName":"Nigeria Cricket Federation Oval 1, Abuja","slug":"nigeria-cricket-federation-oval-1-abuja","location":"","image":null,"town":{"id":1609,"objectId":1172447,"name":"Abuja","area":"Federal Capital Territory","timezone":"Africa/Lagos"},"country":{"id":173,"objectId":122,"name":"Nigeria","shortName":"Nigeria","abbreviation":"NGA","slug":"nigeria"},"capacity":null},"teams":[{"team":{"id":7222,"objectId":1459373,"scribeId":1459373,"slug":"ivory-coast","name":"Ivory Coast","longName":"Ivory Coast","abbreviation":"CIV","unofficialName":"","imageUrl":null,"isCountry":true,"primaryColor":null,"image":null,"country":{"id":7222,"objectId":1459373,"name":"Ivory Coast","shortName":"Ivory Coast","abbreviation":"CIV","slug":"ivory-coast"}},"isHome":true,"isLive":false,"score":"26","scoreInfo":null,"inningNumbers":[1],"points":0,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":201,"objectId":150,"scribeId":150,"slug":"st-helena","name":"St Helena","longName":"St Helena","abbreviation":"STHEL","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/349300/349385.png","isCountry":true,"primaryColor":null,"image":{"id":349385,"objectId":1345336,"slug":"st-helena-team-flag-latest","url":"/lsci/db/PICTURES/CMS/349300/349385.png","width":500,"height":500,"caption":"St Helena team flag latest","longCaption":"St Helena team flag latest","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":201,"objectId":150,"name":"St Helena","shortName":"St Helena","abbreviation":"STHEL","slug":"st-helena"}},"isHome":false,"isLive":false,"score":"27/0","scoreInfo":"2/20 ov, T:27","inningNumbers":[2],"points":2,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":"dougie","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":true,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.150Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":116013,"id":116013,"objectId":1444891,"scribeId":1444891,"slug":"knights-vs-dolphins-12th-match","stage":"RUNNING","state":"LIVE","internationalClassId":null,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"12th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-12-01T00:00:00.000Z","startTime":"2024-11-28T08:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Not covered Live","statusText":"Day 1 - Dolphins chose to bat.","statusEng":"Not covered Live","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":3250,"tossWinnerChoice":1,"resultStatus":null,"liveInning":1,"liveInningPredictions":null,"liveOvers":98,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16528,"objectId":1444755,"scribeId":21185,"slug":"csa-4-day-series-division-1-2024-25","name":"CSA 4-Day Series Division 1","longName":"CSA 4-Day Series Division 1","alternateName":"CSA 4-Day DIV1","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in South Africa","season":"2024/25","startDate":"2024-10-30T00:00:00.000Z","endDate":"2025-04-14T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":949,"objectId":59042,"name":"Mangaung Oval, Bloemfontein","smallName":"Bloemfontein","longName":"Mangaung Oval, Bloemfontein","slug":"mangaung-oval-bloemfontein","location":"","image":{"id":50669,"objectId":209596,"slug":"springbok-park-bloemfontein-general-view","url":"/lsci/db/PICTURES/CMS/50600/50669.jpg","width":500,"height":326,"caption":"Springbok Park Bloemfontein, general view","longCaption":"Springbok Park Bloemfontein, general view","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":888,"objectId":59041,"name":"Bloemfontein","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"20000"},"teams":[{"team":{"id":3250,"objectId":3199,"scribeId":3199,"slug":"dolphins","name":"Dolphins","longName":"Dolphins","abbreviation":"DOLPH","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/327700/327719.png","isCountry":false,"primaryColor":null,"image":{"id":327719,"objectId":1279581,"slug":"dolphins-team-logo","url":"/lsci/db/PICTURES/CMS/327700/327719.png","width":500,"height":500,"caption":"Dolphins team logo","longCaption":"Dolphins team logo","credit":"Cricket South Africa","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":false,"isLive":true,"score":"374/4","scoreInfo":"98 ov","inningNumbers":[1],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":3253,"objectId":3202,"scribeId":3202,"slug":"knights","name":"Knights","longName":"Knights","abbreviation":"KNGHT","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/327700/327700.png","isCountry":false,"primaryColor":null,"image":{"id":327700,"objectId":1279550,"slug":"knights-team-logo","url":"/lsci/db/PICTURES/CMS/327700/327700.png","width":500,"height":500,"caption":"Knights team logo","longCaption":"Knights team logo","credit":"Cricket South Africa","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.149Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":116014,"id":116014,"objectId":1444892,"scribeId":1444892,"slug":"lions-vs-warriors-13th-match","stage":"RUNNING","state":"LIVE","internationalClassId":null,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"13th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-12-01T00:00:00.000Z","startTime":"2024-11-28T08:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Not covered Live","statusText":"Day 1 - LIONS chose to bat.","statusEng":"Not covered Live","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":3300,"tossWinnerChoice":1,"resultStatus":null,"liveInning":1,"liveInningPredictions":null,"liveOvers":92,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16528,"objectId":1444755,"scribeId":21185,"slug":"csa-4-day-series-division-1-2024-25","name":"CSA 4-Day Series Division 1","longName":"CSA 4-Day Series Division 1","alternateName":"CSA 4-Day DIV1","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in South Africa","season":"2024/25","startDate":"2024-10-30T00:00:00.000Z","endDate":"2025-04-14T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":508,"objectId":59120,"name":"The Wanderers Stadium, Johannesburg","smallName":"Johannesburg","longName":"The Wanderers Stadium, Johannesburg","slug":"the-wanderers-stadium-johannesburg","location":"","image":{"id":86109,"objectId":334806,"slug":"a-wide-angle-view-of-the-wanderers","url":"/lsci/db/PICTURES/CMS/86100/86109.jpg","width":500,"height":333,"caption":"A wide-angle view of The Wanderers","longCaption":"A wide-angle view of The Wanderers, South Africa v West Indies, 5th ODI, Johannesburg, February 3, 2008","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":901,"objectId":59111,"name":"Johannesburg","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"28,000"},"teams":[{"team":{"id":3300,"objectId":3249,"scribeId":3249,"slug":"lions","name":"LIONS","longName":"Lions","abbreviation":"LIONS","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/345100/345175.jpg","isCountry":false,"primaryColor":null,"image":{"id":345175,"objectId":1331956,"slug":"lions-new-team-logo-2022","url":"/lsci/db/PICTURES/CMS/345100/345175.jpg","width":500,"height":500,"caption":"Lions new team logo (2022)","longCaption":"Lions new team logo (2022)","credit":"Lions Cricket","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":true,"isLive":true,"score":"291","scoreInfo":"92.3 ov","inningNumbers":[1],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":3404,"objectId":3353,"scribeId":3353,"slug":"warriors","name":"Warriors","longName":"Warriors","abbreviation":"WAR","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/378300/378380.png","isCountry":false,"primaryColor":null,"image":{"id":378380,"objectId":1426637,"slug":"warriors-team-logo","url":"/lsci/db/PICTURES/CMS/378300/378380.png","width":500,"height":500,"caption":"Warriors team logo","longCaption":"Warriors team logo","credit":"Cricket South Africa","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.149Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":116015,"id":116015,"objectId":1444893,"scribeId":1444893,"slug":"north-west-vs-boland-14th-match","stage":"RUNNING","state":"LIVE","internationalClassId":null,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"14th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-12-01T00:00:00.000Z","startTime":"2024-11-28T08:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Not covered Live","statusText":"Day 1 - Boland chose to bat.","statusEng":"Not covered Live","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":3212,"tossWinnerChoice":1,"resultStatus":null,"liveInning":1,"liveInningPredictions":null,"liveOvers":93,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16528,"objectId":1444755,"scribeId":21185,"slug":"csa-4-day-series-division-1-2024-25","name":"CSA 4-Day Series Division 1","longName":"CSA 4-Day Series Division 1","alternateName":"CSA 4-Day DIV1","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in South Africa","season":"2024/25","startDate":"2024-10-30T00:00:00.000Z","endDate":"2025-04-14T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":1367,"objectId":59172,"name":"Senwes Park, Potchefstroom","smallName":"Potchefstroom","longName":"Senwes Park, Potchefstroom","slug":"senwes-park-potchefstroom","location":"","image":{"id":50674,"objectId":209604,"slug":"general-view-of-sedgars-park-potchefstroom","url":"/lsci/db/PICTURES/CMS/50600/50674.jpg","width":500,"height":332,"caption":"General view of Sedgars Park, Potchefstroom","longCaption":"General view of Sedgars Park, Potchefstroom","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":912,"objectId":59167,"name":"Potchefstroom","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":null},"teams":[{"team":{"id":3212,"objectId":3161,"scribeId":3161,"slug":"boland","name":"Boland","longName":"Boland","abbreviation":"BOL","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/378300/378388.png","isCountry":false,"primaryColor":null,"image":{"id":378388,"objectId":1426650,"slug":"boland-team-logo","url":"/lsci/db/PICTURES/CMS/378300/378388.png","width":500,"height":500,"caption":"Boland team logo","longCaption":"Boland team logo","credit":"Cricket South Africa","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":false,"isLive":true,"score":"427/2","scoreInfo":"93 ov","inningNumbers":[1],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":3329,"objectId":3278,"scribeId":3278,"slug":"north-west","name":"North West","longName":"North West","abbreviation":"NWEST","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/378300/378386.png","isCountry":false,"primaryColor":null,"image":{"id":378386,"objectId":1426648,"slug":"north-west-dragons-team-logo","url":"/lsci/db/PICTURES/CMS/378300/378386.png","width":500,"height":500,"caption":"North West Dragons team logo","longCaption":"North West Dragons team logo","credit":"Cricket South Africa","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.149Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":116038,"id":116038,"objectId":1444916,"scribeId":1444916,"slug":"kwazulu-natal-inland-vs-northern-cape-8th-match","stage":"RUNNING","state":"LIVE","internationalClassId":null,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"8th Match","floodlit":"day","startDate":"2024-11-28T00:00:00.000Z","endDate":"2024-12-01T00:00:00.000Z","startTime":"2024-11-28T08:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"N","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Not covered Live","statusText":"Day 1 - Northern Cpe chose to bat.","statusEng":"Not covered Live","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":3279,"tossWinnerChoice":1,"resultStatus":null,"liveInning":1,"liveInningPredictions":null,"liveOvers":54,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16529,"objectId":1444757,"scribeId":21186,"slug":"csa-4-day-series-division-2-2024-25","name":"CSA 4-Day Series Division 2","longName":"CSA 4-Day Series Division 2","alternateName":"CSA 4-Day DIV2","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in South Africa","season":"2024/25","startDate":"2024-10-31T00:00:00.000Z","endDate":"2025-04-06T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false},"ground":{"id":197,"objectId":59151,"name":"City Oval, Pietermaritzburg","smallName":"Pietermaritzburg","longName":"City Oval, Pietermaritzburg","slug":"city-oval-pietermaritzburg","location":"","image":{"id":229465,"objectId":953713,"slug":"city-oval-pietermaritzburg","url":"/lsci/db/PICTURES/CMS/229400/229465.jpg","width":900,"height":598,"caption":"City Oval, Pietermaritzburg","longCaption":"City Oval, Pietermaritzburg, South Africa A v England,. Pietermaritzburg, December 20, 2015","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":908,"objectId":59150,"name":"Pietermaritzburg","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":null},"teams":[{"team":{"id":3279,"objectId":3228,"scribeId":3228,"slug":"northern-cape","name":"Northern Cpe","longName":"Northern Cape","abbreviation":"NCAPE","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/327700/327710.png","isCountry":false,"primaryColor":null,"image":{"id":327710,"objectId":1279569,"slug":"northern-cape-heat-team-logo","url":"/lsci/db/PICTURES/CMS/327700/327710.png","width":500,"height":500,"caption":"Northern Cape Heat team logo","longCaption":"Northern Cape Heat team logo","credit":"Cricket South Africa","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":false,"isLive":true,"score":"163/7","scoreInfo":"54 ov","inningNumbers":[1],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":4162,"objectId":256900,"scribeId":256900,"slug":"kwazulu-natal-inland","name":"KZN-Inland","longName":"KwaZulu-Natal Inland","abbreviation":"KZNIN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/378300/378385.png","isCountry":false,"primaryColor":null,"image":{"id":378385,"objectId":1426646,"slug":"kwazulu-natal-inland-team-logo","url":"/lsci/db/PICTURES/CMS/378300/378385.png","width":500,"height":500,"caption":"KwaZulu-Natal Inland team logo","longCaption":"KwaZulu-Natal Inland team logo","credit":"Cricket South Africa","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"","previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.149Z","scorecardSource":"dougie","ballByBallSource":""},{"_uid":115659,"id":115659,"objectId":1442687,"scribeId":1442687,"slug":"brisbane-heat-women-vs-sydney-thunder-women-challenger","stage":"SCHEDULED","state":"PRE","internationalClassId":null,"generalClassId":17,"subClassId":null,"season":"2024/25","title":"Challenger","floodlit":"day","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-11-29T00:00:00.000Z","startTime":"2024-11-29T08:15:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":null,"tossWinnerChoice":null,"resultStatus":null,"liveInning":null,"liveInningPredictions":null,"liveOvers":null,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16467,"objectId":1442625,"scribeId":21284,"slug":"women-s-big-bash-league-2024-25","name":"Women's Big Bash League","longName":"Women's Big Bash League","alternateName":"WBBL","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Australia","season":"2024/25","startDate":"2024-10-27T00:00:00.000Z","endDate":"2025-12-01T00:00:00.000Z","hasStandings":true,"standingsType":3,"classSubClasses":[{"classId":17,"subClassId":null}],"totalVideos":1,"totalSquads":8,"gamePlayWatch":false},"ground":{"id":1154,"objectId":56333,"name":"Allan Border Field, Brisbane","smallName":"Brisbane","longName":"Allan Border Field, Brisbane","slug":"allan-border-field-brisbane","location":"Breakfast Creek","image":{"id":188519,"objectId":757919,"slug":"a-view-of-the-allan-border-field","url":"/lsci/db/PICTURES/CMS/188500/188519.jpg","width":900,"height":599,"caption":"A view of the Allan Border field","longCaption":"A view of the Allan Border field, Australia A v India A, 1st unofficial Test, Brisbane, 1st day, July 6, 2014","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":8,"objectId":56332,"name":"Brisbane","area":"Queensland","timezone":"Australia/Brisbane"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"4500"},"teams":[{"team":{"id":5635,"objectId":896397,"scribeId":896397,"slug":"brisbane-heat-women","name":"Heat","longName":"Brisbane Heat Women","abbreviation":"BH-W","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313500/313503.logo.png","isCountry":false,"primaryColor":"#07abd5","image":{"id":313503,"objectId":1241962,"slug":"brisbane-heat-women-logo","url":"/lsci/db/PICTURES/CMS/313500/313503.logo.png","width":500,"height":500,"caption":"Brisbane Heat Women logo","longCaption":"Brisbane Heat Women logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":5639,"objectId":896401,"scribeId":896401,"slug":"sydney-thunder-women","name":"Thunder","longName":"Sydney Thunder Women","abbreviation":"ST-W","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313500/313505.logo.png","isCountry":false,"primaryColor":"#b2f71d","image":{"id":313505,"objectId":1241964,"slug":"sydney-thunder-women-logo","url":"/lsci/db/PICTURES/CMS/313500/313505.logo.png","width":500,"height":500,"caption":"Sydney Thunder Women logo","longCaption":"Sydney Thunder Women logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":null,"previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":true,"hasGameboard":true,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":["hi"],"generatedAt":"2024-11-28T19:39:14.149Z","scorecardSource":null,"ballByBallSource":null},{"_uid":117883,"id":117883,"objectId":1459869,"scribeId":1459869,"slug":"morrisville-samp-army-vs-team-abu-dhabi-28th-match","stage":"SCHEDULED","state":"PRE","internationalClassId":null,"generalClassId":13,"subClassId":null,"season":"2024/25","title":"28th Match","floodlit":"day","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-11-29T00:00:00.000Z","startTime":"2024-11-29T09:15:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":null,"tossWinnerChoice":null,"resultStatus":null,"liveInning":null,"liveInningPredictions":null,"liveOvers":null,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16820,"objectId":1459838,"scribeId":18522,"slug":"abu-dhabi-t10-2024-25","name":"Abu Dhabi T10","longName":"Abu Dhabi T10","alternateName":"Abu Dhabi T10","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-21T00:00:00.000Z","endDate":"2024-12-02T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":13,"subClassId":null}],"totalVideos":0,"totalSquads":12,"gamePlayWatch":false},"ground":{"id":1965,"objectId":59396,"name":"Zayed Cricket Stadium, Abu Dhabi","smallName":"Abu Dhabi","longName":"Zayed Cricket Stadium, Abu Dhabi","slug":"zayed-cricket-stadium-abu-dhabi","location":"","image":{"id":115554,"objectId":453935,"slug":"the-lights-come-on-at-the-sheikh-zayed-stadium","url":"/lsci/db/PICTURES/CMS/115500/115554.jpg","width":500,"height":297,"caption":"The lights come on at the Sheikh Zayed Stadium","longCaption":"The lights come on at the Sheikh Zayed Stadium, MCC v Durham, Abu Dhabi, March 29, 2010\n","credit":"PA Photos","photographer":null,"peerUrls":null},"town":{"id":977,"objectId":59394,"name":"Abu Dhabi","area":"","timezone":"Asia/Dubai"},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"},"capacity":"20,000"},"teams":[{"team":{"id":7026,"objectId":1344977,"scribeId":1344977,"slug":"morrisville-samp-army","name":"Samp Army","longName":"Morrisville Samp Army","abbreviation":"MSA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/371900/371939.png","isCountry":false,"primaryColor":null,"image":{"id":371939,"objectId":1410823,"slug":"samp-army-team-logo","url":"/lsci/db/PICTURES/CMS/371900/371939.png","width":500,"height":500,"caption":"Samp Army team logo","longCaption":"Samp Army team logo","credit":"Abu Dhabi T10","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":6684,"objectId":1204575,"scribeId":1204575,"slug":"team-abu-dhabi","name":"Abu Dhabi","longName":"Team Abu Dhabi","abbreviation":"TAD","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/371900/371942.png","isCountry":false,"primaryColor":null,"image":{"id":371942,"objectId":1410826,"slug":"team-abu-dhabi-team-logo","url":"/lsci/db/PICTURES/CMS/371900/371942.png","width":500,"height":500,"caption":"Team Abu Dhabi team logo","longCaption":"Team Abu Dhabi team logo","credit":"Abu Dhabi T10","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":null,"previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:15.519Z","scorecardSource":null,"ballByBallSource":null},{"_uid":117884,"id":117884,"objectId":1459870,"scribeId":1459870,"slug":"delhi-bulls-vs-new-york-strikers-29th-match","stage":"SCHEDULED","state":"PRE","internationalClassId":null,"generalClassId":13,"subClassId":null,"season":"2024/25","title":"29th Match","floodlit":"day","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-11-29T00:00:00.000Z","startTime":"2024-11-29T11:30:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":null,"tossWinnerChoice":null,"resultStatus":null,"liveInning":null,"liveInningPredictions":null,"liveOvers":null,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16820,"objectId":1459838,"scribeId":18522,"slug":"abu-dhabi-t10-2024-25","name":"Abu Dhabi T10","longName":"Abu Dhabi T10","alternateName":"Abu Dhabi T10","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-21T00:00:00.000Z","endDate":"2024-12-02T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":13,"subClassId":null}],"totalVideos":0,"totalSquads":12,"gamePlayWatch":false},"ground":{"id":1965,"objectId":59396,"name":"Zayed Cricket Stadium, Abu Dhabi","smallName":"Abu Dhabi","longName":"Zayed Cricket Stadium, Abu Dhabi","slug":"zayed-cricket-stadium-abu-dhabi","location":"","image":{"id":115554,"objectId":453935,"slug":"the-lights-come-on-at-the-sheikh-zayed-stadium","url":"/lsci/db/PICTURES/CMS/115500/115554.jpg","width":500,"height":297,"caption":"The lights come on at the Sheikh Zayed Stadium","longCaption":"The lights come on at the Sheikh Zayed Stadium, MCC v Durham, Abu Dhabi, March 29, 2010\n","credit":"PA Photos","photographer":null,"peerUrls":null},"town":{"id":977,"objectId":59394,"name":"Abu Dhabi","area":"","timezone":"Asia/Dubai"},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"},"capacity":"20,000"},"teams":[{"team":{"id":6474,"objectId":1129281,"scribeId":1129281,"slug":"delhi-bulls","name":"Delhi Bulls","longName":"Delhi Bulls","abbreviation":"DB","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/371900/371938.png","isCountry":false,"primaryColor":null,"image":{"id":371938,"objectId":1410822,"slug":"delhi-bulls-team-logo","url":"/lsci/db/PICTURES/CMS/371900/371938.png","width":500,"height":500,"caption":"Delhi Bulls team logo","longCaption":"Delhi Bulls team logo","credit":"Abu Dhabi T10","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":7025,"objectId":1344976,"scribeId":1344976,"slug":"new-york-strikers","name":"Strikers","longName":"New York Strikers","abbreviation":"NYS","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/371900/371940.png","isCountry":false,"primaryColor":null,"image":{"id":371940,"objectId":1410824,"slug":"new-york-strikers-team-logo","url":"/lsci/db/PICTURES/CMS/371900/371940.png","width":500,"height":500,"caption":"New York Strikers team logo","longCaption":"New York Strikers team logo","credit":"Abu Dhabi T10","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":null,"previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:15.519Z","scorecardSource":null,"ballByBallSource":null},{"_uid":117885,"id":117885,"objectId":1459871,"scribeId":1459871,"slug":"chennai-braves-jaguars-vs-up-nawabs-30th-match","stage":"SCHEDULED","state":"PRE","internationalClassId":null,"generalClassId":13,"subClassId":null,"season":"2024/25","title":"30th Match","floodlit":"daynight","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-11-29T00:00:00.000Z","startTime":"2024-11-29T13:45:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":null,"tossWinnerChoice":null,"resultStatus":null,"liveInning":null,"liveInningPredictions":null,"liveOvers":null,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16820,"objectId":1459838,"scribeId":18522,"slug":"abu-dhabi-t10-2024-25","name":"Abu Dhabi T10","longName":"Abu Dhabi T10","alternateName":"Abu Dhabi T10","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-21T00:00:00.000Z","endDate":"2024-12-02T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":13,"subClassId":null}],"totalVideos":0,"totalSquads":12,"gamePlayWatch":false},"ground":{"id":1965,"objectId":59396,"name":"Zayed Cricket Stadium, Abu Dhabi","smallName":"Abu Dhabi","longName":"Zayed Cricket Stadium, Abu Dhabi","slug":"zayed-cricket-stadium-abu-dhabi","location":"","image":{"id":115554,"objectId":453935,"slug":"the-lights-come-on-at-the-sheikh-zayed-stadium","url":"/lsci/db/PICTURES/CMS/115500/115554.jpg","width":500,"height":297,"caption":"The lights come on at the Sheikh Zayed Stadium","longCaption":"The lights come on at the Sheikh Zayed Stadium, MCC v Durham, Abu Dhabi, March 29, 2010\n","credit":"PA Photos","photographer":null,"peerUrls":null},"town":{"id":977,"objectId":59394,"name":"Abu Dhabi","area":"","timezone":"Asia/Dubai"},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"},"capacity":"20,000"},"teams":[{"team":{"id":6887,"objectId":1288991,"scribeId":1288991,"slug":"chennai-braves-jaguars","name":"Braves","longName":"Chennai Braves Jaguars","abbreviation":"CBJ","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/391000/391067.png","isCountry":false,"primaryColor":null,"image":{"id":391067,"objectId":1459885,"slug":"chennai-brave-jaguars-abu-dhabi-t10-league-logo","url":"/lsci/db/PICTURES/CMS/391000/391067.png","width":500,"height":500,"caption":"Chennai Brave Jaguars Abu Dhabi T10 League logo","longCaption":"Chennai Brave Jaguars Abu Dhabi T10 League logo","credit":"T10 League","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":7226,"objectId":1459841,"scribeId":1459841,"slug":"up-nawabs","name":"Nawabs","longName":"UP Nawabs","abbreviation":"UPN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/391000/391066.png","isCountry":false,"primaryColor":null,"image":{"id":391066,"objectId":1459884,"slug":"up-nawabs-abu-dhabi-t10-league-logo","url":"/lsci/db/PICTURES/CMS/391000/391066.png","width":500,"height":500,"caption":"UP Nawabs Abu Dhabi T10 league logo","longCaption":"UP Nawabs Abu Dhabi T10 league logo","credit":"T10 League","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":null,"previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.151Z","scorecardSource":null,"ballByBallSource":null},{"_uid":117886,"id":117886,"objectId":1459872,"scribeId":1459872,"slug":"ajman-bolts-vs-northern-warriors-31st-match","stage":"SCHEDULED","state":"PRE","internationalClassId":null,"generalClassId":13,"subClassId":null,"season":"2024/25","title":"31st Match","floodlit":"night","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-11-29T00:00:00.000Z","startTime":"2024-11-29T16:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":null,"tossWinnerChoice":null,"resultStatus":null,"liveInning":null,"liveInningPredictions":null,"liveOvers":null,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16820,"objectId":1459838,"scribeId":18522,"slug":"abu-dhabi-t10-2024-25","name":"Abu Dhabi T10","longName":"Abu Dhabi T10","alternateName":"Abu Dhabi T10","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-21T00:00:00.000Z","endDate":"2024-12-02T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":13,"subClassId":null}],"totalVideos":0,"totalSquads":12,"gamePlayWatch":false},"ground":{"id":1965,"objectId":59396,"name":"Zayed Cricket Stadium, Abu Dhabi","smallName":"Abu Dhabi","longName":"Zayed Cricket Stadium, Abu Dhabi","slug":"zayed-cricket-stadium-abu-dhabi","location":"","image":{"id":115554,"objectId":453935,"slug":"the-lights-come-on-at-the-sheikh-zayed-stadium","url":"/lsci/db/PICTURES/CMS/115500/115554.jpg","width":500,"height":297,"caption":"The lights come on at the Sheikh Zayed Stadium","longCaption":"The lights come on at the Sheikh Zayed Stadium, MCC v Durham, Abu Dhabi, March 29, 2010\n","credit":"PA Photos","photographer":null,"peerUrls":null},"town":{"id":977,"objectId":59394,"name":"Abu Dhabi","area":"","timezone":"Asia/Dubai"},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"},"capacity":"20,000"},"teams":[{"team":{"id":7225,"objectId":1459839,"scribeId":1459839,"slug":"ajman-bolts","name":"Bolts","longName":"Ajman Bolts","abbreviation":"AJB","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/391000/391065.png","isCountry":false,"primaryColor":null,"image":{"id":391065,"objectId":1459883,"slug":"ajman-bolts-abu-dhabi-t10-logo","url":"/lsci/db/PICTURES/CMS/391000/391065.png","width":500,"height":500,"caption":"Ajman Bolts Abu Dhabi T10 logo","longCaption":"Ajman Bolts Abu Dhabi T10 logo","credit":"T10 League","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":6600,"objectId":1163305,"scribeId":1163305,"slug":"northern-warriors","name":"Warriors","longName":"Northern Warriors","abbreviation":"NW","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/371900/371937.png","isCountry":false,"primaryColor":null,"image":{"id":371937,"objectId":1410821,"slug":"northern-warriors-team-logo","url":"/lsci/db/PICTURES/CMS/371900/371937.png","width":500,"height":500,"caption":"Northern Warriors Team logo","longCaption":"Northern Warriors Team logo","credit":"Abu Dhabi T10","photographer":null,"peerUrls":null},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":null,"previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:15.519Z","scorecardSource":null,"ballByBallSource":null},{"_uid":117910,"id":117910,"objectId":1460207,"scribeId":1460207,"slug":"guyana-amazon-warriors-vs-victoria-3rd-match","stage":"SCHEDULED","state":"PRE","internationalClassId":null,"generalClassId":6,"subClassId":null,"season":"2024/25","title":"3rd Match","floodlit":"night","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-11-29T00:00:00.000Z","startTime":"2024-11-29T23:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":null,"tossWinnerChoice":null,"resultStatus":null,"liveInning":null,"liveInningPredictions":null,"liveOvers":null,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16829,"objectId":1460197,"scribeId":1460197,"slug":"global-super-league-2024-25","name":"Global Super League","longName":"Global Super League","alternateName":"GSL 2024","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in West Indies","season":"2024/25","startDate":"2024-11-26T00:00:00.000Z","endDate":"2024-12-07T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":6,"subClassId":null}],"totalVideos":0,"totalSquads":5,"gamePlayWatch":false},"ground":{"id":1986,"objectId":208544,"name":"Providence Stadium, Guyana","smallName":"Providence","longName":"Providence Stadium, Guyana","slug":"providence-stadium-guyana","location":"","image":{"id":74347,"objectId":289745,"slug":"an-overview-of-the-providence-stadium-in-guyana","url":"/lsci/db/PICTURES/CMS/74300/74347.jpg","width":500,"height":333,"caption":"An overview of the Providence Stadium in Guyana","longCaption":"An overview of the Providence Stadium in Guyana, Ireland v New Zealand, Super Eights, Guyana, April 9, 2007 ","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":1076,"objectId":248162,"name":"Providence","area":"Guyana","timezone":"America/Guyana"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"15,000"},"teams":[{"team":{"id":5153,"objectId":642413,"scribeId":642413,"slug":"guyana-amazon-warriors","name":"Amazon","longName":"Guyana Amazon Warriors","abbreviation":"GAW","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/313400/313482.logo.png","isCountry":false,"primaryColor":"#2a7416","image":{"id":313482,"objectId":1241941,"slug":"guyana-amazon-warriors-logo","url":"/lsci/db/PICTURES/CMS/313400/313482.logo.png","width":500,"height":500,"caption":"Guyana Amazon Warriors logo","longCaption":"Guyana Amazon Warriors logo","credit":null,"photographer":null,"peerUrls":null},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":635,"objectId":584,"scribeId":584,"slug":"victoria","name":"Victoria","longName":"Victoria","abbreviation":"VIC","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/390400/390439.jpg","isCountry":false,"primaryColor":null,"image":{"id":390439,"objectId":1458568,"slug":"victora-team-logo-white-background","url":"/lsci/db/PICTURES/CMS/390400/390439.jpg","width":500,"height":500,"caption":"Victora team logo white background","longCaption":"Victora team logo white background","credit":"Cricket Australia","photographer":null,"peerUrls":null},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"T20","headToHeadSource":null,"previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":true,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.151Z","scorecardSource":null,"ballByBallSource":null},{"_uid":118148,"id":118148,"objectId":1461709,"scribeId":1461709,"slug":"afghanistan-under-19s-vs-bangladesh-under-19s-1st-match-group-b","stage":"SCHEDULED","state":"PRE","internationalClassId":15,"generalClassId":12,"subClassId":null,"season":"2024/25","title":"1st Match, Group B","floodlit":"day","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-11-29T00:00:00.000Z","startTime":"2024-11-29T05:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","internationalNumber":"001541","generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":null,"tossWinnerChoice":null,"resultStatus":null,"liveInning":null,"liveInningPredictions":null,"liveOvers":null,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16848,"objectId":1461700,"scribeId":8616,"slug":"asian-cricket-council-under-19s-asia-cup-2024-25","name":"Asian Cricket Council Under-19s Asia Cup","longName":"Asian Cricket Council Under-19s Asia Cup","alternateName":"U19 Asia Cup","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-12-08T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":15,"subClassId":null}],"totalVideos":0,"totalSquads":1,"gamePlayWatch":false},"ground":{"id":2439,"objectId":392627,"name":"Dubai International Cricket Stadium","smallName":"Dubai (DICS)","longName":"Dubai International Cricket Stadium","slug":"dubai-international-cricket-stadium","location":"","image":{"id":141418,"objectId":549793,"slug":"a-bird-s-eye-view-of-the-dubai-international-cricket-stadium","url":"/lsci/db/PICTURES/CMS/141400/141418.jpg","width":900,"height":600,"caption":"A bird's eye view of the Dubai International Cricket Stadium","longCaption":"A bird's eye view of the Dubai International Cricket Stadium, Pakistan v England, 1st Test, Dubai, 1st day, January 17, 2012","credit":"Associated Press","photographer":null,"peerUrls":null},"town":{"id":978,"objectId":59397,"name":"Dubai","area":"","timezone":"Asia/Dubai"},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"},"capacity":"25,000"},"teams":[{"team":{"id":4113,"objectId":228132,"scribeId":228132,"slug":"afghanistan-under-19s","name":"Afghan U19","longName":"Afghanistan Under-19s","abbreviation":"AFG19","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/321000/321005.png","isCountry":false,"primaryColor":null,"image":{"id":321005,"objectId":1262396,"slug":"afghanistan-team-logo","url":"/lsci/db/PICTURES/CMS/321000/321005.png","width":500,"height":500,"caption":"Afghanistan team logo","longCaption":"Afghanistan team logo","credit":"Unknown","photographer":null,"peerUrls":null},"country":{"id":40,"objectId":40,"name":"Afghanistan","shortName":"Afghanistan","abbreviation":"AFG","slug":"afghanistan"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":723,"objectId":672,"scribeId":672,"slug":"bangladesh-under-19s","name":"B'desh U19","longName":"Bangladesh Under-19s","abbreviation":"BD19","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","isCountry":false,"primaryColor":null,"image":{"id":341456,"objectId":1321180,"slug":"bangladesh-latest-team-flag","url":"/lsci/db/PICTURES/CMS/341400/341456.png","width":500,"height":500,"caption":"Bangladesh latest-team flag","longCaption":"Bangladesh latest-team flag","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"ODI","headToHeadSource":null,"previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.151Z","scorecardSource":null,"ballByBallSource":null},{"_uid":118149,"id":118149,"objectId":1461710,"scribeId":1461710,"slug":"nepal-under-19s-vs-sri-lanka-under-19s-2nd-match-group-b","stage":"SCHEDULED","state":"PRE","internationalClassId":null,"generalClassId":12,"subClassId":null,"season":"2024/25","title":"2nd Match, Group B","floodlit":"day","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-11-29T00:00:00.000Z","startTime":"2024-11-29T05:00:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","internationalNumber":null,"generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":null,"tossWinnerChoice":null,"resultStatus":null,"liveInning":null,"liveInningPredictions":null,"liveOvers":null,"liveOversPending":null,"liveBalls":null,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":null,"series":{"id":16848,"objectId":1461700,"scribeId":8616,"slug":"asian-cricket-council-under-19s-asia-cup-2024-25","name":"Asian Cricket Council Under-19s Asia Cup","longName":"Asian Cricket Council Under-19s Asia Cup","alternateName":"U19 Asia Cup","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-12-08T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":15,"subClassId":null}],"totalVideos":0,"totalSquads":1,"gamePlayWatch":false},"ground":{"id":848,"objectId":59392,"name":"Sharjah Cricket Stadium","smallName":"Sharjah","longName":"Sharjah Cricket Stadium","slug":"sharjah-cricket-stadium","location":"","image":{"id":324961,"objectId":1271088,"slug":"sharjah-cricket-stadium-a-general-view","url":"/lsci/db/PICTURES/CMS/324900/324961.jpg","width":1400,"height":1050,"caption":"Sharjah Cricket Stadium: a general view","longCaption":"Sharjah Cricket Stadium: a general view","credit":null,"photographer":null,"peerUrls":null},"town":{"id":976,"objectId":59391,"name":"Sharjah","area":"","timezone":"Asia/Dubai"},"country":{"id":27,"objectId":27,"name":"United Arab Emirates","shortName":"U.A.E.","abbreviation":"UAE","slug":"united-arab-emirates"},"capacity":"16,000"},"teams":[{"team":{"id":2371,"objectId":2320,"scribeId":2320,"slug":"nepal-under-19s","name":"Nepal U19","longName":"Nepal Under-19s","abbreviation":"NEP19","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/319900/319958.png","isCountry":false,"primaryColor":null,"image":{"id":319958,"objectId":1260247,"slug":"nepal-team-logo","url":"/lsci/db/PICTURES/CMS/319900/319958.png","width":500,"height":500,"caption":"Nepal team logo","longCaption":"Nepal team logo","credit":"Unknown","photographer":null,"peerUrls":null},"country":{"id":32,"objectId":33,"name":"Nepal","shortName":"Nepal","abbreviation":"NEP","slug":"nepal"}},"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":3668,"objectId":3617,"scribeId":3617,"slug":"sri-lanka-under-19s-young-cricketers","name":"SL Under-19s","longName":"Sri Lanka Under-19s","abbreviation":"SL19","unofficialName":null,"imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","isCountry":false,"primaryColor":null,"image":{"id":340047,"objectId":1316921,"slug":"sri-lanka-team-flag","url":"/lsci/db/PICTURES/CMS/340000/340047.png","width":500,"height":500,"caption":"Sri Lanka team flag","longCaption":"Sri Lanka team flag","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"}},"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"inningNumbers":[],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"SINGLE","format":"ODI","headToHeadSource":null,"previewStoryId":null,"reportStoryId":null,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":0,"totalVideos":0,"totalStories":0,"languages":[],"generatedAt":"2024-11-28T19:39:14.151Z","scorecardSource":null,"ballByBallSource":null}]},"keySeriesItems":[{"title":"Under-19s Asia Cup","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16848,"objectId":1461700,"scribeId":8616,"slug":"asian-cricket-council-under-19s-asia-cup-2024-25","name":"Asian Cricket Council Under-19s Asia Cup","longName":"Asian Cricket Council Under-19s Asia Cup","alternateName":"U19 Asia Cup","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-29T00:00:00.000Z","endDate":"2024-12-08T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":15,"subClassId":null}],"totalVideos":0,"totalSquads":1,"gamePlayWatch":false}},{"title":"Global Super League","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16829,"objectId":1460197,"scribeId":1460197,"slug":"global-super-league-2024-25","name":"Global Super League","longName":"Global Super League","alternateName":"GSL 2024","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in West Indies","season":"2024/25","startDate":"2024-11-26T00:00:00.000Z","endDate":"2024-12-07T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":6,"subClassId":null}],"totalVideos":0,"totalSquads":5,"gamePlayWatch":false}},{"title":"SA Women vs ENG Women","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16311,"objectId":1432221,"scribeId":22609,"slug":"south-africa-vs-england-women-2024-25","name":"South Africa vs England Women","longName":"England Women tour of South Africa","alternateName":"SA vs ENG [W]","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-24T00:00:00.000Z","endDate":"2024-12-18T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":0,"totalSquads":5,"gamePlayWatch":false}},{"title":"WBBL 2024","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16467,"objectId":1442625,"scribeId":21284,"slug":"women-s-big-bash-league-2024-25","name":"Women's Big Bash League","longName":"Women's Big Bash League","alternateName":"WBBL","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Australia","season":"2024/25","startDate":"2024-10-27T00:00:00.000Z","endDate":"2025-12-01T00:00:00.000Z","hasStandings":true,"standingsType":3,"classSubClasses":[{"classId":17,"subClassId":null}],"totalVideos":1,"totalSquads":8,"gamePlayWatch":false}},{"title":"Australia vs India","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16215,"objectId":1426547,"scribeId":22111,"slug":"australia-vs-india-2024-25","name":"Australia vs India","longName":"India tour of Australia","alternateName":"AUS vs IND","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-22T00:00:00.000Z","endDate":"2025-01-03T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":127,"totalSquads":6,"gamePlayWatch":false}},{"title":"IPL 2025","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16622,"objectId":1449924,"scribeId":8048,"slug":"ipl-2025","name":"IPL","longName":"Indian Premier League","alternateName":"IPL","longAlternateName":null,"unofficialName":null,"year":2025,"typeId":3,"isTrophy":true,"description":"","season":"2025","startDate":"2025-03-14T00:00:00.000Z","endDate":"2025-05-25T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[{"classId":6,"subClassId":null}],"totalVideos":84,"totalSquads":10,"gamePlayWatch":false}},{"title":"Abu Dhabi T10","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16820,"objectId":1459838,"scribeId":18522,"slug":"abu-dhabi-t10-2024-25","name":"Abu Dhabi T10","longName":"Abu Dhabi T10","alternateName":"Abu Dhabi T10","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in United Arab Emirates","season":"2024/25","startDate":"2024-11-21T00:00:00.000Z","endDate":"2024-12-02T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":13,"subClassId":null}],"totalVideos":0,"totalSquads":12,"gamePlayWatch":false}},{"title":"West Indies vs Bangladesh","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16328,"objectId":1433357,"scribeId":22621,"slug":"west-indies-vs-bangladesh-2024-25","name":"West Indies vs Bangladesh","longName":"Bangladesh tour of West Indies","alternateName":"WI vs BAN","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-17T00:00:00.000Z","endDate":"2024-12-19T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":0,"totalSquads":2,"gamePlayWatch":false}},{"title":"Pakistan A vs Sri Lanka A","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16631,"objectId":1450291,"scribeId":1450291,"slug":"sri-lanka-a-in-pakistan-2024-25","name":"Sri Lanka A in Pakistan","longName":"Sri Lanka A tour of Pakistan","alternateName":null,"longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-11T00:00:00.000Z","endDate":"2024-11-29T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false}},{"title":"Zimbabwe vs Pakistan","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16518,"objectId":1444642,"scribeId":1444642,"slug":"pakistan-in-zimbabwe-2024-25","name":"Pakistan in Zimbabwe","longName":"Pakistan tour of Zimbabwe","alternateName":"ZIM vs PAK","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-24T00:00:00.000Z","endDate":"2024-12-05T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":0,"totalSquads":4,"gamePlayWatch":false}},{"title":"South Africa vs Sri Lanka","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16305,"objectId":1432203,"scribeId":22608,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-27T00:00:00.000Z","endDate":"2024-12-09T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":2,"totalSquads":2,"gamePlayWatch":false}},{"title":"New Zealand vs England","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16249,"objectId":1428550,"scribeId":22108,"slug":"england-in-new-zealand-2024-25","name":"England in New Zealand","longName":"England tour of New Zealand","alternateName":"NZ vs ENG","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-23T00:00:00.000Z","endDate":"2024-12-18T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":4,"totalSquads":3,"gamePlayWatch":false}},{"title":"SMA Trophy","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16563,"objectId":1445827,"scribeId":8661,"slug":"syed-mushtaq-ali-trophy-2024-25","name":"Syed Mushtaq Ali Trophy","longName":"Syed Mushtaq Ali Trophy","alternateName":"SMAT","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in India","season":"2024/25","startDate":"2024-11-23T00:00:00.000Z","endDate":"2024-12-15T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":6,"subClassId":null}],"totalVideos":0,"totalSquads":38,"gamePlayWatch":false}},{"title":"Ranji Trophy","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16560,"objectId":1445824,"scribeId":8050,"slug":"ranji-trophy-2024-25","name":"Ranji Trophy","longName":"Ranji Trophy","alternateName":"Ranji Trophy","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in India","season":"2024/25","startDate":"2024-10-11T00:00:00.000Z","endDate":"2025-03-02T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":32,"gamePlayWatch":false}},{"title":"Plunket Shield","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16691,"objectId":1452136,"scribeId":8828,"slug":"plunket-shield-2024-25","name":"Plunket Shield","longName":"Plunket Shield","alternateName":"Plunket Shield","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in New Zealand","season":"2024/25","startDate":"2024-11-11T00:00:00.000Z","endDate":"2025-04-01T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false}},{"title":"BBL 2024","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16475,"objectId":1443056,"scribeId":8044,"slug":"big-bash-league-2024-25","name":"Big Bash League","longName":"Big Bash League","alternateName":"BBL 2024","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Australia","season":"2024/25","startDate":"2024-12-15T00:00:00.000Z","endDate":"2025-01-27T00:00:00.000Z","hasStandings":true,"standingsType":3,"classSubClasses":[{"classId":6,"subClassId":null}],"totalVideos":1,"totalSquads":0,"gamePlayWatch":false}},{"title":"The Ford Trophy","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16689,"objectId":1451912,"scribeId":8880,"slug":"the-ford-trophy-2024-25","name":"The Ford Trophy","longName":"The Ford Trophy","alternateName":"Ford Trophy","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in New Zealand","season":"2024/25","startDate":"2024-10-20T00:00:00.000Z","endDate":"2025-03-02T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":5,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false}},{"title":"Sheffield Shield","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16509,"objectId":1444468,"scribeId":8043,"slug":"sheffield-shield-2024-25","name":"Sheffield Shield","longName":"Sheffield Shield","alternateName":"Sheffield Shield","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Australia","season":"2024/25","startDate":"2024-10-08T00:00:00.000Z","endDate":"2025-03-30T00:00:00.000Z","hasStandings":true,"standingsType":3,"classSubClasses":[{"classId":4,"subClassId":null}],"totalVideos":3,"totalSquads":6,"gamePlayWatch":false}},{"title":"One-Day Cup (Australia)","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16510,"objectId":1444469,"scribeId":18077,"slug":"one-day-cup-aus-2024-25","name":"One-Day Cup (AUS)","longName":"One-Day Cup (Australia)","alternateName":"Australia 1-Day","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Australia","season":"2024/25","startDate":"2024-09-22T00:00:00.000Z","endDate":"2025-03-01T00:00:00.000Z","hasStandings":true,"standingsType":3,"classSubClasses":[{"classId":5,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false}},{"title":"Cricket World Cup League 2","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16096,"objectId":1420525,"scribeId":19439,"slug":"icc-men-s-cricket-world-cup-league-2-2023-24-2027","name":"ICC Men's Cricket World Cup League 2","longName":"ICC Men's Cricket World Cup League 2","alternateName":"WCL 2","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"","season":"2023/24-2027","startDate":"2024-02-15T00:00:00.000Z","endDate":"2027-09-30T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":2,"subClassId":null}],"totalVideos":1,"totalSquads":0,"gamePlayWatch":false}},{"title":"CWC Challenge League Group B","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16682,"objectId":1451884,"scribeId":19653,"slug":"cwc-challenge-league-group-b-2024-2026","name":"CWC Challenge League Group B","longName":"CWC Challenge League Group B","alternateName":"Challenge League Group B","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Uganda","season":"2024-2026","startDate":"2024-11-06T00:00:00.000Z","endDate":"2024-11-16T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":5,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false}},{"title":"CWC Challenge League Group A","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":16673,"objectId":1451764,"scribeId":19553,"slug":"cwc-challenge-league-group-a-2024-2026","name":"CWC Challenge League Group A","longName":"CWC Challenge League Group A","alternateName":"Challenge League A","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":3,"isTrophy":true,"description":"in Kenya","season":"2024-2026","startDate":"2024-09-25T00:00:00.000Z","endDate":"2024-10-05T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":5,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false}},{"title":"Women's Championship","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":14537,"objectId":1308225,"scribeId":8674,"slug":"icc-women-s-championship-2022-23-2025","name":"ICC Women's Championship","longName":"ICC Women's Championship","alternateName":"Championship [W]","longAlternateName":null,"unofficialName":null,"year":2022,"typeId":3,"isTrophy":true,"description":"","season":"2022/23-2025","startDate":"2022-06-01T00:00:00.000Z","endDate":"2025-01-01T00:00:00.000Z","hasStandings":true,"standingsType":2,"classSubClasses":[{"classId":9,"subClassId":null}],"totalVideos":9,"totalSquads":0,"gamePlayWatch":false}},{"title":"World Test Championship","summary":"","previewImage":null,"type":"SERIES","countryCodes":[],"series":{"id":15144,"objectId":1345943,"scribeId":19430,"slug":"icc-world-test-championship-2023-2025","name":"ICC World Test Championship","longName":"ICC World Test Championship","alternateName":"WTC","longAlternateName":null,"unofficialName":null,"year":2023,"typeId":3,"isTrophy":true,"description":"","season":"2023-2025","startDate":"2023-06-16T00:00:00.000Z","endDate":"2025-12-31T00:00:00.000Z","hasStandings":true,"standingsType":3,"classSubClasses":[{"classId":1,"subClassId":null}],"totalVideos":438,"totalSquads":0,"gamePlayWatch":false}}],"sponsoredItems":[{"title":"Instagram","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11670,"objectId":1243355,"title":"https://www.instagram.com/espncricinfo/","url":"https://www.instagram.com/espncricinfo/"}},{"title":"WhatsApp","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":17539,"objectId":1401987,"title":"https://whatsapp.com/channel/0029Va5oNnUKGGGLrFKvkH3E","url":"https://whatsapp.com/channel/0029Va5oNnUKGGGLrFKvkH3E"}},{"title":"Twitter","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11669,"objectId":1243353,"title":"https://twitter.com/espncricinfo","url":"https://twitter.com/espncricinfo"}},{"title":"Facebook","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11668,"objectId":1243351,"title":"https://www.facebook.com/Cricinfo/","url":"https://www.facebook.com/Cricinfo/"}},{"title":"YouTube","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":11667,"objectId":1243346,"title":"https://www.youtube.com/espncricinfo","url":"https://www.youtube.com/espncricinfo"}}],"promotedItems":[{"title":"IPL 2025 auction","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":20367,"objectId":1461256,"title":"https://www.espncricinfo.com/auction/ipl-2025-auction-1460972","url":"https://www.espncricinfo.com/auction/ipl-2025-auction-1460972"}},{"title":"WTC points table","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":16857,"objectId":1387891,"title":"https://www.espncricinfo.com/series/icc-world-test-championship-2023-2025-1345943/points-table-standings","url":"https://www.espncricinfo.com/series/icc-world-test-championship-2023-2025-1345943/points-table-standings"}},{"title":"ICC team rankings","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":19296,"objectId":1441993,"title":"https://www.espncricinfo.com/rankings/icc-team-ranking","url":"https://www.espncricinfo.com/rankings/icc-team-ranking"}},{"title":"ICC player rankings","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":19297,"objectId":1441994,"title":"https://www.espncricinfo.com/rankings/icc-player-ranking","url":"https://www.espncricinfo.com/rankings/icc-player-ranking"}},{"title":"Writers","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":17385,"objectId":1400155,"title":"https://www.espncricinfo.com/espncricinfo-writers-index","url":"https://www.espncricinfo.com/espncricinfo-writers-index"}},{"title":"Ask Cricinfo","summary":"","previewImage":null,"type":"URL","countryCodes":[],"url":{"id":12478,"objectId":1278011,"title":"https://www.espncricinfo.com/ask","url":"https://www.espncricinfo.com/ask"}}],"askQuestionContent":null},"appPageProps":{"data":{"match":{"_uid":114921,"id":114921,"objectId":1432209,"scribeId":1432209,"slug":"south-africa-vs-sri-lanka-1st-test","stage":"RUNNING","state":"LIVE","internationalClassId":1,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"1st Test","floodlit":"day","startDate":"2024-11-27T00:00:00.000Z","endDate":"2024-12-01T00:00:00.000Z","startTime":"2024-11-27T07:30:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Stumps","statusText":"Day 2 - South Africa lead by 281 runs.","statusEng":"Stumps","internationalNumber":"002563","generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":8,"tossWinnerChoice":2,"resultStatus":null,"liveInning":3,"liveInningPredictions":null,"liveOvers":39.06,"liveOversPending":null,"liveBalls":235,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":6,"series":{"id":16305,"objectId":1432203,"scribeId":22608,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-27T00:00:00.000Z","endDate":"2024-12-09T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":2,"totalSquads":2,"gamePlayWatch":false},"ground":{"id":302,"objectId":59089,"name":"Kingsmead, Durban","smallName":"Durban","longName":"Kingsmead, Durban","slug":"kingsmead-durban","location":"","image":{"id":50670,"objectId":209597,"slug":"general-view-of-kingsmead-durban","url":"/lsci/db/PICTURES/CMS/50600/50670.jpg","width":500,"height":328,"caption":"General view of Kingsmead, Durban","longCaption":"General view of Kingsmead, Durban","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":897,"objectId":59085,"name":"Durban","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"25000"},"teams":[{"team":{"id":3,"objectId":3,"scribeId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","isCountry":true,"primaryColor":"#ace411","image":{"id":382733,"objectId":1438445,"slug":"south-africa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382700/382733.png","width":500,"height":500,"caption":"South Africa flag team logo","longCaption":"South Africa flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":true,"isLive":true,"score":"191 \u0026 132/3","scoreInfo":"40 ov","inningNumbers":[1,3],"points":null,"sidePlayers":11,"sideBatsmen":11,"sideFielders":11,"captain":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"teamOdds":null},{"team":{"id":8,"objectId":8,"scribeId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","isCountry":true,"primaryColor":"#203d89","image":{"id":340047,"objectId":1316921,"slug":"sri-lanka-team-flag","url":"/lsci/db/PICTURES/CMS/340000/340047.png","width":500,"height":500,"caption":"Sri Lanka team flag","longCaption":"Sri Lanka team flag","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"}},"isHome":false,"isLive":false,"score":"42","scoreInfo":null,"inningNumbers":[2],"points":null,"sidePlayers":11,"sideBatsmen":11,"sideFielders":11,"captain":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"feedback","previewStoryId":330484,"reportStoryId":330550,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":30,"totalVideos":2,"totalStories":10,"languages":["hi"],"generatedAt":"2024-11-28T19:40:46.767Z","scorecardSource":"feedback","ballByBallSource":"feedback","tiebreakerTeamId":null,"endTime":null,"statusData":{"statusTextLangKey":"match_status_text_live_lead_runs","statusTextLangData":{"firstBattingTeamId":3,"tossWinnerTeamId":8,"tiebreakerTeamId":null,"winnerTeamId":null,"currentBattingTeamId":3,"wonByRuns":null,"wonByWickets":null,"wonByBalls":null,"day":2,"session":null,"crr":3.3,"rrr":null,"rpb":null,"rrpb":null,"requiredRuns":null,"remainingBalls":null,"remainingOvers":null,"leadRuns":281,"trailRuns":null,"amountType":null,"rainRuleType":null}},"scheduledDays":5,"scheduledOvers":0,"scheduledInnings":2,"hoursInfo":"09:30 start, Lunch 11.30-12.10, Tea 14.10-14.30, Close 16.30","daysInfo":"27,28,29,30 November, 1 December 2024","umpires":[{"team":{"id":2,"objectId":2,"scribeId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","isCountry":true,"primaryColor":"#f3f702","image":{"id":340493,"objectId":1318684,"slug":"australia-team-flag-latest","url":"/lsci/db/PICTURES/CMS/340400/340493.png","width":500,"height":500,"caption":"Australia team flag-latest","longCaption":"Australia team flag-latest","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"}},"player":{"id":2005,"objectId":7326,"name":"PR Reiffel","longName":"Paul Reiffel","mobileName":"Reiffel","indexName":"Reiffel, PR","battingName":"PR Reiffel","fieldingName":"Reiffel","slug":"paul-reiffel","imageUrl":"/lsci/db/PICTURES/CMS/331200/331242.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/331200/331242.png","dateOfBirth":{"year":1966,"month":4,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rfm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast-medium"],"image":{"id":331242,"objectId":1291601,"slug":"paul-reiffel-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/331200/331242.1.png","width":160,"height":136,"caption":"Paul Reiffel player page headshot cutout 2021","longCaption":"Paul Reiffel player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":2,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":331242,"objectId":1291601,"slug":"paul-reiffel-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/331200/331242.png","width":600,"height":436,"caption":"Paul Reiffel player page headshot cutout 2021","longCaption":"Paul Reiffel player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/331200/331242.square.png"}}}},{"team":{"id":25,"objectId":25,"scribeId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","isCountry":true,"primaryColor":"#ed3507","image":{"id":341456,"objectId":1321180,"slug":"bangladesh-latest-team-flag","url":"/lsci/db/PICTURES/CMS/341400/341456.png","width":500,"height":500,"caption":"Bangladesh latest-team flag","longCaption":"Bangladesh latest-team flag","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"}},"player":{"id":35571,"objectId":56128,"name":"Sharfuddoula","longName":"Sharfuddoula","mobileName":"","indexName":"Sharfuddoula","battingName":"Sharfuddoula","fieldingName":"Sharfuddoula","slug":"sharfuddoula","imageUrl":"/lsci/db/PICTURES/CMS/282500/282553.1.jpg","headshotImageUrl":null,"dateOfBirth":{"year":1976,"month":10,"date":16},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":282553,"objectId":1165868,"slug":"sharafudoulla-umpire-portrait","url":"/lsci/db/PICTURES/CMS/282500/282553.1.jpg","width":160,"height":223,"caption":"Sharafudoulla umpire portrait","longCaption":"Sharafudoulla umpire portrait","credit":"Getty Images","photographer":null,"peerUrls":null},"countryTeamId":25,"playerRoleTypeIds":[],"playingRoles":[],"headshotImage":null}}],"tvUmpires":[{"team":{"id":4,"objectId":4,"scribeId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","isCountry":true,"primaryColor":"#790d1a","image":{"id":317615,"objectId":1254181,"slug":"west-indies-team-logo","url":"/lsci/db/PICTURES/CMS/317600/317615.png","width":500,"height":500,"caption":"West Indies team logo","longCaption":"West Indies team logo","credit":"West Indies Cricket","photographer":null,"peerUrls":null},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"}},"player":{"id":59078,"objectId":387601,"name":"JS Wilson","longName":"Joel Wilson","mobileName":"Wilson","indexName":"Wilson, JS","battingName":"JS Wilson","fieldingName":"Wilson","slug":"joel-wilson","imageUrl":"/lsci/db/PICTURES/CMS/229500/229549.1.jpg","headshotImageUrl":null,"dateOfBirth":{"year":1966,"month":12,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":[],"bowlingStyles":[],"longBattingStyles":[],"longBowlingStyles":[],"image":{"id":229549,"objectId":954019,"slug":"joel-wilson","url":"/lsci/db/PICTURES/CMS/229500/229549.1.jpg","width":160,"height":192,"caption":"Joel Wilson","longCaption":"Joel Wilson","credit":"International Cricket Council","photographer":null,"peerUrls":null},"countryTeamId":4,"playerRoleTypeIds":[],"playingRoles":[],"headshotImage":null}}],"reserveUmpires":[{"team":{"id":3,"objectId":3,"scribeId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","isCountry":true,"primaryColor":"#ace411","image":{"id":382733,"objectId":1438445,"slug":"south-africa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382700/382733.png","width":500,"height":500,"caption":"South Africa flag team logo","longCaption":"South Africa flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"player":{"id":50268,"objectId":267070,"name":"LB Gcuma","longName":"Lubabalo Gcuma","mobileName":"Gcuma","indexName":"Gcuma, LB","battingName":"LB Gcuma","fieldingName":"Gcuma","slug":"lubabalo-gcuma","imageUrl":null,"headshotImageUrl":null,"dateOfBirth":{"year":1976,"month":5,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":[],"bowlingStyles":[],"longBattingStyles":[],"longBowlingStyles":[],"image":null,"countryTeamId":3,"playerRoleTypeIds":[],"playingRoles":[],"headshotImage":null}}],"matchReferees":[{"team":{"id":6,"objectId":6,"scribeId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","isCountry":true,"primaryColor":"#050ceb","image":{"id":381895,"objectId":1436347,"slug":"india-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381895.png","width":500,"height":500,"caption":"India flag team logo","longCaption":"India flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"}},"player":{"id":1997,"objectId":34105,"name":"J Srinath","longName":"Javagal Srinath","mobileName":"Srinath","indexName":"Srinath, J","battingName":"J Srinath","fieldingName":"Srinath","slug":"javagal-srinath","imageUrl":"/lsci/db/PICTURES/CMS/322200/322238.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322200/322238.png","dateOfBirth":{"year":1969,"month":8,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rfm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast-medium"],"image":{"id":322238,"objectId":1264738,"slug":"javagal-srinath-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322200/322238.1.png","width":160,"height":136,"caption":"Javagal Srinath player page headshot cutout, 2021","longCaption":"Javagal Srinath player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":6,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322238,"objectId":1264738,"slug":"javagal-srinath-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322200/322238.png","width":600,"height":436,"caption":"Javagal Srinath player page headshot cutout, 2021","longCaption":"Javagal Srinath player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322200/322238.square.png"}}}}],"debutPlayers":null,"replacementPlayers":null,"otherSerieses":[{"id":15144,"objectId":1345943,"scribeId":19430,"slug":"icc-world-test-championship-2023-2025","name":"ICC World Test Championship","longName":"ICC World Test Championship","alternateName":"WTC","longAlternateName":null,"unofficialName":null,"year":2023,"typeId":3,"isTrophy":true,"description":"","season":"2023-2025","startDate":"2023-06-16T00:00:00.000Z","endDate":"2025-12-31T00:00:00.000Z","hasStandings":true,"standingsType":3,"classSubClasses":[{"classId":1,"subClassId":null}],"totalVideos":438,"totalSquads":0,"gamePlayWatch":false},{"id":16306,"objectId":1432204,"scribeId":22606,"slug":"south-africa-vs-sri-lanka-test-2024-25","name":"South Africa vs Sri Lanka Test","longName":"Sri Lanka in South Africa Test Series","alternateName":null,"longAlternateName":null,"unofficialName":null,"year":2024,"typeId":1,"isTrophy":false,"description":"Sri Lanka in South Africa","season":"2024/25","startDate":"2024-11-27T00:00:00.000Z","endDate":"2024-12-09T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[{"classId":1,"subClassId":null}],"totalVideos":0,"totalSquads":0,"gamePlayWatch":false}],"actualDays":2,"hawkeyeSource":null,"commentarySource":"cms","liveCommentator":"Madushka Balasuriya","liveScorer":"@Thilak_Rama","liveDay":2,"liveSession":3},"content":{"storyDetails":{"story":{"id":330550,"objectId":1462309,"scribeId":42658275,"slug":"sa-vs-sl-2024-marco-jansen-seven-for-blows-sl-away-to-record-low","title":"Jansen seven-for blows SL away to record low as SA take command at Kingsmead","subTitle":"","seoTitle":"SA vs SL 2024 - Marco Jansen seven-for blows SL away to record low","summary":"SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead","shortText":null,"byline":"Firdose Moonda","categoryType":"OTHERS","genreType":"REPORT","genreId":3,"genreName":"Report","publishedAt":"2024-11-28T10:36:00.000Z","modifiedAt":"2024-11-28T16:21:00.000Z","showPublishedAt":true,"showModifiedAt":true,"day":2,"authorId":315,"image":{"id":391830,"objectId":1462337,"slug":"marco-jansen-ran-through-the-sri-lankan-batting-order","url":"/lsci/db/PICTURES/CMS/391800/391830.5.jpg","width":365,"height":205,"caption":"Marco Jansen ran through the Sri Lankan batting order","longCaption":"Marco Jansen ran through the Sri Lankan batting order, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391830.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391830.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391830.10.jpg"}},"matchMeta":{"id":114921,"objectId":1432209,"scribeId":1432209,"slug":"south-africa-vs-sri-lanka-1st-test","seriesId":16305,"seriesObjectId":1432203,"seriesSlug":"south-africa-vs-sri-lanka-2024-25"},"isLiveBlog":false,"isLive":false,"language":"en","generatedAt":"2024-11-28T19:33:04.529Z","credit":"Firdose Moonda is ESPNcricinfo's correspondent for South Africa and women's cricket","copyright":"ESPN Sports Media Ltd.","overviewHtml":null,"keywords":[""],"video":null,"storyGenre":{"id":3,"slug":"report","title":"Report","summary":null}},"content":{"items":[{"type":"IMAGE","image":{"id":391830,"objectId":1462337,"slug":"marco-jansen-ran-through-the-sri-lankan-batting-order","url":"/lsci/db/PICTURES/CMS/391800/391830.4.jpg","width":900,"height":506,"caption":"Marco Jansen got a career-best 7 for 13","longCaption":"Marco Jansen ran through the Sri Lankan batting order, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391830.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391830.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391830.10.jpg"}},"displayWidth":"900","captionPosition":null},{"type":"HTML","html":"\u003ci\u003e\u003cb\u003eSouth Africa\u003c/b\u003e 191 (Bavuma 70, Maharaj 24, Asitha 3-44) and 132 for 3 (Markram 47, Bavuma 24*, Jayasuriya 2-48) lead \u003cb\u003eSri Lanka\u003c/b\u003e 42 (Kamindu 13, Jansen 7-13, Coetzee 2-18) by 281 runs\u003c/i\u003e"},{"type":"HTML","html":"South Africa are in control at Kingsmead after a fast-forward second day in which 19 wickets fell, and records tumbled. Sri Lanka were dismissed for 42, their lowest Test total, which was also the lowest Test score against South Africa, and the second-shortest in terms of number of balls faced: 83."},{"type":"HTML","html":"\u003ca href=\"https://www.espncricinfo.com/cricketers/marco-jansen-696401\"\u003eMarco Jansen\u003c/a\u003e's 7 for 13 headlined South Africa's pace pack. He bowled 41 balls in the innings - the joint-fewest in history to take seven wickets - and gave South Africa a 149-run first-innings lead. By the end of the day, that had grown to 281, and the partnership between \u003ca href=\"https://www.espncricinfo.com/cricketers/temba-bavuma-372116\"\u003eTemba Bavuma\u003c/a\u003e and \u003ca href=\"https://www.espncricinfo.com/cricketers/tristan-stubbs-595978\"\u003eTristan Stubbs\u003c/a\u003e to 43, the second-highest of the match."},{"type":"HTML","html":"Under blue skies and in sunshine, there was still significant movement on offer, and batting conditions remained tough. South Africa had started day two by resuming their first innings on 80 for 4, and found themselves in trouble 15 overs into the day on 117 for 7. They were in danger of being shot out for their lowest score against Sri Lanka - 128 - but three handy lower-order partnerships, and Bavuma's knock of 70 took them to 191, their third-lowest against Sri Lanka. And it was made to look like a much bigger total when South Africa got the ball in hand."},{"type":"HTML","html":"Only two Sri Lanka batters got into double figures, and their misfortunes were a combination of incisive bowling and poor shot selection. Of the top seven, Pathum Nissanka, Angelo Mathews, Kamindu Mendis and Dhananjaya de Silva all played at deliveries they could have left."},{"type":"HTML","html":"Kagiso Rabada started the slide when Dimuth Karunatratne hung his bat out to a length ball outside off. and edged to David Bedingham at first slip. Four balls later, Jansen drew Nissanka forward, as the latter reached out for a wide-ish ball. As a result, he was caught at third slip."},{"type":"IMAGE","image":{"id":391829,"objectId":1462334,"slug":"dinesh-chandimal-is-done-in-by-marco-jansen","url":"/lsci/db/PICTURES/CMS/391800/391829.4.jpg","width":900,"height":506,"caption":"Dinesh Chandimal left a gap between bat and pad, and a delivery from Jansen nipped through him","longCaption":"Dinesh Chandimal is done in by Marco Jansen, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391829.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391829.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391829.10.jpg"}},"displayWidth":"900","captionPosition":null},{"type":"HTML","html":"Two overs after that, Dinesh Chandimal displayed questionable defence when he left a gap between bat and pad, as a delivery from Jansen nipped through to bowl him. Mathews' experience also let him down when he wafted at a ball that angled away, and edged to Bedingham. Sri Lanka were 16 for 4 in the eighth over."},{"type":"HTML","html":"South Africa's first, and as it turned out only, bowling change was to bring on Gerald Coetzee in place of Rabada. He started with a full toss that Kamindu drove for four. Coetzee soon had reward when Kamindu played a big shot, attempting to whack him through the covers, but edged to first slip."},{"type":"HTML","html":"Jansen's two wickets in his sixth over brought him his second Test five-for. The first of those two wickets was came when Dhananjaya missed an attempted drive and was bowled. The second wicket in the over was of Prabath Jayasuriya's, as he was kept on the back foot and prodded to Stubbs in the slips."},{"type":"HTML","html":"Coetzee took the eighth off the next ball, an lbw that was confirmed on review, before Jansen did another double in his last over to end Sri Lanka's innings 78 minutes after it began."},{"type":"HTML","html":"Their bowling effort eclipsed a strong Sri Lanka performance earlier in the day, led by good pace from Lahiru Kumara, and well supported by Asitha and Vishwa Fernando. They shared five wickets between them, seamed and swung the ball, and enjoyed operating on a surface with good bounce and carry. Add to that Sri Lanka's good catching in breezy conditions, and they would have been fairly satisfied with their first session's work."},{"type":"IMAGE","image":{"id":391819,"objectId":1462298,"slug":"wiaan-mulder-gets-treatment-after-taking-a-knock-to-his-finger-he-eventually-went-off-retired-hurt","url":"/lsci/db/PICTURES/CMS/391800/391819.4.jpg","width":900,"height":506,"caption":"Wiaan Mulder was hit on the middle finger of his right hand by a delivery from Lahiru Kumara","longCaption":"Wiaan Mulder gets treatment after taking a knock to his finger - he eventually went off retired hurt, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391819.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391819.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391819.10.jpg"}},"displayWidth":"900","captionPosition":null},{"type":"HTML","html":"Vishwa appealed for an lbw against Kyle Verreynne second ball, but replays showed an inside edge. Verreynne only faced three more deliveries, before Kumara fired in a 141kph ball that beat him and rapped him on the front pad."},{"type":"HTML","html":"Three balls later, Sri Lanka wasted a review as \u003ca href=\"https://www.espncricinfo.com/cricketers/wiaan-mulder-698189\"\u003eWiaan Mulder\u003c/a\u003e inside-edged onto his pad, but Mulder's troubles were only just beginning. In Kumara's next over, he was hit on the middle finger of his right hand as he tried to defend a ball that nipped back in. He received treatment on field and tried to continue despite struggling to grip the bat."},{"type":"HTML","html":"Mulder kept out the next ball he faced and immediately wrung his hand in pain, left the last ball of the over, and then retired hurt. He returned to bat for the final partnership and also in the second innings, though X-rays confirmed he had fractured the finger and would \u003ca href=\"https://www.espncricinfo.com/story/sa-vs-sl-2024-fractured-finger-rules-wiaan-mulder-out-of-durban-test-1462403\"\u003enot be able to bowl or field\u003c/a\u003e in the match."},{"type":"HTML","html":"After Kumara's opening spell, which had started on day one, ended with an analysis of 8-1-51-3, Sri Lanka went for a double change. Asitha replaced Kumara, while Jayasuriya's spin came on for Vishwa. Jayasuriya had success with his tenth ball, when Jansen missed a tossed-up delivery, and was rapped on the pads."},{"type":"HTML","html":"Coetzee was also drawn in by one that was tossed up, and recklessly hit Jayasuriya to deep midwicket, where Kamindu ran forward to take a good catch. South Africa had lost 3 for 34 in 9.1 overs at that stage, with no real batting to come."},{"type":"IMAGE","image":{"id":391826,"objectId":1462308,"slug":"temba-bavuma-is-airborne-as-he-upper-cuts","url":"/lsci/db/PICTURES/CMS/391800/391826.4.jpg","width":900,"height":506,"caption":"Temba Bavuma ramped one for six during his knock of 70","longCaption":"Temba Bavuma is airborne as he upper-cuts, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"Gallo Images/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391826.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391826.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391826.10.jpg"}},"displayWidth":"900","captionPosition":null},{"type":"HTML","html":"Keshav Maharaj joined Bavuma on the back of four successive Test ducks, and made his highest Test score in nine innings. He showed some fight against Jayasuriya, whose fourth over he hit for 15 runs, including a stunning six straight down the ground. When Jayasuriya was replaced by Vishwa, Maharaj did not rein his instincts in, and reached for a wide ball to drive it aerially to Dhananjaya at mid-off."},{"type":"HTML","html":"Bavuma had only just reached fifty but was running out of partners, and took matters into his own hands. He left his feet to ramp Kumara for six, and drove him through extra cover and then back past him. The fun didn't last long, and when Kumara was replaced by Asitha, Bavuma swiped across the line and top-edged to midwicket, where Kumara judged the catch well in the wind. That brought the first stanza of Mulder's bravery, and he ended on 9 not out."},{"type":"HTML","html":"Later, Mulder came in at No. 3 in South Africa's second innings, after Tony de Zorzi and Aiden Markram's 47-run opening stand ended when de Zorzi skied Jayasuriya to deep-backward square to become his 100th Test wicket. Jayasuriya, in his 17th Test, became the joint-fastest bowler in 74 years to the landmark."},{"type":"HTML","html":"Meanwhile, Mulder scored 16 off 31 balls and looked in increasing levels of discomfort before being given out lbw. Markram, whose last five Test innings have not yielded a single half-century, looked convincing until he inside-edged Vishwa on to his stumps. Bavuma and Stubbs bedded in for the rest of the session, and will resume on what is expected to be an easier day for batting on Friday."}]},"blogs":[],"author":{"id":315,"name":"Firdose Moonda","designation":"South Africa and women's cricket correspondent, ESPNcricinfo","slug":"firdose-moonda","position":"Firdose Moonda is ESPNcricinfo's correspondent for South Africa and women's cricket","image":{"id":314653,"objectId":1246382,"slug":"firdose-moonda-headshot","url":"/lsci/db/PICTURES/CMS/314600/314653.png","width":100,"height":100,"caption":"Firdose Moonda headshot","longCaption":"Firdose Moonda headshot","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"twitterName":"FirdoseM","primaryLang":"en"},"related":{"stories":[],"videos":[],"matches":[{"_uid":114921,"id":114921,"objectId":1432209,"scribeId":1432209,"slug":"south-africa-vs-sri-lanka-1st-test","stage":"RUNNING","state":"LIVE","internationalClassId":1,"generalClassId":4,"subClassId":null,"season":"2024/25","title":"1st Test","floodlit":"day","startDate":"2024-11-27T00:00:00.000Z","endDate":"2024-12-01T00:00:00.000Z","startTime":"2024-11-27T07:30:00.000Z","timePublished":true,"scheduleNote":"","isCancelled":false,"coverage":"Y","coverageNote":"","liveStreamUrl":null,"countryLiveStreamUrl":{},"highlightsUrl":null,"countryHighlightsUrl":{},"status":"Stumps","statusText":"Day 2 - South Africa lead by 281 runs.","statusEng":"Stumps","internationalNumber":"002563","generalNumber":null,"winnerTeamId":null,"tossWinnerTeamId":8,"tossWinnerChoice":2,"resultStatus":null,"liveInning":3,"liveInningPredictions":null,"liveOvers":39.06,"liveOversPending":null,"liveBalls":235,"liveRecentBalls":null,"livePlayers":null,"ballsPerOver":6,"series":{"id":16305,"objectId":1432203,"scribeId":22608,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-27T00:00:00.000Z","endDate":"2024-12-09T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":2,"totalSquads":2,"gamePlayWatch":false},"ground":{"id":302,"objectId":59089,"name":"Kingsmead, Durban","smallName":"Durban","longName":"Kingsmead, Durban","slug":"kingsmead-durban","location":"","image":{"id":50670,"objectId":209597,"slug":"general-view-of-kingsmead-durban","url":"/lsci/db/PICTURES/CMS/50600/50670.jpg","width":500,"height":328,"caption":"General view of Kingsmead, Durban","longCaption":"General view of Kingsmead, Durban","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":897,"objectId":59085,"name":"Durban","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"25000"},"teams":[{"team":{"id":3,"objectId":3,"scribeId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","isCountry":true,"primaryColor":"#ace411","image":{"id":382733,"objectId":1438445,"slug":"south-africa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382700/382733.png","width":500,"height":500,"caption":"South Africa flag team logo","longCaption":"South Africa flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isHome":true,"isLive":true,"score":"191 \u0026 132/3","scoreInfo":"40 ov","inningNumbers":[1,3],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null},{"team":{"id":8,"objectId":8,"scribeId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","isCountry":true,"primaryColor":"#203d89","image":{"id":340047,"objectId":1316921,"slug":"sri-lanka-team-flag","url":"/lsci/db/PICTURES/CMS/340000/340047.png","width":500,"height":500,"caption":"Sri Lanka team flag","longCaption":"Sri Lanka team flag","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"}},"isHome":false,"isLive":false,"score":"42","scoreInfo":null,"inningNumbers":[2],"points":null,"sidePlayers":null,"sideBatsmen":null,"sideFielders":null,"captain":null,"teamOdds":null}],"dayType":"MULTI","format":"TEST","headToHeadSource":"feedback","previewStoryId":330484,"reportStoryId":330550,"liveBlogStoryId":null,"fantasyPickStoryId":null,"drawOdds":null,"isSuperOver":false,"isScheduledInningsComplete":false,"hasStandings":true,"hasSuperStats":false,"hasGameboard":false,"hasFanRatings":false,"totalGalleries":0,"totalImages":30,"totalVideos":2,"totalStories":10,"languages":["hi"],"generatedAt":"2024-11-28T19:38:05.816Z","scorecardSource":"feedback","ballByBallSource":"feedback"}],"serieses":[{"id":16305,"objectId":1432203,"scribeId":22608,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"year":2024,"typeId":4,"isTrophy":false,"description":"","season":"2024/25","startDate":"2024-11-27T00:00:00.000Z","endDate":"2024-12-09T00:00:00.000Z","hasStandings":false,"standingsType":1,"classSubClasses":[],"totalVideos":2,"totalSquads":2,"gamePlayWatch":false},{"id":15144,"objectId":1345943,"scribeId":19430,"slug":"icc-world-test-championship-2023-2025","name":"ICC World Test Championship","longName":"ICC World Test Championship","alternateName":"WTC","longAlternateName":null,"unofficialName":null,"year":2023,"typeId":3,"isTrophy":true,"description":"","season":"2023-2025","startDate":"2023-06-16T00:00:00.000Z","endDate":"2025-12-31T00:00:00.000Z","hasStandings":true,"standingsType":3,"classSubClasses":[{"classId":1,"subClassId":null}],"totalVideos":438,"totalSquads":0,"gamePlayWatch":false}],"teams":[{"id":8,"objectId":8,"scribeId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","isCountry":true,"primaryColor":"#203d89","image":{"id":340047,"objectId":1316921,"slug":"sri-lanka-team-flag","url":"/lsci/db/PICTURES/CMS/340000/340047.png","width":500,"height":500,"caption":"Sri Lanka team flag","longCaption":"Sri Lanka team flag","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"}},{"id":3,"objectId":3,"scribeId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","isCountry":true,"primaryColor":"#ace411","image":{"id":382733,"objectId":1438445,"slug":"south-africa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382700/382733.png","width":500,"height":500,"caption":"South Africa flag team logo","longCaption":"South Africa flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}}],"players":[{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}}],"grounds":[]}},"innings":[{"inningNumber":1,"isCurrent":false,"team":{"id":3,"objectId":3,"scribeId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","isCountry":true,"primaryColor":"#ace411","image":{"id":382733,"objectId":1438445,"slug":"south-africa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382700/382733.png","width":500,"height":500,"caption":"South Africa flag team logo","longCaption":"South Africa flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isBatted":true,"runs":191,"wickets":10,"lead":191,"target":0,"overs":49.4,"balls":298,"totalOvers":0,"totalBalls":0,"minutes":null,"extras":17,"byes":2,"legbyes":5,"wides":6,"noballs":4,"penalties":0,"event":1,"ballsPerOver":6,"inningBatsmen":[{"playerRoleType":"P","player":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"battedType":"yes","runs":9,"balls":11,"minutes":14,"fours":2,"sixes":0,"strikerate":81.81,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"dismissalBowler":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"dismissalFielders":[{"player":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png","dateOfBirth":{"year":1987,"month":6,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.2.png","width":160,"height":136,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.png","width":600,"height":436,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/355600/355644.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Mathews b AM Fernando","commentary":"Aiden Markram c Mathews b AM Fernando 9 (11b 2x4 0x6 14m) SR: 81.81"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eEdged and taken!\u003c/strong\u003e Asitha strikes and roars. This is what he was working on and that shape away from the right-hander comes to his air. He lands it on a length - slightly shorter perhaps - just outside off, Markram feels for it and hangs his bat out. The ball takes the outside edge and \u003cb\u003egoes low to first slip\u003c/b\u003e, where Mathews makes no mistake. Markram back with a low score and Sri Lanka draw first blood"}],"fowOrder":0,"fowWicketNum":1,"fowRuns":14,"fowBalls":null,"fowOvers":2.6,"fowOverNumber":3,"ballOversActual":2.6,"ballOversUnique":2.06,"ballTotalRuns":14,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"battedType":"yes","runs":4,"balls":9,"minutes":16,"fours":1,"sixes":0,"strikerate":44.44,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"dismissalBowler":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"dismissalFielders":[{"player":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c PHKD Mendis b MVT Fernando","commentary":"Tony de Zorzi c PHKD Mendis b MVT Fernando 4 (9b 1x4 0x6 16m) SR: 44.44"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eTerrific catch from Kamindu and Vishwa is on the board now\u003c/strong\u003e. Almost a mirror image of the Markram dismissal. He lands it on a length just outside off, forcing de Zorzi to poke at it. He gets squared up and gets a thick outside edge that flies low to the right of second slip. Kamindu dives and pouches it with both hands. Two wickets after opting to bowl, Sri Lanka making the right noises"}],"fowOrder":1,"fowWicketNum":2,"fowRuns":14,"fowBalls":null,"fowOvers":3.2,"fowOverNumber":4,"ballOversActual":3.2,"ballOversUnique":3.02,"ballTotalRuns":14,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391763,"objectId":1462138,"slug":"vishwa-fernando-celebrates-dismissing-tony-de-zorzi","url":"/lsci/db/PICTURES/CMS/391700/391763.jpg","width":1400,"height":933,"caption":"Vishwa Fernando celebrates dismissing Tony de Zorzi","longCaption":"Vishwa Fernando celebrates dismissing Tony de Zorzi, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"Associated Press","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391763.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391763.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391763.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}},{"id":391761,"objectId":1462135,"slug":"sri-lanka-celebrate-after-kamindu-mendis-pulled-off-a-diving-catch-at-second-slip","url":"/lsci/db/PICTURES/CMS/391700/391761.jpg","width":1400,"height":933,"caption":"Sri Lanka celebrate after Kamindu Mendis pulled off a diving catch at second slip","longCaption":"Sri Lanka celebrate after Kamindu Mendis pulled off a diving catch at second slip, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"Gallo Images/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391761.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391761.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391761.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}}],"currentType":null},{"playerRoleType":"P","player":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"battedType":"yes","runs":16,"balls":38,"minutes":60,"fours":3,"sixes":0,"strikerate":42.1,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"dismissalBowler":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"dismissalFielders":[{"player":{"id":48988,"objectId":227772,"name":"FDM Karunaratne","longName":"Dimuth Karunaratne","mobileName":"Dimuth Karunaratne","indexName":"Karunaratne, FDM","battingName":"FDM Karunaratne","fieldingName":"Karunaratne","slug":"dimuth-karunaratne","imageUrl":"/lsci/db/PICTURES/CMS/358900/358954.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/358900/358954.png","dateOfBirth":{"year":1988,"month":4,"date":21},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rm"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.2.png","width":160,"height":136,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.png","width":600,"height":436,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/358900/358954.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Karunaratne b Kumara","commentary":"Tristan Stubbs c Karunaratne b Kumara 16 (38b 3x4 0x6 60m) SR: 42.1"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eKumara makes amends after a 17-run first over. Gets rid of Stubbs.\u003c/strong\u003e Sharp back of a length ball shaping away from Stubbs just outside off. He pokes at it, gets a thick outside edge to Karunaratne at third slip. The ball bursts through his hands, but he manages to nestle it between his legs. Big, big wicket for SL just as Stubbs and Bavuma were looking to dig in"}],"fowOrder":2,"fowWicketNum":3,"fowRuns":46,"fowBalls":null,"fowOvers":15.1,"fowOverNumber":16,"ballOversActual":15.1,"ballOversUnique":15.01,"ballTotalRuns":46,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391764,"objectId":1462143,"slug":"lahiru-kumara-struck-twice-in-two-overs-to-rattle-south-africa","url":"/lsci/db/PICTURES/CMS/391700/391764.jpg","width":1400,"height":933,"caption":"Lahiru Kumara struck twice in two overs to rattle South Africa","longCaption":"Lahiru Kumara struck twice in two overs to rattle South Africa, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391764.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391764.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391764.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}}],"currentType":null},{"playerRoleType":"C","player":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"battedType":"yes","runs":70,"balls":117,"minutes":221,"fours":9,"sixes":1,"strikerate":59.82,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"dismissalBowler":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"dismissalFielders":[{"player":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Kumara b AM Fernando","commentary":"Temba Bavuma c Kumara b AM Fernando 70 (117b 9x4 1x6 221m) SR: 59.82"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eAnd just like that Bavuma is gone!\u003c/b\u003e Just minutes before lunch, the SA skipper has thrown it away. Looks to swipe this across the line and gets a top edge that sails straight up. But this is by no means and easy take at midwicket, with the ball swirling in the wind. It's well judged though by Kumara, who holds on"}],"fowOrder":9,"fowWicketNum":9,"fowRuns":165,"fowBalls":null,"fowOvers":45.6,"fowOverNumber":46,"ballOversActual":45.6,"ballOversUnique":45.06,"ballTotalRuns":165,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391826,"objectId":1462308,"slug":"temba-bavuma-is-airborne-as-he-upper-cuts","url":"/lsci/db/PICTURES/CMS/391800/391826.jpg","width":1400,"height":2100,"caption":"Temba Bavuma is airborne as he upper-cuts","longCaption":"Temba Bavuma is airborne as he upper-cuts, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"Gallo Images/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391826.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391826.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391826.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"battedType":"yes","runs":4,"balls":6,"minutes":10,"fours":1,"sixes":0,"strikerate":66.66,"isOut":true,"dismissalType":2,"dismissalBatsman":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"dismissalBowler":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"bowled","long":" b Kumara","commentary":"David Bedingham b Kumara 4 (6b 1x4 0x6 10m) SR: 66.66"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eCleans him up with a corker!\u003c/strong\u003e On a length shaping back sharply into Bedingham, who plays all around it and sees his off pole go cartwheeling. That was bowled at 143.2kph and Bedingham was beaten all ends up"}],"fowOrder":3,"fowWicketNum":4,"fowRuns":54,"fowBalls":null,"fowOvers":17.1,"fowOverNumber":18,"ballOversActual":17.1,"ballOversUnique":17.01,"ballTotalRuns":54,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391766,"objectId":1462146,"slug":"lahiru-kumara-bowled-david-bedingham-via-the-inside-edge","url":"/lsci/db/PICTURES/CMS/391700/391766.jpg","width":1400,"height":933,"caption":"Lahiru Kumara bowled David Bedingham via the inside edge","longCaption":"Lahiru Kumara bowled David Bedingham via the inside edge, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391766.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391766.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391766.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}},{"id":391765,"objectId":1462144,"slug":"lahiru-kumara-makes-a-mess-of-david-bedingham-s-stumps","url":"/lsci/db/PICTURES/CMS/391700/391765.jpg","width":1400,"height":933,"caption":"Lahiru Kumara makes a mess of David Bedingham's stumps","longCaption":"Lahiru Kumara makes a mess of David Bedingham's stumps, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391765.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391765.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391765.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}}],"currentType":null},{"playerRoleType":"WK","player":{"id":69377,"objectId":595004,"name":"K Verreynne","longName":"Kyle Verreynne","mobileName":"Verreynne","indexName":"Verreynne, K","battingName":"K Verreynne","fieldingName":"Verreynne","slug":"kyle-verreynne","imageUrl":"/lsci/db/PICTURES/CMS/322400/322463.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322400/322463.png","dateOfBirth":{"year":1997,"month":5,"date":12},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.1.png","width":160,"height":136,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.png","width":600,"height":436,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322400/322463.square.png"}}},"battedType":"yes","runs":9,"balls":22,"minutes":32,"fours":2,"sixes":0,"strikerate":40.9,"isOut":true,"dismissalType":3,"dismissalBatsman":{"id":69377,"objectId":595004,"name":"K Verreynne","longName":"Kyle Verreynne","mobileName":"Verreynne","indexName":"Verreynne, K","battingName":"K Verreynne","fieldingName":"Verreynne","slug":"kyle-verreynne","imageUrl":"/lsci/db/PICTURES/CMS/322400/322463.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322400/322463.png","dateOfBirth":{"year":1997,"month":5,"date":12},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.1.png","width":160,"height":136,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.png","width":600,"height":436,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322400/322463.square.png"}}},"dismissalBowler":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"lbw","long":"lbw b Kumara","commentary":"Kyle Verreynne lbw b Kumara 9 (22b 2x4 0x6 32m) SR: 40.9"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eCelebrappeal from Kumara, and the umpire raises the dreaded finger\u003c/strong\u003e. Lovely delivery, a small set-up really. He pushed Verreynne back with the shorter ball first up and then spears this in on a fuller length. He angles it in from outside off. Verreynne's feet don't move and he is beaten on the inside to get hit on the knee-roll of the front pad. Impact is just in line and he is a goner. Sri Lanka strike early again"}],"fowOrder":4,"fowWicketNum":5,"fowRuns":83,"fowBalls":null,"fowOvers":23.2,"fowOverNumber":24,"ballOversActual":23.2,"ballOversUnique":23.02,"ballTotalRuns":83,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391818,"objectId":1462297,"slug":"lahiru-kumara-got-rid-of-kyle-verreynne-early-on-day-two","url":"/lsci/db/PICTURES/CMS/391800/391818.jpg","width":1400,"height":934,"caption":"Lahiru Kumara got rid of Kyle Verreynne early on day two","longCaption":"Lahiru Kumara got rid of Kyle Verreynne early on day two, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391818.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391818.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391818.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png","dateOfBirth":{"year":1998,"month":2,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.1.png","width":160,"height":136,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.png","width":600,"height":436,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322086.square.png"}}},"battedType":"yes","runs":9,"balls":12,"minutes":135,"fours":0,"sixes":1,"strikerate":75,"isOut":false,"dismissalType":12,"dismissalBatsman":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png","dateOfBirth":{"year":1998,"month":2,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.1.png","width":160,"height":136,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.png","width":600,"height":436,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322086.square.png"}}},"dismissalBowler":null,"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"not out","long":"not out ","commentary":"Wiaan Mulder not out 9 (12b 0x4 1x6 135m) SR: 75"},"dismissalComment":null,"fowOrder":5,"fowWicketNum":5,"fowRuns":85,"fowBalls":null,"fowOvers":25.6,"fowOverNumber":26,"ballOversActual":null,"ballOversUnique":null,"ballTotalRuns":null,"ballBatsmanRuns":null,"videos":[],"images":[{"id":391819,"objectId":1462298,"slug":"wiaan-mulder-gets-treatment-after-taking-a-knock-to-his-finger-he-eventually-went-off-retired-hurt","url":"/lsci/db/PICTURES/CMS/391800/391819.jpg","width":1400,"height":933,"caption":"Wiaan Mulder gets treatment after taking a knock to his finger - he eventually went off retired hurt","longCaption":"Wiaan Mulder gets treatment after taking a knock to his finger - he eventually went off retired hurt, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391819.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391819.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391819.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"battedType":"yes","runs":13,"balls":21,"minutes":33,"fours":2,"sixes":0,"strikerate":61.9,"isOut":true,"dismissalType":3,"dismissalBatsman":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalBowler":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"lbw","long":"lbw b Jayasuriya","commentary":"Marco Jansen lbw b Jayasuriya 13 (21b 2x4 0x6 33m) SR: 61.9"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eHuge appeal and given!\u003c/strong\u003e Jansen opts for the review. Jayasuriya tosses it up and lands it on middle and leg at 82kph, Jansen looks to turn it across but misses and is hit on the front leg. Did it land outside leg? Only that could save him, really. UltraEdge rules out the edge, all eyes on the Ball-Tracker. \u003cstrong\u003eThree reds and Jansen is out of here\u003c/strong\u003e, taking a review with him"}],"fowOrder":6,"fowWicketNum":6,"fowRuns":113,"fowBalls":null,"fowOvers":32.4,"fowOverNumber":33,"ballOversActual":32.4,"ballOversUnique":32.04,"ballTotalRuns":113,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391821,"objectId":1462301,"slug":"prabath-jayasuriya-struck-twice-in-short-time","url":"/lsci/db/PICTURES/CMS/391800/391821.jpg","width":1400,"height":933,"caption":"Prabath Jayasuriya struck twice in short time","longCaption":"Prabath Jayasuriya struck twice in short time, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391821.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391821.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391821.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"battedType":"yes","runs":1,"balls":8,"minutes":9,"fours":0,"sixes":0,"strikerate":12.5,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"dismissalBowler":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalFielders":[{"player":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c PHKD Mendis b Jayasuriya","commentary":"Gerald Coetzee c PHKD Mendis b Jayasuriya 1 (8b 0x4 0x6 9m) SR: 12.5"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eBut no saving him from this one, brilliantly taken!\u003c/b\u003e Jayasuriya tosses this up and Coetzee takes the bait. Looks to loft it down the ground but it goes much squarer off the inside half of the bat. Kamindu at deep midwicket is two thirds of the way to the ropes and he runs forward to complete an excellent take inches off the ground"}],"fowOrder":7,"fowWicketNum":7,"fowRuns":117,"fowBalls":null,"fowOvers":34.3,"fowOverNumber":35,"ballOversActual":34.3,"ballOversUnique":34.03,"ballTotalRuns":117,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":50309,"objectId":267724,"name":"KA Maharaj","longName":"Keshav Maharaj","mobileName":"Maharaj","indexName":"Maharaj, KA","battingName":"KA Maharaj","fieldingName":"Maharaj","slug":"keshav-maharaj","imageUrl":"/lsci/db/PICTURES/CMS/322000/322072.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322072.png","dateOfBirth":{"year":1990,"month":2,"date":7},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.1.png","width":160,"height":136,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.png","width":600,"height":436,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322072.square.png"}}},"battedType":"yes","runs":24,"balls":35,"minutes":29,"fours":3,"sixes":1,"strikerate":68.57,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":50309,"objectId":267724,"name":"KA Maharaj","longName":"Keshav Maharaj","mobileName":"Maharaj","indexName":"Maharaj, KA","battingName":"KA Maharaj","fieldingName":"Maharaj","slug":"keshav-maharaj","imageUrl":"/lsci/db/PICTURES/CMS/322000/322072.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322072.png","dateOfBirth":{"year":1990,"month":2,"date":7},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.1.png","width":160,"height":136,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.png","width":600,"height":436,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322072.square.png"}}},"dismissalBowler":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"dismissalFielders":[{"player":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c de Silva b MVT Fernando","commentary":"Keshav Maharaj c de Silva b MVT Fernando 24 (35b 3x4 1x6 29m) SR: 68.57"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSoft dismissal! And the bowling change works!\u003c/b\u003e After a few on a good length and straight, Vishwa pops this one a touch wider of off and angling away. Maharaj looks for the drive but he just can't keep it down. Ends up chipping the simplest of catches to mid-off"}],"fowOrder":8,"fowWicketNum":8,"fowRuns":143,"fowBalls":null,"fowOvers":40.6,"fowOverNumber":41,"ballOversActual":40.6,"ballOversUnique":40.06,"ballTotalRuns":143,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391823,"objectId":1462304,"slug":"keshav-maharaj-came-out-swinging","url":"/lsci/db/PICTURES/CMS/391800/391823.jpg","width":1400,"height":933,"caption":"Keshav Maharaj came out swinging","longCaption":"Keshav Maharaj came out swinging, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391823.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391823.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391823.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"battedType":"yes","runs":15,"balls":23,"minutes":41,"fours":2,"sixes":0,"strikerate":65.21,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"dismissalBowler":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"dismissalFielders":[{"player":{"id":52371,"objectId":300628,"name":"LD Chandimal","longName":"Dinesh Chandimal","mobileName":"Chandimal","indexName":"Chandimal, LD","battingName":"LD Chandimal","fieldingName":"Chandimal","slug":"dinesh-chandimal","imageUrl":"/lsci/db/PICTURES/CMS/326000/326001.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/326000/326001.png","dateOfBirth":{"year":1989,"month":11,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.2.png","width":160,"height":136,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.png","width":600,"height":436,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/326000/326001.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Chandimal b AM Fernando","commentary":"Kagiso Rabada c Chandimal b AM Fernando 15 (23b 2x4 0x6 41m) SR: 65.21"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eAnd that is that! Another great bit of catching from Sri Lanka to end the innings!\u003c/b\u003e Asitha goes short once more and this time Rabada connects well with the hook, but he finds Chandimal at deep backward square leg. Credit to Chandimal as well, as he judges this very well in the wind to hold on. \u003cB\u003eSA are bowled out for 191\u003c/b\u003e"}],"fowOrder":10,"fowWicketNum":10,"fowRuns":191,"fowBalls":null,"fowOvers":49.4,"fowOverNumber":50,"ballOversActual":49.4,"ballOversUnique":49.04,"ballTotalRuns":191,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null}],"inningBowlers":[{"player":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"bowledType":"yes","overs":14.4,"balls":88,"maidens":3,"conceded":44,"wickets":3,"economy":3,"runsPerBall":0.5,"dots":68,"fours":7,"sixes":0,"wides":0,"noballs":0,"videos":[],"images":[],"currentType":null,"inningWickets":[{"dismissalBatsman":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eEdged and taken!\u003c/strong\u003e Asitha strikes and roars. This is what he was working on and that shape away from the right-hander comes to his air. He lands it on a length - slightly shorter perhaps - just outside off, Markram feels for it and hangs his bat out. The ball takes the outside edge and \u003cb\u003egoes low to first slip\u003c/b\u003e, where Mathews makes no mistake. Markram back with a low score and Sri Lanka draw first blood"}],"fowType":1,"fowOrder":0,"fowWicketNum":1,"fowRuns":14,"fowOvers":2.6,"fowBalls":null},{"dismissalBatsman":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eAnd just like that Bavuma is gone!\u003c/b\u003e Just minutes before lunch, the SA skipper has thrown it away. Looks to swipe this across the line and gets a top edge that sails straight up. But this is by no means and easy take at midwicket, with the ball swirling in the wind. It's well judged though by Kumara, who holds on"}],"fowType":1,"fowOrder":9,"fowWicketNum":9,"fowRuns":165,"fowOvers":45.6,"fowBalls":null},{"dismissalBatsman":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eAnd that is that! Another great bit of catching from Sri Lanka to end the innings!\u003c/b\u003e Asitha goes short once more and this time Rabada connects well with the hook, but he finds Chandimal at deep backward square leg. Credit to Chandimal as well, as he judges this very well in the wind to hold on. \u003cB\u003eSA are bowled out for 191\u003c/b\u003e"}],"fowType":1,"fowOrder":10,"fowWicketNum":10,"fowRuns":191,"fowOvers":49.4,"fowBalls":null}]},{"player":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"bowledType":"yes","overs":15,"balls":90,"maidens":2,"conceded":35,"wickets":2,"economy":2.33,"runsPerBall":0.38,"dots":73,"fours":3,"sixes":0,"wides":2,"noballs":0,"videos":[],"images":[{"id":391763,"objectId":1462138,"slug":"vishwa-fernando-celebrates-dismissing-tony-de-zorzi","url":"/lsci/db/PICTURES/CMS/391700/391763.jpg","width":1400,"height":933,"caption":"Vishwa Fernando celebrates dismissing Tony de Zorzi","longCaption":"Vishwa Fernando celebrates dismissing Tony de Zorzi, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"Associated Press","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391763.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391763.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391763.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}},{"id":391761,"objectId":1462135,"slug":"sri-lanka-celebrate-after-kamindu-mendis-pulled-off-a-diving-catch-at-second-slip","url":"/lsci/db/PICTURES/CMS/391700/391761.jpg","width":1400,"height":933,"caption":"Sri Lanka celebrate after Kamindu Mendis pulled off a diving catch at second slip","longCaption":"Sri Lanka celebrate after Kamindu Mendis pulled off a diving catch at second slip, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"Gallo Images/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391761.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391761.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391761.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}}],"currentType":null,"inningWickets":[{"dismissalBatsman":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eTerrific catch from Kamindu and Vishwa is on the board now\u003c/strong\u003e. Almost a mirror image of the Markram dismissal. He lands it on a length just outside off, forcing de Zorzi to poke at it. He gets squared up and gets a thick outside edge that flies low to the right of second slip. Kamindu dives and pouches it with both hands. Two wickets after opting to bowl, Sri Lanka making the right noises"}],"fowType":1,"fowOrder":1,"fowWicketNum":2,"fowRuns":14,"fowOvers":3.2,"fowBalls":null},{"dismissalBatsman":{"id":50309,"objectId":267724,"name":"KA Maharaj","longName":"Keshav Maharaj","mobileName":"Maharaj","indexName":"Maharaj, KA","battingName":"KA Maharaj","fieldingName":"Maharaj","slug":"keshav-maharaj","imageUrl":"/lsci/db/PICTURES/CMS/322000/322072.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322072.png","dateOfBirth":{"year":1990,"month":2,"date":7},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.1.png","width":160,"height":136,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.png","width":600,"height":436,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322072.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSoft dismissal! And the bowling change works!\u003c/b\u003e After a few on a good length and straight, Vishwa pops this one a touch wider of off and angling away. Maharaj looks for the drive but he just can't keep it down. Ends up chipping the simplest of catches to mid-off"}],"fowType":1,"fowOrder":8,"fowWicketNum":8,"fowRuns":143,"fowOvers":40.6,"fowBalls":null}]},{"player":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png","dateOfBirth":{"year":1987,"month":6,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.2.png","width":160,"height":136,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.png","width":600,"height":436,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/355600/355644.square.png"}}},"bowledType":"yes","overs":2,"balls":12,"maidens":2,"conceded":0,"wickets":0,"economy":0,"runsPerBall":0,"dots":12,"fours":0,"sixes":0,"wides":0,"noballs":0,"videos":[],"images":[],"currentType":null,"inningWickets":[]},{"player":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"bowledType":"yes","overs":12,"balls":72,"maidens":1,"conceded":70,"wickets":3,"economy":5.83,"runsPerBall":0.97,"dots":48,"fours":11,"sixes":1,"wides":0,"noballs":4,"videos":[],"images":[{"id":391764,"objectId":1462143,"slug":"lahiru-kumara-struck-twice-in-two-overs-to-rattle-south-africa","url":"/lsci/db/PICTURES/CMS/391700/391764.jpg","width":1400,"height":933,"caption":"Lahiru Kumara struck twice in two overs to rattle South Africa","longCaption":"Lahiru Kumara struck twice in two overs to rattle South Africa, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391764.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391764.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391764.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}},{"id":391766,"objectId":1462146,"slug":"lahiru-kumara-bowled-david-bedingham-via-the-inside-edge","url":"/lsci/db/PICTURES/CMS/391700/391766.jpg","width":1400,"height":933,"caption":"Lahiru Kumara bowled David Bedingham via the inside edge","longCaption":"Lahiru Kumara bowled David Bedingham via the inside edge, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391766.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391766.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391766.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}},{"id":391765,"objectId":1462144,"slug":"lahiru-kumara-makes-a-mess-of-david-bedingham-s-stumps","url":"/lsci/db/PICTURES/CMS/391700/391765.jpg","width":1400,"height":933,"caption":"Lahiru Kumara makes a mess of David Bedingham's stumps","longCaption":"Lahiru Kumara makes a mess of David Bedingham's stumps, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391765.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391765.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391765.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}},{"id":391818,"objectId":1462297,"slug":"lahiru-kumara-got-rid-of-kyle-verreynne-early-on-day-two","url":"/lsci/db/PICTURES/CMS/391800/391818.jpg","width":1400,"height":934,"caption":"Lahiru Kumara got rid of Kyle Verreynne early on day two","longCaption":"Lahiru Kumara got rid of Kyle Verreynne early on day two, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391818.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391818.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391818.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}},{"id":391819,"objectId":1462298,"slug":"wiaan-mulder-gets-treatment-after-taking-a-knock-to-his-finger-he-eventually-went-off-retired-hurt","url":"/lsci/db/PICTURES/CMS/391800/391819.jpg","width":1400,"height":933,"caption":"Wiaan Mulder gets treatment after taking a knock to his finger - he eventually went off retired hurt","longCaption":"Wiaan Mulder gets treatment after taking a knock to his finger - he eventually went off retired hurt, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391819.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391819.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391819.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}},{"id":391826,"objectId":1462308,"slug":"temba-bavuma-is-airborne-as-he-upper-cuts","url":"/lsci/db/PICTURES/CMS/391800/391826.jpg","width":1400,"height":2100,"caption":"Temba Bavuma is airborne as he upper-cuts","longCaption":"Temba Bavuma is airborne as he upper-cuts, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"Gallo Images/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391826.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391826.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391826.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null,"inningWickets":[{"dismissalBatsman":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eKumara makes amends after a 17-run first over. Gets rid of Stubbs.\u003c/strong\u003e Sharp back of a length ball shaping away from Stubbs just outside off. He pokes at it, gets a thick outside edge to Karunaratne at third slip. The ball bursts through his hands, but he manages to nestle it between his legs. Big, big wicket for SL just as Stubbs and Bavuma were looking to dig in"}],"fowType":1,"fowOrder":2,"fowWicketNum":3,"fowRuns":46,"fowOvers":15.1,"fowBalls":null},{"dismissalBatsman":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"dismissalType":2,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eCleans him up with a corker!\u003c/strong\u003e On a length shaping back sharply into Bedingham, who plays all around it and sees his off pole go cartwheeling. That was bowled at 143.2kph and Bedingham was beaten all ends up"}],"fowType":1,"fowOrder":3,"fowWicketNum":4,"fowRuns":54,"fowOvers":17.1,"fowBalls":null},{"dismissalBatsman":{"id":69377,"objectId":595004,"name":"K Verreynne","longName":"Kyle Verreynne","mobileName":"Verreynne","indexName":"Verreynne, K","battingName":"K Verreynne","fieldingName":"Verreynne","slug":"kyle-verreynne","imageUrl":"/lsci/db/PICTURES/CMS/322400/322463.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322400/322463.png","dateOfBirth":{"year":1997,"month":5,"date":12},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.1.png","width":160,"height":136,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.png","width":600,"height":436,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322400/322463.square.png"}}},"dismissalType":3,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eCelebrappeal from Kumara, and the umpire raises the dreaded finger\u003c/strong\u003e. Lovely delivery, a small set-up really. He pushed Verreynne back with the shorter ball first up and then spears this in on a fuller length. He angles it in from outside off. Verreynne's feet don't move and he is beaten on the inside to get hit on the knee-roll of the front pad. Impact is just in line and he is a goner. Sri Lanka strike early again"}],"fowType":1,"fowOrder":4,"fowWicketNum":5,"fowRuns":83,"fowOvers":23.2,"fowBalls":null}]},{"player":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"bowledType":"yes","overs":5,"balls":30,"maidens":1,"conceded":24,"wickets":2,"economy":4.8,"runsPerBall":0.8,"dots":20,"fours":3,"sixes":1,"wides":0,"noballs":0,"videos":[],"images":[{"id":391821,"objectId":1462301,"slug":"prabath-jayasuriya-struck-twice-in-short-time","url":"/lsci/db/PICTURES/CMS/391800/391821.jpg","width":1400,"height":933,"caption":"Prabath Jayasuriya struck twice in short time","longCaption":"Prabath Jayasuriya struck twice in short time, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391821.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391821.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391821.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}},{"id":391823,"objectId":1462304,"slug":"keshav-maharaj-came-out-swinging","url":"/lsci/db/PICTURES/CMS/391800/391823.jpg","width":1400,"height":933,"caption":"Keshav Maharaj came out swinging","longCaption":"Keshav Maharaj came out swinging, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391823.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391823.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391823.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null,"inningWickets":[{"dismissalBatsman":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalType":3,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eHuge appeal and given!\u003c/strong\u003e Jansen opts for the review. Jayasuriya tosses it up and lands it on middle and leg at 82kph, Jansen looks to turn it across but misses and is hit on the front leg. Did it land outside leg? Only that could save him, really. UltraEdge rules out the edge, all eyes on the Ball-Tracker. \u003cstrong\u003eThree reds and Jansen is out of here\u003c/strong\u003e, taking a review with him"}],"fowType":1,"fowOrder":6,"fowWicketNum":6,"fowRuns":113,"fowOvers":32.4,"fowBalls":null},{"dismissalBatsman":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eBut no saving him from this one, brilliantly taken!\u003c/b\u003e Jayasuriya tosses this up and Coetzee takes the bait. Looks to loft it down the ground but it goes much squarer off the inside half of the bat. Kamindu at deep midwicket is two thirds of the way to the ropes and he runs forward to complete an excellent take inches off the ground"}],"fowType":1,"fowOrder":7,"fowWicketNum":7,"fowRuns":117,"fowOvers":34.3,"fowBalls":null}]},{"player":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"bowledType":"yes","overs":1,"balls":6,"maidens":0,"conceded":11,"wickets":0,"economy":11,"runsPerBall":1.83,"dots":3,"fours":1,"sixes":1,"wides":0,"noballs":0,"videos":[],"images":[],"currentType":null,"inningWickets":[]}],"inningPartnerships":[{"player1":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"player2":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"outPlayerId":70277,"player1Runs":9,"player1Balls":11,"player2Runs":4,"player2Balls":7,"runs":14,"balls":18,"overs":3,"isLive":false},{"player1":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"player2":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"outPlayerId":74137,"player1Runs":0,"player1Balls":0,"player2Runs":0,"player2Balls":2,"runs":0,"balls":2,"overs":0.2,"isLive":false},{"player1":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"player2":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"outPlayerId":69697,"player1Runs":11,"player1Balls":34,"player2Runs":16,"player2Balls":38,"runs":32,"balls":72,"overs":11.5,"isLive":false},{"player1":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"player2":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"outPlayerId":64531,"player1Runs":4,"player1Balls":6,"player2Runs":4,"player2Balls":6,"runs":8,"balls":12,"overs":2,"isLive":false},{"player1":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"player2":{"id":69377,"objectId":595004,"name":"K Verreynne","longName":"Kyle Verreynne","mobileName":"Verreynne","indexName":"Verreynne, K","battingName":"K Verreynne","fieldingName":"Verreynne","slug":"kyle-verreynne","imageUrl":"/lsci/db/PICTURES/CMS/322400/322463.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322400/322463.png","dateOfBirth":{"year":1997,"month":5,"date":12},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.1.png","width":160,"height":136,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.png","width":600,"height":436,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322400/322463.square.png"}}},"outPlayerId":69377,"player1Runs":16,"player1Balls":17,"player2Runs":9,"player2Balls":22,"runs":29,"balls":39,"overs":6.1,"isLive":false},{"player1":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"player2":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png","dateOfBirth":{"year":1998,"month":2,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.1.png","width":160,"height":136,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.png","width":600,"height":436,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322086.square.png"}}},"outPlayerId":74351,"player1Runs":2,"player1Balls":12,"player2Runs":1,"player2Balls":7,"runs":3,"balls":19,"overs":2.4,"isLive":true},{"player1":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"player2":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"outPlayerId":73871,"player1Runs":13,"player1Balls":17,"player2Runs":13,"player2Balls":21,"runs":27,"balls":38,"overs":6.4,"isLive":false},{"player1":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"player2":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"outPlayerId":69729,"player1Runs":3,"player1Balls":3,"player2Runs":1,"player2Balls":8,"runs":4,"balls":11,"overs":1.5,"isLive":false},{"player1":{"id":50309,"objectId":267724,"name":"KA Maharaj","longName":"Keshav Maharaj","mobileName":"Maharaj","indexName":"Maharaj, KA","battingName":"KA Maharaj","fieldingName":"Maharaj","slug":"keshav-maharaj","imageUrl":"/lsci/db/PICTURES/CMS/322000/322072.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322072.png","dateOfBirth":{"year":1990,"month":2,"date":7},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.1.png","width":160,"height":136,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.png","width":600,"height":436,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322072.square.png"}}},"player2":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"outPlayerId":50309,"player1Runs":24,"player1Balls":35,"player2Runs":1,"player2Balls":4,"runs":26,"balls":39,"overs":6.3,"isLive":false},{"player1":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"player2":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"outPlayerId":58190,"player1Runs":20,"player1Balls":24,"player2Runs":2,"player2Balls":6,"runs":22,"balls":30,"overs":5,"isLive":false},{"player1":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"player2":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png","dateOfBirth":{"year":1998,"month":2,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.1.png","width":160,"height":136,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.png","width":600,"height":436,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322086.square.png"}}},"outPlayerId":67296,"player1Runs":13,"player1Balls":17,"player2Runs":8,"player2Balls":5,"runs":26,"balls":22,"overs":3.4,"isLive":false}],"inningOvers":[],"inningWickets":[{"playerRoleType":"P","player":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"battedType":"yes","runs":9,"balls":11,"minutes":14,"fours":2,"sixes":0,"strikerate":81.81,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"dismissalBowler":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"dismissalFielders":[{"player":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png","dateOfBirth":{"year":1987,"month":6,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.2.png","width":160,"height":136,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.png","width":600,"height":436,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/355600/355644.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Mathews b AM Fernando","commentary":"Aiden Markram c Mathews b AM Fernando 9 (11b 2x4 0x6 14m) SR: 81.81"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eEdged and taken!\u003c/strong\u003e Asitha strikes and roars. This is what he was working on and that shape away from the right-hander comes to his air. He lands it on a length - slightly shorter perhaps - just outside off, Markram feels for it and hangs his bat out. The ball takes the outside edge and \u003cb\u003egoes low to first slip\u003c/b\u003e, where Mathews makes no mistake. Markram back with a low score and Sri Lanka draw first blood"}],"fowOrder":0,"fowWicketNum":1,"fowRuns":14,"fowBalls":null,"fowOvers":2.6,"fowOverNumber":3,"ballOversActual":2.6,"ballOversUnique":2.06,"ballTotalRuns":14,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"battedType":"yes","runs":4,"balls":9,"minutes":16,"fours":1,"sixes":0,"strikerate":44.44,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"dismissalBowler":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"dismissalFielders":[{"player":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c PHKD Mendis b MVT Fernando","commentary":"Tony de Zorzi c PHKD Mendis b MVT Fernando 4 (9b 1x4 0x6 16m) SR: 44.44"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eTerrific catch from Kamindu and Vishwa is on the board now\u003c/strong\u003e. Almost a mirror image of the Markram dismissal. He lands it on a length just outside off, forcing de Zorzi to poke at it. He gets squared up and gets a thick outside edge that flies low to the right of second slip. Kamindu dives and pouches it with both hands. Two wickets after opting to bowl, Sri Lanka making the right noises"}],"fowOrder":1,"fowWicketNum":2,"fowRuns":14,"fowBalls":null,"fowOvers":3.2,"fowOverNumber":4,"ballOversActual":3.2,"ballOversUnique":3.02,"ballTotalRuns":14,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391763,"objectId":1462138,"slug":"vishwa-fernando-celebrates-dismissing-tony-de-zorzi","url":"/lsci/db/PICTURES/CMS/391700/391763.jpg","width":1400,"height":933,"caption":"Vishwa Fernando celebrates dismissing Tony de Zorzi","longCaption":"Vishwa Fernando celebrates dismissing Tony de Zorzi, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"Associated Press","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391763.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391763.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391763.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}},{"id":391761,"objectId":1462135,"slug":"sri-lanka-celebrate-after-kamindu-mendis-pulled-off-a-diving-catch-at-second-slip","url":"/lsci/db/PICTURES/CMS/391700/391761.jpg","width":1400,"height":933,"caption":"Sri Lanka celebrate after Kamindu Mendis pulled off a diving catch at second slip","longCaption":"Sri Lanka celebrate after Kamindu Mendis pulled off a diving catch at second slip, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"Gallo Images/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391761.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391761.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391761.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}}],"currentType":null},{"playerRoleType":"P","player":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"battedType":"yes","runs":16,"balls":38,"minutes":60,"fours":3,"sixes":0,"strikerate":42.1,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"dismissalBowler":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"dismissalFielders":[{"player":{"id":48988,"objectId":227772,"name":"FDM Karunaratne","longName":"Dimuth Karunaratne","mobileName":"Dimuth Karunaratne","indexName":"Karunaratne, FDM","battingName":"FDM Karunaratne","fieldingName":"Karunaratne","slug":"dimuth-karunaratne","imageUrl":"/lsci/db/PICTURES/CMS/358900/358954.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/358900/358954.png","dateOfBirth":{"year":1988,"month":4,"date":21},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rm"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.2.png","width":160,"height":136,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.png","width":600,"height":436,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/358900/358954.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Karunaratne b Kumara","commentary":"Tristan Stubbs c Karunaratne b Kumara 16 (38b 3x4 0x6 60m) SR: 42.1"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eKumara makes amends after a 17-run first over. Gets rid of Stubbs.\u003c/strong\u003e Sharp back of a length ball shaping away from Stubbs just outside off. He pokes at it, gets a thick outside edge to Karunaratne at third slip. The ball bursts through his hands, but he manages to nestle it between his legs. Big, big wicket for SL just as Stubbs and Bavuma were looking to dig in"}],"fowOrder":2,"fowWicketNum":3,"fowRuns":46,"fowBalls":null,"fowOvers":15.1,"fowOverNumber":16,"ballOversActual":15.1,"ballOversUnique":15.01,"ballTotalRuns":46,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391764,"objectId":1462143,"slug":"lahiru-kumara-struck-twice-in-two-overs-to-rattle-south-africa","url":"/lsci/db/PICTURES/CMS/391700/391764.jpg","width":1400,"height":933,"caption":"Lahiru Kumara struck twice in two overs to rattle South Africa","longCaption":"Lahiru Kumara struck twice in two overs to rattle South Africa, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391764.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391764.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391764.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}}],"currentType":null},{"playerRoleType":"P","player":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"battedType":"yes","runs":4,"balls":6,"minutes":10,"fours":1,"sixes":0,"strikerate":66.66,"isOut":true,"dismissalType":2,"dismissalBatsman":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"dismissalBowler":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"bowled","long":" b Kumara","commentary":"David Bedingham b Kumara 4 (6b 1x4 0x6 10m) SR: 66.66"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eCleans him up with a corker!\u003c/strong\u003e On a length shaping back sharply into Bedingham, who plays all around it and sees his off pole go cartwheeling. That was bowled at 143.2kph and Bedingham was beaten all ends up"}],"fowOrder":3,"fowWicketNum":4,"fowRuns":54,"fowBalls":null,"fowOvers":17.1,"fowOverNumber":18,"ballOversActual":17.1,"ballOversUnique":17.01,"ballTotalRuns":54,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391766,"objectId":1462146,"slug":"lahiru-kumara-bowled-david-bedingham-via-the-inside-edge","url":"/lsci/db/PICTURES/CMS/391700/391766.jpg","width":1400,"height":933,"caption":"Lahiru Kumara bowled David Bedingham via the inside edge","longCaption":"Lahiru Kumara bowled David Bedingham via the inside edge, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391766.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391766.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391766.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}},{"id":391765,"objectId":1462144,"slug":"lahiru-kumara-makes-a-mess-of-david-bedingham-s-stumps","url":"/lsci/db/PICTURES/CMS/391700/391765.jpg","width":1400,"height":933,"caption":"Lahiru Kumara makes a mess of David Bedingham's stumps","longCaption":"Lahiru Kumara makes a mess of David Bedingham's stumps, South Africa vs Sri Lanka, 1st Test, 1st day, Durban, November 27, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391700/391765.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391700/391765.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391700/391765.10.jpg"},"dateTaken":"2024-11-27","capturedOn":{"year":2024,"month":11,"date":27}}],"currentType":null},{"playerRoleType":"WK","player":{"id":69377,"objectId":595004,"name":"K Verreynne","longName":"Kyle Verreynne","mobileName":"Verreynne","indexName":"Verreynne, K","battingName":"K Verreynne","fieldingName":"Verreynne","slug":"kyle-verreynne","imageUrl":"/lsci/db/PICTURES/CMS/322400/322463.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322400/322463.png","dateOfBirth":{"year":1997,"month":5,"date":12},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.1.png","width":160,"height":136,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.png","width":600,"height":436,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322400/322463.square.png"}}},"battedType":"yes","runs":9,"balls":22,"minutes":32,"fours":2,"sixes":0,"strikerate":40.9,"isOut":true,"dismissalType":3,"dismissalBatsman":{"id":69377,"objectId":595004,"name":"K Verreynne","longName":"Kyle Verreynne","mobileName":"Verreynne","indexName":"Verreynne, K","battingName":"K Verreynne","fieldingName":"Verreynne","slug":"kyle-verreynne","imageUrl":"/lsci/db/PICTURES/CMS/322400/322463.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322400/322463.png","dateOfBirth":{"year":1997,"month":5,"date":12},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.1.png","width":160,"height":136,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.png","width":600,"height":436,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322400/322463.square.png"}}},"dismissalBowler":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"lbw","long":"lbw b Kumara","commentary":"Kyle Verreynne lbw b Kumara 9 (22b 2x4 0x6 32m) SR: 40.9"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eCelebrappeal from Kumara, and the umpire raises the dreaded finger\u003c/strong\u003e. Lovely delivery, a small set-up really. He pushed Verreynne back with the shorter ball first up and then spears this in on a fuller length. He angles it in from outside off. Verreynne's feet don't move and he is beaten on the inside to get hit on the knee-roll of the front pad. Impact is just in line and he is a goner. Sri Lanka strike early again"}],"fowOrder":4,"fowWicketNum":5,"fowRuns":83,"fowBalls":null,"fowOvers":23.2,"fowOverNumber":24,"ballOversActual":23.2,"ballOversUnique":23.02,"ballTotalRuns":83,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391818,"objectId":1462297,"slug":"lahiru-kumara-got-rid-of-kyle-verreynne-early-on-day-two","url":"/lsci/db/PICTURES/CMS/391800/391818.jpg","width":1400,"height":934,"caption":"Lahiru Kumara got rid of Kyle Verreynne early on day two","longCaption":"Lahiru Kumara got rid of Kyle Verreynne early on day two, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391818.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391818.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391818.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"battedType":"yes","runs":13,"balls":21,"minutes":33,"fours":2,"sixes":0,"strikerate":61.9,"isOut":true,"dismissalType":3,"dismissalBatsman":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalBowler":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"lbw","long":"lbw b Jayasuriya","commentary":"Marco Jansen lbw b Jayasuriya 13 (21b 2x4 0x6 33m) SR: 61.9"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eHuge appeal and given!\u003c/strong\u003e Jansen opts for the review. Jayasuriya tosses it up and lands it on middle and leg at 82kph, Jansen looks to turn it across but misses and is hit on the front leg. Did it land outside leg? Only that could save him, really. UltraEdge rules out the edge, all eyes on the Ball-Tracker. \u003cstrong\u003eThree reds and Jansen is out of here\u003c/strong\u003e, taking a review with him"}],"fowOrder":6,"fowWicketNum":6,"fowRuns":113,"fowBalls":null,"fowOvers":32.4,"fowOverNumber":33,"ballOversActual":32.4,"ballOversUnique":32.04,"ballTotalRuns":113,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391821,"objectId":1462301,"slug":"prabath-jayasuriya-struck-twice-in-short-time","url":"/lsci/db/PICTURES/CMS/391800/391821.jpg","width":1400,"height":933,"caption":"Prabath Jayasuriya struck twice in short time","longCaption":"Prabath Jayasuriya struck twice in short time, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391821.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391821.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391821.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"battedType":"yes","runs":1,"balls":8,"minutes":9,"fours":0,"sixes":0,"strikerate":12.5,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"dismissalBowler":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalFielders":[{"player":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c PHKD Mendis b Jayasuriya","commentary":"Gerald Coetzee c PHKD Mendis b Jayasuriya 1 (8b 0x4 0x6 9m) SR: 12.5"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eBut no saving him from this one, brilliantly taken!\u003c/b\u003e Jayasuriya tosses this up and Coetzee takes the bait. Looks to loft it down the ground but it goes much squarer off the inside half of the bat. Kamindu at deep midwicket is two thirds of the way to the ropes and he runs forward to complete an excellent take inches off the ground"}],"fowOrder":7,"fowWicketNum":7,"fowRuns":117,"fowBalls":null,"fowOvers":34.3,"fowOverNumber":35,"ballOversActual":34.3,"ballOversUnique":34.03,"ballTotalRuns":117,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":50309,"objectId":267724,"name":"KA Maharaj","longName":"Keshav Maharaj","mobileName":"Maharaj","indexName":"Maharaj, KA","battingName":"KA Maharaj","fieldingName":"Maharaj","slug":"keshav-maharaj","imageUrl":"/lsci/db/PICTURES/CMS/322000/322072.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322072.png","dateOfBirth":{"year":1990,"month":2,"date":7},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.1.png","width":160,"height":136,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.png","width":600,"height":436,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322072.square.png"}}},"battedType":"yes","runs":24,"balls":35,"minutes":29,"fours":3,"sixes":1,"strikerate":68.57,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":50309,"objectId":267724,"name":"KA Maharaj","longName":"Keshav Maharaj","mobileName":"Maharaj","indexName":"Maharaj, KA","battingName":"KA Maharaj","fieldingName":"Maharaj","slug":"keshav-maharaj","imageUrl":"/lsci/db/PICTURES/CMS/322000/322072.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322072.png","dateOfBirth":{"year":1990,"month":2,"date":7},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.1.png","width":160,"height":136,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.png","width":600,"height":436,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322072.square.png"}}},"dismissalBowler":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"dismissalFielders":[{"player":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c de Silva b MVT Fernando","commentary":"Keshav Maharaj c de Silva b MVT Fernando 24 (35b 3x4 1x6 29m) SR: 68.57"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSoft dismissal! And the bowling change works!\u003c/b\u003e After a few on a good length and straight, Vishwa pops this one a touch wider of off and angling away. Maharaj looks for the drive but he just can't keep it down. Ends up chipping the simplest of catches to mid-off"}],"fowOrder":8,"fowWicketNum":8,"fowRuns":143,"fowBalls":null,"fowOvers":40.6,"fowOverNumber":41,"ballOversActual":40.6,"ballOversUnique":40.06,"ballTotalRuns":143,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391823,"objectId":1462304,"slug":"keshav-maharaj-came-out-swinging","url":"/lsci/db/PICTURES/CMS/391800/391823.jpg","width":1400,"height":933,"caption":"Keshav Maharaj came out swinging","longCaption":"Keshav Maharaj came out swinging, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391823.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391823.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391823.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"C","player":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"battedType":"yes","runs":70,"balls":117,"minutes":221,"fours":9,"sixes":1,"strikerate":59.82,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"dismissalBowler":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"dismissalFielders":[{"player":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Kumara b AM Fernando","commentary":"Temba Bavuma c Kumara b AM Fernando 70 (117b 9x4 1x6 221m) SR: 59.82"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eAnd just like that Bavuma is gone!\u003c/b\u003e Just minutes before lunch, the SA skipper has thrown it away. Looks to swipe this across the line and gets a top edge that sails straight up. But this is by no means and easy take at midwicket, with the ball swirling in the wind. It's well judged though by Kumara, who holds on"}],"fowOrder":9,"fowWicketNum":9,"fowRuns":165,"fowBalls":null,"fowOvers":45.6,"fowOverNumber":46,"ballOversActual":45.6,"ballOversUnique":45.06,"ballTotalRuns":165,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391826,"objectId":1462308,"slug":"temba-bavuma-is-airborne-as-he-upper-cuts","url":"/lsci/db/PICTURES/CMS/391800/391826.jpg","width":1400,"height":2100,"caption":"Temba Bavuma is airborne as he upper-cuts","longCaption":"Temba Bavuma is airborne as he upper-cuts, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"Gallo Images/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391826.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391826.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391826.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"battedType":"yes","runs":15,"balls":23,"minutes":41,"fours":2,"sixes":0,"strikerate":65.21,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"dismissalBowler":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"dismissalFielders":[{"player":{"id":52371,"objectId":300628,"name":"LD Chandimal","longName":"Dinesh Chandimal","mobileName":"Chandimal","indexName":"Chandimal, LD","battingName":"LD Chandimal","fieldingName":"Chandimal","slug":"dinesh-chandimal","imageUrl":"/lsci/db/PICTURES/CMS/326000/326001.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/326000/326001.png","dateOfBirth":{"year":1989,"month":11,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.2.png","width":160,"height":136,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.png","width":600,"height":436,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/326000/326001.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Chandimal b AM Fernando","commentary":"Kagiso Rabada c Chandimal b AM Fernando 15 (23b 2x4 0x6 41m) SR: 65.21"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eAnd that is that! Another great bit of catching from Sri Lanka to end the innings!\u003c/b\u003e Asitha goes short once more and this time Rabada connects well with the hook, but he finds Chandimal at deep backward square leg. Credit to Chandimal as well, as he judges this very well in the wind to hold on. \u003cB\u003eSA are bowled out for 191\u003c/b\u003e"}],"fowOrder":10,"fowWicketNum":10,"fowRuns":191,"fowBalls":null,"fowOvers":49.4,"fowOverNumber":50,"ballOversActual":49.4,"ballOversUnique":49.04,"ballTotalRuns":191,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null}],"inningFallOfWickets":[{"dismissalBatsman":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png"},"fowType":1,"fowOrder":0,"fowWicketNum":1,"fowRuns":14,"fowOvers":2.6,"fowBalls":null},{"dismissalBatsman":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null},"fowType":1,"fowOrder":1,"fowWicketNum":2,"fowRuns":14,"fowOvers":3.2,"fowBalls":null},{"dismissalBatsman":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png"},"fowType":1,"fowOrder":2,"fowWicketNum":3,"fowRuns":46,"fowOvers":15.1,"fowBalls":null},{"dismissalBatsman":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null},"fowType":1,"fowOrder":3,"fowWicketNum":4,"fowRuns":54,"fowOvers":17.1,"fowBalls":null},{"dismissalBatsman":{"id":69377,"objectId":595004,"name":"K Verreynne","longName":"Kyle Verreynne","mobileName":"Verreynne","indexName":"Verreynne, K","battingName":"K Verreynne","fieldingName":"Verreynne","slug":"kyle-verreynne","imageUrl":"/lsci/db/PICTURES/CMS/322400/322463.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322400/322463.png"},"fowType":1,"fowOrder":4,"fowWicketNum":5,"fowRuns":83,"fowOvers":23.2,"fowBalls":null},{"dismissalBatsman":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png"},"fowType":2,"fowOrder":5,"fowWicketNum":5,"fowRuns":85,"fowOvers":25.6,"fowBalls":null},{"dismissalBatsman":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png"},"fowType":1,"fowOrder":6,"fowWicketNum":6,"fowRuns":113,"fowOvers":32.4,"fowBalls":null},{"dismissalBatsman":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png"},"fowType":1,"fowOrder":7,"fowWicketNum":7,"fowRuns":117,"fowOvers":34.3,"fowBalls":null},{"dismissalBatsman":{"id":50309,"objectId":267724,"name":"KA Maharaj","longName":"Keshav Maharaj","mobileName":"Maharaj","indexName":"Maharaj, KA","battingName":"KA Maharaj","fieldingName":"Maharaj","slug":"keshav-maharaj","imageUrl":"/lsci/db/PICTURES/CMS/322000/322072.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322072.png"},"fowType":1,"fowOrder":8,"fowWicketNum":8,"fowRuns":143,"fowOvers":40.6,"fowBalls":null},{"dismissalBatsman":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png"},"fowType":1,"fowOrder":9,"fowWicketNum":9,"fowRuns":165,"fowOvers":45.6,"fowBalls":null},{"dismissalBatsman":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png"},"fowType":1,"fowOrder":10,"fowWicketNum":10,"fowRuns":191,"fowOvers":49.4,"fowBalls":null}],"inningDRSReviews":[{"decisionChallengeType":1,"decisionChallengeSubType":4,"reviewTeam":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"umpire":{"id":35571,"objectId":56128,"name":"Sharfuddoula","longName":"Sharfuddoula","mobileName":"","indexName":"Sharfuddoula","battingName":"Sharfuddoula","fieldingName":"Sharfuddoula","slug":"sharfuddoula","imageUrl":"/lsci/db/PICTURES/CMS/282500/282553.1.jpg","headshotImageUrl":null},"batsman":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png"},"bowler":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png"},"oversActual":23.5,"ballsActual":null,"reviewSide":"bowling","resultType":"struck","isUmpireCall":false,"remainingCount":2,"originalDecision":"notout","drsDecision":"notout"},{"decisionChallengeType":1,"decisionChallengeSubType":4,"reviewTeam":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"umpire":{"id":2005,"objectId":7326,"name":"PR Reiffel","longName":"Paul Reiffel","mobileName":"Reiffel","indexName":"Reiffel, PR","battingName":"PR Reiffel","fieldingName":"Reiffel","slug":"paul-reiffel","imageUrl":"/lsci/db/PICTURES/CMS/331200/331242.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/331200/331242.png"},"batsman":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png"},"bowler":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png"},"oversActual":32.4,"ballsActual":null,"reviewSide":"batting","resultType":"struck","isUmpireCall":false,"remainingCount":2,"originalDecision":"out","drsDecision":"out"}],"inningOverGroups":[]},{"inningNumber":2,"isCurrent":false,"team":{"id":8,"objectId":8,"scribeId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","isCountry":true,"primaryColor":"#203d89","image":{"id":340047,"objectId":1316921,"slug":"sri-lanka-team-flag","url":"/lsci/db/PICTURES/CMS/340000/340047.png","width":500,"height":500,"caption":"Sri Lanka team flag","longCaption":"Sri Lanka team flag","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"}},"isBatted":true,"runs":42,"wickets":10,"lead":-149,"target":0,"overs":13.5,"balls":83,"totalOvers":0,"totalBalls":0,"minutes":null,"extras":6,"byes":0,"legbyes":1,"wides":1,"noballs":4,"penalties":0,"event":1,"ballsPerOver":6,"inningBatsmen":[{"playerRoleType":"P","player":{"id":93033,"objectId":1028655,"name":"P Nissanka","longName":"Pathum Nissanka","mobileName":"Nissanka","indexName":"Nissanka, P","battingName":"P Nissanka","fieldingName":"Nissanka","slug":"pathum-nissanka","imageUrl":"/lsci/db/PICTURES/CMS/323000/323070.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323070.png","dateOfBirth":{"year":1998,"month":5,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.1.png","width":160,"height":136,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.png","width":600,"height":436,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323070.square.png"}}},"battedType":"yes","runs":3,"balls":12,"minutes":15,"fours":0,"sixes":0,"strikerate":25,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":93033,"objectId":1028655,"name":"P Nissanka","longName":"Pathum Nissanka","mobileName":"Nissanka","indexName":"Nissanka, P","battingName":"P Nissanka","fieldingName":"Nissanka","slug":"pathum-nissanka","imageUrl":"/lsci/db/PICTURES/CMS/323000/323070.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323070.png","dateOfBirth":{"year":1998,"month":5,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.1.png","width":160,"height":136,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.png","width":600,"height":436,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323070.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Stubbs b Jansen","commentary":"Pathum Nissanka c Stubbs b Jansen 3 (12b 0x4 0x6 15m) SR: 25"},"dismissalComment":[{"type":"HTML","html":"\u003cb\u003eEdged and taken!\u003c/b\u003e Jansen is on the board now and Sri Lanka have lost both their openers. This is bowled on a fullish length on off, drawing Nissanka forward in defence. He could have easily let it go but doesn't and pays the price. He plays it with hard hands and the edge carries nicely to Stubbs at third slip"}],"fowOrder":1,"fowWicketNum":2,"fowRuns":7,"fowBalls":null,"fowOvers":3.2,"fowOverNumber":4,"ballOversActual":3.2,"ballOversUnique":3.03,"ballTotalRuns":7,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391831,"objectId":1462406,"slug":"marco-jansen-had-pathum-nissanka-caught-in-the-cordon","url":"/lsci/db/PICTURES/CMS/391800/391831.jpg","width":1400,"height":933,"caption":"Marco Jansen had Pathum Nissanka caught in the cordon","longCaption":"Marco Jansen had Pathum Nissanka caught in the cordon, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391831.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391831.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391831.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":48988,"objectId":227772,"name":"FDM Karunaratne","longName":"Dimuth Karunaratne","mobileName":"Dimuth Karunaratne","indexName":"Karunaratne, FDM","battingName":"FDM Karunaratne","fieldingName":"Karunaratne","slug":"dimuth-karunaratne","imageUrl":"/lsci/db/PICTURES/CMS/358900/358954.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/358900/358954.png","dateOfBirth":{"year":1988,"month":4,"date":21},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rm"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.2.png","width":160,"height":136,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.png","width":600,"height":436,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/358900/358954.square.png"}}},"battedType":"yes","runs":2,"balls":9,"minutes":11,"fours":0,"sixes":0,"strikerate":22.22,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":48988,"objectId":227772,"name":"FDM Karunaratne","longName":"Dimuth Karunaratne","mobileName":"Dimuth Karunaratne","indexName":"Karunaratne, FDM","battingName":"FDM Karunaratne","fieldingName":"Karunaratne","slug":"dimuth-karunaratne","imageUrl":"/lsci/db/PICTURES/CMS/358900/358954.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/358900/358954.png","dateOfBirth":{"year":1988,"month":4,"date":21},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rm"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.2.png","width":160,"height":136,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.png","width":600,"height":436,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/358900/358954.square.png"}}},"dismissalBowler":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"dismissalFielders":[{"player":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Bedingham b Rabada","commentary":"Dimuth Karunaratne c Bedingham b Rabada 2 (9b 0x4 0x6 11m) SR: 22.22"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eRabada draws first blood\u003c/strong\u003e. Karunaratne did not look at ease against him this over and falls in a typical fashion. It is a length ball just outside off, bowled with a wobble seam. Karunaratne goes back outside off to defend and just hangs his bat at that. It takes the outside edge and flies low to Markram at first slip and he gobbles it up with a dive. Just what South Africa would have wanted after being dismissed for a low total"}],"fowOrder":0,"fowWicketNum":1,"fowRuns":6,"fowBalls":null,"fowOvers":2.6,"fowOverNumber":3,"ballOversActual":2.6,"ballOversUnique":2.06,"ballTotalRuns":6,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391836,"objectId":1462412,"slug":"dimuth-karunaratne-was-out-in-single-digits-for-the-fourth-time-in-his-last-six-test-innings","url":"/lsci/db/PICTURES/CMS/391800/391836.jpg","width":1400,"height":933,"caption":"Dimuth Karunaratne was out in single digits for the fourth time in his last six Test innings","longCaption":"Dimuth Karunaratne was out in single digits for the fourth time in his last six innings, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"Associated Press","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391836.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391836.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391836.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":52371,"objectId":300628,"name":"LD Chandimal","longName":"Dinesh Chandimal","mobileName":"Chandimal","indexName":"Chandimal, LD","battingName":"LD Chandimal","fieldingName":"Chandimal","slug":"dinesh-chandimal","imageUrl":"/lsci/db/PICTURES/CMS/326000/326001.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/326000/326001.png","dateOfBirth":{"year":1989,"month":11,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.2.png","width":160,"height":136,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.png","width":600,"height":436,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/326000/326001.square.png"}}},"battedType":"yes","runs":0,"balls":4,"minutes":12,"fours":0,"sixes":0,"strikerate":0,"isOut":true,"dismissalType":2,"dismissalBatsman":{"id":52371,"objectId":300628,"name":"LD Chandimal","longName":"Dinesh Chandimal","mobileName":"Chandimal","indexName":"Chandimal, LD","battingName":"LD Chandimal","fieldingName":"Chandimal","slug":"dinesh-chandimal","imageUrl":"/lsci/db/PICTURES/CMS/326000/326001.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/326000/326001.png","dateOfBirth":{"year":1989,"month":11,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.2.png","width":160,"height":136,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.png","width":600,"height":436,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/326000/326001.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"bowled","long":" b Jansen","commentary":"Dinesh Chandimal b Jansen 0 (4b 0x4 0x6 12m) SR: 0"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eChopped on\u003c/strong\u003e and it is a four-ball duck for Chandimal. Jansen once again recovers well after a front-foot no-ball. Lands it on a length on middle and gets it to nip in just a touch. Chandimal pushes at it with half a stride leaving a huge gap between bat and pad. The ball ricochets off his back thight and he finds his off stump cartwheeling. Sri Lanka in trouble"}],"fowOrder":2,"fowWicketNum":3,"fowRuns":9,"fowBalls":null,"fowOvers":5.2,"fowOverNumber":6,"ballOversActual":5.2,"ballOversUnique":5.03,"ballTotalRuns":9,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391829,"objectId":1462334,"slug":"dinesh-chandimal-is-done-in-by-marco-jansen","url":"/lsci/db/PICTURES/CMS/391800/391829.jpg","width":1400,"height":933,"caption":"Dinesh Chandimal is done in by Marco Jansen","longCaption":"Dinesh Chandimal is done in by Marco Jansen, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391829.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391829.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391829.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png","dateOfBirth":{"year":1987,"month":6,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.2.png","width":160,"height":136,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.png","width":600,"height":436,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/355600/355644.square.png"}}},"battedType":"yes","runs":1,"balls":14,"minutes":20,"fours":0,"sixes":0,"strikerate":7.14,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png","dateOfBirth":{"year":1987,"month":6,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.2.png","width":160,"height":136,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.png","width":600,"height":436,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/355600/355644.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Bedingham b Jansen","commentary":"Angelo Mathews c Bedingham b Jansen 1 (14b 0x4 0x6 20m) SR: 7.14"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eAnd again Jansen gets a wicket after a no-ball!\u003c/strong\u003e He seems to have found some method here. But this is a nothing shot from Mathews. Length ball, angling away from him outside off, he could have well left it alone. Has a waft at that away from his body off the back foot and gets a thick outside edge to Bedingham at first slip. Catching practice and Sri Lanka slip further"}],"fowOrder":3,"fowWicketNum":4,"fowRuns":16,"fowBalls":null,"fowOvers":7.1,"fowOverNumber":8,"ballOversActual":7.1,"ballOversUnique":7.02,"ballTotalRuns":16,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391830,"objectId":1462337,"slug":"marco-jansen-ran-through-the-sri-lankan-batting-order","url":"/lsci/db/PICTURES/CMS/391800/391830.jpg","width":1400,"height":933,"caption":"Marco Jansen ran through the Sri Lankan batting order","longCaption":"Marco Jansen ran through the Sri Lankan batting order, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391830.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391830.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391830.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"battedType":"yes","runs":13,"balls":20,"minutes":26,"fours":3,"sixes":0,"strikerate":65,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"dismissalBowler":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"dismissalFielders":[{"player":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Bedingham b Coetzee","commentary":"Kamindu Mendis c Bedingham b Coetzee 13 (20b 3x4 0x6 26m) SR: 65"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eSomeone stop Coetzee already!\u003c/strong\u003e He screams in excittement and that's a massive wicket. Bowls it full and outside off, around the fifth stump, Kamindu goes for the big booming drive through cover but only gets a thick outside edge to first slip. Knowing his propensity to score big, South Africa must be happy big time"}],"fowOrder":4,"fowWicketNum":5,"fowRuns":32,"fowBalls":null,"fowOvers":10.4,"fowOverNumber":11,"ballOversActual":10.4,"ballOversUnique":10.04,"ballTotalRuns":32,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"C","player":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"battedType":"yes","runs":7,"balls":12,"minutes":19,"fours":1,"sixes":0,"strikerate":58.33,"isOut":true,"dismissalType":2,"dismissalBatsman":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"bowled","long":" b Jansen","commentary":"Dhananjaya de Silva b Jansen 7 (12b 1x4 0x6 19m) SR: 58.33"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSri Lanka are folding, and they're folding fast!\u003c/b\u003e And it's yet another ill-advised drive that's done the the damage. This was a little fuller and De Silva can't help but go for the drive, and a little while later it's that dreaded sound of the stumps clattering. Inside edge and Sri Lanka are six down"}],"fowOrder":5,"fowWicketNum":6,"fowRuns":32,"fowBalls":null,"fowOvers":11.3,"fowOverNumber":12,"ballOversActual":11.3,"ballOversUnique":11.03,"ballTotalRuns":32,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"WK","player":{"id":70888,"objectId":629074,"name":"BKG Mendis","longName":"Kusal Mendis","mobileName":"Kusal Mendis","indexName":"Mendis, BKG","battingName":"BKG Mendis","fieldingName":"BKG Mendis","slug":"kusal-mendis","imageUrl":"/lsci/db/PICTURES/CMS/319800/319866.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319866.png","dateOfBirth":{"year":1995,"month":2,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lb"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["legbreak"],"image":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.2.png","width":160,"height":136,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.png","width":600,"height":436,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319866.square.png"}}},"battedType":"yes","runs":0,"balls":3,"minutes":10,"fours":0,"sixes":0,"strikerate":0,"isOut":true,"dismissalType":3,"dismissalBatsman":{"id":70888,"objectId":629074,"name":"BKG Mendis","longName":"Kusal Mendis","mobileName":"Kusal Mendis","indexName":"Mendis, BKG","battingName":"BKG Mendis","fieldingName":"BKG Mendis","slug":"kusal-mendis","imageUrl":"/lsci/db/PICTURES/CMS/319800/319866.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319866.png","dateOfBirth":{"year":1995,"month":2,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lb"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["legbreak"],"image":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.2.png","width":160,"height":136,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.png","width":600,"height":436,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319866.square.png"}}},"dismissalBowler":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"lbw","long":"lbw b Coetzee","commentary":"Kusal Mendis lbw b Coetzee 0 (3b 0x4 0x6 10m) SR: 0"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eHuuuuge appeal and the finger has gone up eventually!\u003c/b\u003e Immediate review from Kusal, but this looked close. It nipped back off a slightly back of a length, and caught him in the crease. Struck just above the knee roll on the back leg. Only thing that could save him here is height...but it's three reds and Sri Lanka are being serenaded by the permanent sounds of joyous South African hoots!"}],"fowOrder":7,"fowWicketNum":8,"fowRuns":32,"fowBalls":null,"fowOvers":12.1,"fowOverNumber":13,"ballOversActual":12.1,"ballOversUnique":12.01,"ballTotalRuns":32,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391833,"objectId":1462408,"slug":"gerald-coetzee-celebrates-kusal-mendis-dismissal","url":"/lsci/db/PICTURES/CMS/391800/391833.jpg","width":1400,"height":933,"caption":"Gerald Coetzee celebrates Kusal Mendis' dismissal","longCaption":"Gerald Coetzee celebrates Kusal Mendis' dismissal, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391833.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391833.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391833.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"battedType":"yes","runs":0,"balls":3,"minutes":2,"fours":0,"sixes":0,"strikerate":0,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Stubbs b Jansen","commentary":"Prabath Jayasuriya c Stubbs b Jansen 0 (3b 0x4 0x6 2m) SR: 0"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSeven down and Jansen has five!\u003c/b\u003e This was well above Jayasuriya's pay grade. Back of a length, angled in towards off and straightening down the line. Jayasuriya is on the back foot and has a poke. Thick edge that is straight into those pack of vultures, otherwise known as the South African slip cordon"}],"fowOrder":6,"fowWicketNum":7,"fowRuns":32,"fowBalls":null,"fowOvers":11.6,"fowOverNumber":12,"ballOversActual":11.6,"ballOversUnique":11.06,"ballTotalRuns":32,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"battedType":"yes","runs":0,"balls":3,"minutes":9,"fours":0,"sixes":0,"strikerate":0,"isOut":true,"dismissalType":2,"dismissalBatsman":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"bowled","long":" b Jansen","commentary":"Vishwa Fernando b Jansen 0 (3b 0x4 0x6 9m) SR: 0"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eNo keeping this out though!\u003c/b\u003e That's Jansen's career best Test figures now, as he darts this in on the stumps from around the wicket. Grazes the back pad and crashes into the stumps. \u003cB\u003eSri Lanka are 9 down!\u003c/b\u003e"}],"fowOrder":8,"fowWicketNum":9,"fowRuns":42,"fowBalls":null,"fowOvers":13.3,"fowOverNumber":14,"ballOversActual":13.3,"ballOversUnique":13.03,"ballTotalRuns":42,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"battedType":"yes","runs":10,"balls":5,"minutes":9,"fours":2,"sixes":0,"strikerate":200,"isOut":false,"dismissalType":12,"dismissalBatsman":null,"dismissalBowler":null,"dismissalFielders":null,"dismissalText":{"short":"not out","long":"not out ","commentary":"Lahiru Kumara not out 10 (5b 2x4 0x6 9m) SR: 200"},"dismissalComment":null,"fowOrder":null,"fowWicketNum":null,"fowRuns":null,"fowBalls":null,"fowOvers":null,"fowOverNumber":null,"ballOversActual":null,"ballOversUnique":null,"ballTotalRuns":null,"ballBatsmanRuns":null,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"battedType":"yes","runs":0,"balls":2,"minutes":2,"fours":0,"sixes":0,"strikerate":0,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c \u0026 b Jansen","commentary":"Asitha Fernando c \u0026 b Jansen 0 (2b 0x4 0x6 2m) SR: 0"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSkier and that is that!\u003c/b\u003e What an incredible couple of hours of cricket! Asitha has a big swing and this one goes straight up, as Jansen calls for it and holds on to complete his seven-for! \u003cB\u003eSri Lanka are bowled out for 42 (forty two)!\u003cb\u003e"}],"fowOrder":9,"fowWicketNum":10,"fowRuns":42,"fowBalls":null,"fowOvers":13.5,"fowOverNumber":14,"ballOversActual":13.5,"ballOversUnique":13.05,"ballTotalRuns":42,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null}],"inningBowlers":[{"player":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"bowledType":"yes","overs":4,"balls":24,"maidens":1,"conceded":10,"wickets":1,"economy":2.5,"runsPerBall":0.41,"dots":21,"fours":1,"sixes":0,"wides":0,"noballs":1,"videos":[],"images":[{"id":391836,"objectId":1462412,"slug":"dimuth-karunaratne-was-out-in-single-digits-for-the-fourth-time-in-his-last-six-test-innings","url":"/lsci/db/PICTURES/CMS/391800/391836.jpg","width":1400,"height":933,"caption":"Dimuth Karunaratne was out in single digits for the fourth time in his last six Test innings","longCaption":"Dimuth Karunaratne was out in single digits for the fourth time in his last six innings, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"Associated Press","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391836.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391836.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391836.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null,"inningWickets":[{"dismissalBatsman":{"id":48988,"objectId":227772,"name":"FDM Karunaratne","longName":"Dimuth Karunaratne","mobileName":"Dimuth Karunaratne","indexName":"Karunaratne, FDM","battingName":"FDM Karunaratne","fieldingName":"Karunaratne","slug":"dimuth-karunaratne","imageUrl":"/lsci/db/PICTURES/CMS/358900/358954.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/358900/358954.png","dateOfBirth":{"year":1988,"month":4,"date":21},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rm"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.2.png","width":160,"height":136,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.png","width":600,"height":436,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/358900/358954.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eRabada draws first blood\u003c/strong\u003e. Karunaratne did not look at ease against him this over and falls in a typical fashion. It is a length ball just outside off, bowled with a wobble seam. Karunaratne goes back outside off to defend and just hangs his bat at that. It takes the outside edge and flies low to Markram at first slip and he gobbles it up with a dive. Just what South Africa would have wanted after being dismissed for a low total"}],"fowType":1,"fowOrder":0,"fowWicketNum":1,"fowRuns":6,"fowOvers":2.6,"fowBalls":null}]},{"player":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"bowledType":"yes","overs":6.5,"balls":41,"maidens":1,"conceded":13,"wickets":7,"economy":1.9,"runsPerBall":0.31,"dots":37,"fours":1,"sixes":0,"wides":1,"noballs":3,"videos":[],"images":[{"id":391831,"objectId":1462406,"slug":"marco-jansen-had-pathum-nissanka-caught-in-the-cordon","url":"/lsci/db/PICTURES/CMS/391800/391831.jpg","width":1400,"height":933,"caption":"Marco Jansen had Pathum Nissanka caught in the cordon","longCaption":"Marco Jansen had Pathum Nissanka caught in the cordon, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391831.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391831.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391831.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}},{"id":391829,"objectId":1462334,"slug":"dinesh-chandimal-is-done-in-by-marco-jansen","url":"/lsci/db/PICTURES/CMS/391800/391829.jpg","width":1400,"height":933,"caption":"Dinesh Chandimal is done in by Marco Jansen","longCaption":"Dinesh Chandimal is done in by Marco Jansen, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391829.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391829.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391829.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}},{"id":391830,"objectId":1462337,"slug":"marco-jansen-ran-through-the-sri-lankan-batting-order","url":"/lsci/db/PICTURES/CMS/391800/391830.jpg","width":1400,"height":933,"caption":"Marco Jansen ran through the Sri Lankan batting order","longCaption":"Marco Jansen ran through the Sri Lankan batting order, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391830.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391830.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391830.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null,"inningWickets":[{"dismissalBatsman":{"id":93033,"objectId":1028655,"name":"P Nissanka","longName":"Pathum Nissanka","mobileName":"Nissanka","indexName":"Nissanka, P","battingName":"P Nissanka","fieldingName":"Nissanka","slug":"pathum-nissanka","imageUrl":"/lsci/db/PICTURES/CMS/323000/323070.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323070.png","dateOfBirth":{"year":1998,"month":5,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.1.png","width":160,"height":136,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.png","width":600,"height":436,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323070.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cb\u003eEdged and taken!\u003c/b\u003e Jansen is on the board now and Sri Lanka have lost both their openers. This is bowled on a fullish length on off, drawing Nissanka forward in defence. He could have easily let it go but doesn't and pays the price. He plays it with hard hands and the edge carries nicely to Stubbs at third slip"}],"fowType":1,"fowOrder":1,"fowWicketNum":2,"fowRuns":7,"fowOvers":3.2,"fowBalls":null},{"dismissalBatsman":{"id":52371,"objectId":300628,"name":"LD Chandimal","longName":"Dinesh Chandimal","mobileName":"Chandimal","indexName":"Chandimal, LD","battingName":"LD Chandimal","fieldingName":"Chandimal","slug":"dinesh-chandimal","imageUrl":"/lsci/db/PICTURES/CMS/326000/326001.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/326000/326001.png","dateOfBirth":{"year":1989,"month":11,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.2.png","width":160,"height":136,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.png","width":600,"height":436,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/326000/326001.square.png"}}},"dismissalType":2,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eChopped on\u003c/strong\u003e and it is a four-ball duck for Chandimal. Jansen once again recovers well after a front-foot no-ball. Lands it on a length on middle and gets it to nip in just a touch. Chandimal pushes at it with half a stride leaving a huge gap between bat and pad. The ball ricochets off his back thight and he finds his off stump cartwheeling. Sri Lanka in trouble"}],"fowType":1,"fowOrder":2,"fowWicketNum":3,"fowRuns":9,"fowOvers":5.2,"fowBalls":null},{"dismissalBatsman":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png","dateOfBirth":{"year":1987,"month":6,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.2.png","width":160,"height":136,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.png","width":600,"height":436,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/355600/355644.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eAnd again Jansen gets a wicket after a no-ball!\u003c/strong\u003e He seems to have found some method here. But this is a nothing shot from Mathews. Length ball, angling away from him outside off, he could have well left it alone. Has a waft at that away from his body off the back foot and gets a thick outside edge to Bedingham at first slip. Catching practice and Sri Lanka slip further"}],"fowType":1,"fowOrder":3,"fowWicketNum":4,"fowRuns":16,"fowOvers":7.1,"fowBalls":null},{"dismissalBatsman":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"dismissalType":2,"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSri Lanka are folding, and they're folding fast!\u003c/b\u003e And it's yet another ill-advised drive that's done the the damage. This was a little fuller and De Silva can't help but go for the drive, and a little while later it's that dreaded sound of the stumps clattering. Inside edge and Sri Lanka are six down"}],"fowType":1,"fowOrder":5,"fowWicketNum":6,"fowRuns":32,"fowOvers":11.3,"fowBalls":null},{"dismissalBatsman":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSeven down and Jansen has five!\u003c/b\u003e This was well above Jayasuriya's pay grade. Back of a length, angled in towards off and straightening down the line. Jayasuriya is on the back foot and has a poke. Thick edge that is straight into those pack of vultures, otherwise known as the South African slip cordon"}],"fowType":1,"fowOrder":6,"fowWicketNum":7,"fowRuns":32,"fowOvers":11.6,"fowBalls":null},{"dismissalBatsman":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"dismissalType":2,"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eNo keeping this out though!\u003c/b\u003e That's Jansen's career best Test figures now, as he darts this in on the stumps from around the wicket. Grazes the back pad and crashes into the stumps. \u003cB\u003eSri Lanka are 9 down!\u003c/b\u003e"}],"fowType":1,"fowOrder":8,"fowWicketNum":9,"fowRuns":42,"fowOvers":13.3,"fowBalls":null},{"dismissalBatsman":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSkier and that is that!\u003c/b\u003e What an incredible couple of hours of cricket! Asitha has a big swing and this one goes straight up, as Jansen calls for it and holds on to complete his seven-for! \u003cB\u003eSri Lanka are bowled out for 42 (forty two)!\u003cb\u003e"}],"fowType":1,"fowOrder":9,"fowWicketNum":10,"fowRuns":42,"fowOvers":13.5,"fowBalls":null}]},{"player":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"bowledType":"yes","overs":3,"balls":18,"maidens":0,"conceded":18,"wickets":2,"economy":6,"runsPerBall":1,"dots":13,"fours":4,"sixes":0,"wides":0,"noballs":0,"videos":[],"images":[{"id":391833,"objectId":1462408,"slug":"gerald-coetzee-celebrates-kusal-mendis-dismissal","url":"/lsci/db/PICTURES/CMS/391800/391833.jpg","width":1400,"height":933,"caption":"Gerald Coetzee celebrates Kusal Mendis' dismissal","longCaption":"Gerald Coetzee celebrates Kusal Mendis' dismissal, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391833.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391833.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391833.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null,"inningWickets":[{"dismissalBatsman":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eSomeone stop Coetzee already!\u003c/strong\u003e He screams in excittement and that's a massive wicket. Bowls it full and outside off, around the fifth stump, Kamindu goes for the big booming drive through cover but only gets a thick outside edge to first slip. Knowing his propensity to score big, South Africa must be happy big time"}],"fowType":1,"fowOrder":4,"fowWicketNum":5,"fowRuns":32,"fowOvers":10.4,"fowBalls":null},{"dismissalBatsman":{"id":70888,"objectId":629074,"name":"BKG Mendis","longName":"Kusal Mendis","mobileName":"Kusal Mendis","indexName":"Mendis, BKG","battingName":"BKG Mendis","fieldingName":"BKG Mendis","slug":"kusal-mendis","imageUrl":"/lsci/db/PICTURES/CMS/319800/319866.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319866.png","dateOfBirth":{"year":1995,"month":2,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lb"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["legbreak"],"image":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.2.png","width":160,"height":136,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.png","width":600,"height":436,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319866.square.png"}}},"dismissalType":3,"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eHuuuuge appeal and the finger has gone up eventually!\u003c/b\u003e Immediate review from Kusal, but this looked close. It nipped back off a slightly back of a length, and caught him in the crease. Struck just above the knee roll on the back leg. Only thing that could save him here is height...but it's three reds and Sri Lanka are being serenaded by the permanent sounds of joyous South African hoots!"}],"fowType":1,"fowOrder":7,"fowWicketNum":8,"fowRuns":32,"fowOvers":12.1,"fowBalls":null}]}],"inningPartnerships":[{"player1":{"id":48988,"objectId":227772,"name":"FDM Karunaratne","longName":"Dimuth Karunaratne","mobileName":"Dimuth Karunaratne","indexName":"Karunaratne, FDM","battingName":"FDM Karunaratne","fieldingName":"Karunaratne","slug":"dimuth-karunaratne","imageUrl":"/lsci/db/PICTURES/CMS/358900/358954.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/358900/358954.png","dateOfBirth":{"year":1988,"month":4,"date":21},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rm"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.2.png","width":160,"height":136,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.png","width":600,"height":436,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/358900/358954.square.png"}}},"player2":{"id":93033,"objectId":1028655,"name":"P Nissanka","longName":"Pathum Nissanka","mobileName":"Nissanka","indexName":"Nissanka, P","battingName":"P Nissanka","fieldingName":"Nissanka","slug":"pathum-nissanka","imageUrl":"/lsci/db/PICTURES/CMS/323000/323070.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323070.png","dateOfBirth":{"year":1998,"month":5,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.1.png","width":160,"height":136,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.png","width":600,"height":436,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323070.square.png"}}},"outPlayerId":48988,"player1Runs":2,"player1Balls":9,"player2Runs":3,"player2Balls":9,"runs":6,"balls":18,"overs":3,"isLive":false},{"player1":{"id":52371,"objectId":300628,"name":"LD Chandimal","longName":"Dinesh Chandimal","mobileName":"Chandimal","indexName":"Chandimal, LD","battingName":"LD Chandimal","fieldingName":"Chandimal","slug":"dinesh-chandimal","imageUrl":"/lsci/db/PICTURES/CMS/326000/326001.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/326000/326001.png","dateOfBirth":{"year":1989,"month":11,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.2.png","width":160,"height":136,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.png","width":600,"height":436,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/326000/326001.square.png"}}},"player2":{"id":93033,"objectId":1028655,"name":"P Nissanka","longName":"Pathum Nissanka","mobileName":"Nissanka","indexName":"Nissanka, P","battingName":"P Nissanka","fieldingName":"Nissanka","slug":"pathum-nissanka","imageUrl":"/lsci/db/PICTURES/CMS/323000/323070.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323070.png","dateOfBirth":{"year":1998,"month":5,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.1.png","width":160,"height":136,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.png","width":600,"height":436,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323070.square.png"}}},"outPlayerId":93033,"player1Runs":0,"player1Balls":0,"player2Runs":0,"player2Balls":3,"runs":1,"balls":2,"overs":0.2,"isLive":false},{"player1":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png","dateOfBirth":{"year":1987,"month":6,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.2.png","width":160,"height":136,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.png","width":600,"height":436,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/355600/355644.square.png"}}},"player2":{"id":52371,"objectId":300628,"name":"LD Chandimal","longName":"Dinesh Chandimal","mobileName":"Chandimal","indexName":"Chandimal, LD","battingName":"LD Chandimal","fieldingName":"Chandimal","slug":"dinesh-chandimal","imageUrl":"/lsci/db/PICTURES/CMS/326000/326001.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/326000/326001.png","dateOfBirth":{"year":1989,"month":11,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.2.png","width":160,"height":136,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.png","width":600,"height":436,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/326000/326001.square.png"}}},"outPlayerId":52371,"player1Runs":1,"player1Balls":9,"player2Runs":0,"player2Balls":4,"runs":2,"balls":13,"overs":2,"isLive":false},{"player1":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png","dateOfBirth":{"year":1987,"month":6,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.2.png","width":160,"height":136,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.png","width":600,"height":436,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/355600/355644.square.png"}}},"player2":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"outPlayerId":47023,"player1Runs":0,"player1Balls":5,"player2Runs":4,"player2Balls":8,"runs":7,"balls":13,"overs":1.5,"isLive":false},{"player1":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"player2":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"outPlayerId":78233,"player1Runs":7,"player1Balls":9,"player2Runs":9,"player2Balls":12,"runs":16,"balls":21,"overs":3.3,"isLive":false},{"player1":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"player2":{"id":70888,"objectId":629074,"name":"BKG Mendis","longName":"Kusal Mendis","mobileName":"Kusal Mendis","indexName":"Mendis, BKG","battingName":"BKG Mendis","fieldingName":"BKG Mendis","slug":"kusal-mendis","imageUrl":"/lsci/db/PICTURES/CMS/319800/319866.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319866.png","dateOfBirth":{"year":1995,"month":2,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lb"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["legbreak"],"image":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.2.png","width":160,"height":136,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.png","width":600,"height":436,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319866.square.png"}}},"outPlayerId":62760,"player1Runs":0,"player1Balls":3,"player2Runs":0,"player2Balls":2,"runs":0,"balls":5,"overs":0.5,"isLive":false},{"player1":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"player2":{"id":70888,"objectId":629074,"name":"BKG Mendis","longName":"Kusal Mendis","mobileName":"Kusal Mendis","indexName":"Mendis, BKG","battingName":"BKG Mendis","fieldingName":"BKG Mendis","slug":"kusal-mendis","imageUrl":"/lsci/db/PICTURES/CMS/319800/319866.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319866.png","dateOfBirth":{"year":1995,"month":2,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lb"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["legbreak"],"image":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.2.png","width":160,"height":136,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.png","width":600,"height":436,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319866.square.png"}}},"outPlayerId":60591,"player1Runs":0,"player1Balls":3,"player2Runs":0,"player2Balls":0,"runs":0,"balls":3,"overs":0.3,"isLive":false},{"player1":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"player2":{"id":70888,"objectId":629074,"name":"BKG Mendis","longName":"Kusal Mendis","mobileName":"Kusal Mendis","indexName":"Mendis, BKG","battingName":"BKG Mendis","fieldingName":"BKG Mendis","slug":"kusal-mendis","imageUrl":"/lsci/db/PICTURES/CMS/319800/319866.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319866.png","dateOfBirth":{"year":1995,"month":2,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lb"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["legbreak"],"image":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.2.png","width":160,"height":136,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.png","width":600,"height":436,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319866.square.png"}}},"outPlayerId":70888,"player1Runs":0,"player1Balls":0,"player2Runs":0,"player2Balls":1,"runs":0,"balls":1,"overs":0.1,"isLive":false},{"player1":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"player2":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"outPlayerId":62757,"player1Runs":0,"player1Balls":3,"player2Runs":10,"player2Balls":5,"runs":10,"balls":8,"overs":1.2,"isLive":false},{"player1":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"player2":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"outPlayerId":78275,"player1Runs":0,"player1Balls":0,"player2Runs":0,"player2Balls":2,"runs":0,"balls":2,"overs":0.2,"isLive":false}],"inningOvers":[],"inningWickets":[{"playerRoleType":"P","player":{"id":48988,"objectId":227772,"name":"FDM Karunaratne","longName":"Dimuth Karunaratne","mobileName":"Dimuth Karunaratne","indexName":"Karunaratne, FDM","battingName":"FDM Karunaratne","fieldingName":"Karunaratne","slug":"dimuth-karunaratne","imageUrl":"/lsci/db/PICTURES/CMS/358900/358954.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/358900/358954.png","dateOfBirth":{"year":1988,"month":4,"date":21},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rm"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.2.png","width":160,"height":136,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.png","width":600,"height":436,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/358900/358954.square.png"}}},"battedType":"yes","runs":2,"balls":9,"minutes":11,"fours":0,"sixes":0,"strikerate":22.22,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":48988,"objectId":227772,"name":"FDM Karunaratne","longName":"Dimuth Karunaratne","mobileName":"Dimuth Karunaratne","indexName":"Karunaratne, FDM","battingName":"FDM Karunaratne","fieldingName":"Karunaratne","slug":"dimuth-karunaratne","imageUrl":"/lsci/db/PICTURES/CMS/358900/358954.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/358900/358954.png","dateOfBirth":{"year":1988,"month":4,"date":21},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rm"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.2.png","width":160,"height":136,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":358954,"objectId":1371807,"slug":"dimuth-karunaratne-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/358900/358954.png","width":600,"height":436,"caption":"Dimuth Karunaratne, player page headshot cutout 2023","longCaption":"Dimuth Karunaratne, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/358900/358954.square.png"}}},"dismissalBowler":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"dismissalFielders":[{"player":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Bedingham b Rabada","commentary":"Dimuth Karunaratne c Bedingham b Rabada 2 (9b 0x4 0x6 11m) SR: 22.22"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eRabada draws first blood\u003c/strong\u003e. Karunaratne did not look at ease against him this over and falls in a typical fashion. It is a length ball just outside off, bowled with a wobble seam. Karunaratne goes back outside off to defend and just hangs his bat at that. It takes the outside edge and flies low to Markram at first slip and he gobbles it up with a dive. Just what South Africa would have wanted after being dismissed for a low total"}],"fowOrder":0,"fowWicketNum":1,"fowRuns":6,"fowBalls":null,"fowOvers":2.6,"fowOverNumber":3,"ballOversActual":2.6,"ballOversUnique":2.06,"ballTotalRuns":6,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391836,"objectId":1462412,"slug":"dimuth-karunaratne-was-out-in-single-digits-for-the-fourth-time-in-his-last-six-test-innings","url":"/lsci/db/PICTURES/CMS/391800/391836.jpg","width":1400,"height":933,"caption":"Dimuth Karunaratne was out in single digits for the fourth time in his last six Test innings","longCaption":"Dimuth Karunaratne was out in single digits for the fourth time in his last six innings, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"Associated Press","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391836.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391836.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391836.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":93033,"objectId":1028655,"name":"P Nissanka","longName":"Pathum Nissanka","mobileName":"Nissanka","indexName":"Nissanka, P","battingName":"P Nissanka","fieldingName":"Nissanka","slug":"pathum-nissanka","imageUrl":"/lsci/db/PICTURES/CMS/323000/323070.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323070.png","dateOfBirth":{"year":1998,"month":5,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.1.png","width":160,"height":136,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.png","width":600,"height":436,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323070.square.png"}}},"battedType":"yes","runs":3,"balls":12,"minutes":15,"fours":0,"sixes":0,"strikerate":25,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":93033,"objectId":1028655,"name":"P Nissanka","longName":"Pathum Nissanka","mobileName":"Nissanka","indexName":"Nissanka, P","battingName":"P Nissanka","fieldingName":"Nissanka","slug":"pathum-nissanka","imageUrl":"/lsci/db/PICTURES/CMS/323000/323070.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323070.png","dateOfBirth":{"year":1998,"month":5,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.1.png","width":160,"height":136,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":{"id":323070,"objectId":1266243,"slug":"pathum-nissaka-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323070.png","width":600,"height":436,"caption":"Pathum Nissaka player page headshot cutout, 2021","longCaption":"Pathum Nissaka player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323070.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Stubbs b Jansen","commentary":"Pathum Nissanka c Stubbs b Jansen 3 (12b 0x4 0x6 15m) SR: 25"},"dismissalComment":[{"type":"HTML","html":"\u003cb\u003eEdged and taken!\u003c/b\u003e Jansen is on the board now and Sri Lanka have lost both their openers. This is bowled on a fullish length on off, drawing Nissanka forward in defence. He could have easily let it go but doesn't and pays the price. He plays it with hard hands and the edge carries nicely to Stubbs at third slip"}],"fowOrder":1,"fowWicketNum":2,"fowRuns":7,"fowBalls":null,"fowOvers":3.2,"fowOverNumber":4,"ballOversActual":3.2,"ballOversUnique":3.03,"ballTotalRuns":7,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391831,"objectId":1462406,"slug":"marco-jansen-had-pathum-nissanka-caught-in-the-cordon","url":"/lsci/db/PICTURES/CMS/391800/391831.jpg","width":1400,"height":933,"caption":"Marco Jansen had Pathum Nissanka caught in the cordon","longCaption":"Marco Jansen had Pathum Nissanka caught in the cordon, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391831.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391831.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391831.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":52371,"objectId":300628,"name":"LD Chandimal","longName":"Dinesh Chandimal","mobileName":"Chandimal","indexName":"Chandimal, LD","battingName":"LD Chandimal","fieldingName":"Chandimal","slug":"dinesh-chandimal","imageUrl":"/lsci/db/PICTURES/CMS/326000/326001.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/326000/326001.png","dateOfBirth":{"year":1989,"month":11,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.2.png","width":160,"height":136,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.png","width":600,"height":436,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/326000/326001.square.png"}}},"battedType":"yes","runs":0,"balls":4,"minutes":12,"fours":0,"sixes":0,"strikerate":0,"isOut":true,"dismissalType":2,"dismissalBatsman":{"id":52371,"objectId":300628,"name":"LD Chandimal","longName":"Dinesh Chandimal","mobileName":"Chandimal","indexName":"Chandimal, LD","battingName":"LD Chandimal","fieldingName":"Chandimal","slug":"dinesh-chandimal","imageUrl":"/lsci/db/PICTURES/CMS/326000/326001.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/326000/326001.png","dateOfBirth":{"year":1989,"month":11,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.2.png","width":160,"height":136,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":326001,"objectId":1273963,"slug":"dinesh-chandimal-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/326000/326001.png","width":600,"height":436,"caption":"Dinesh Chandimal, player page headshot cutout, 2021","longCaption":"Dinesh Chandimal, player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/326000/326001.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"bowled","long":" b Jansen","commentary":"Dinesh Chandimal b Jansen 0 (4b 0x4 0x6 12m) SR: 0"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eChopped on\u003c/strong\u003e and it is a four-ball duck for Chandimal. Jansen once again recovers well after a front-foot no-ball. Lands it on a length on middle and gets it to nip in just a touch. Chandimal pushes at it with half a stride leaving a huge gap between bat and pad. The ball ricochets off his back thight and he finds his off stump cartwheeling. Sri Lanka in trouble"}],"fowOrder":2,"fowWicketNum":3,"fowRuns":9,"fowBalls":null,"fowOvers":5.2,"fowOverNumber":6,"ballOversActual":5.2,"ballOversUnique":5.03,"ballTotalRuns":9,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391829,"objectId":1462334,"slug":"dinesh-chandimal-is-done-in-by-marco-jansen","url":"/lsci/db/PICTURES/CMS/391800/391829.jpg","width":1400,"height":933,"caption":"Dinesh Chandimal is done in by Marco Jansen","longCaption":"Dinesh Chandimal is done in by Marco Jansen, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391829.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391829.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391829.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png","dateOfBirth":{"year":1987,"month":6,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.2.png","width":160,"height":136,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.png","width":600,"height":436,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/355600/355644.square.png"}}},"battedType":"yes","runs":1,"balls":14,"minutes":20,"fours":0,"sixes":0,"strikerate":7.14,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png","dateOfBirth":{"year":1987,"month":6,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.2.png","width":160,"height":136,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":355644,"objectId":1361964,"slug":"angelo-mathews-player-page-headshot-cutout-2023","url":"/lsci/db/PICTURES/CMS/355600/355644.png","width":600,"height":436,"caption":"Angelo Mathews, player page headshot cutout 2023","longCaption":"Angelo Mathews, player page headshot cutout 2023","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/355600/355644.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Bedingham b Jansen","commentary":"Angelo Mathews c Bedingham b Jansen 1 (14b 0x4 0x6 20m) SR: 7.14"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eAnd again Jansen gets a wicket after a no-ball!\u003c/strong\u003e He seems to have found some method here. But this is a nothing shot from Mathews. Length ball, angling away from him outside off, he could have well left it alone. Has a waft at that away from his body off the back foot and gets a thick outside edge to Bedingham at first slip. Catching practice and Sri Lanka slip further"}],"fowOrder":3,"fowWicketNum":4,"fowRuns":16,"fowBalls":null,"fowOvers":7.1,"fowOverNumber":8,"ballOversActual":7.1,"ballOversUnique":7.02,"ballTotalRuns":16,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391830,"objectId":1462337,"slug":"marco-jansen-ran-through-the-sri-lankan-batting-order","url":"/lsci/db/PICTURES/CMS/391800/391830.jpg","width":1400,"height":933,"caption":"Marco Jansen ran through the Sri Lankan batting order","longCaption":"Marco Jansen ran through the Sri Lankan batting order, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391830.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391830.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391830.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"battedType":"yes","runs":13,"balls":20,"minutes":26,"fours":3,"sixes":0,"strikerate":65,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png","dateOfBirth":{"year":1998,"month":9,"date":30},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob","sla"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak","slow left-arm orthodox"],"image":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.1.png","width":160,"height":136,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":329938,"objectId":1287355,"slug":"kamindu-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/329900/329938.png","width":600,"height":436,"caption":"Kamindu Mendis player page headshot cutout 2021","longCaption":"Kamindu Mendis player page headshot cutout 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/329900/329938.square.png"}}},"dismissalBowler":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"dismissalFielders":[{"player":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Bedingham b Coetzee","commentary":"Kamindu Mendis c Bedingham b Coetzee 13 (20b 3x4 0x6 26m) SR: 65"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003eSomeone stop Coetzee already!\u003c/strong\u003e He screams in excittement and that's a massive wicket. Bowls it full and outside off, around the fifth stump, Kamindu goes for the big booming drive through cover but only gets a thick outside edge to first slip. Knowing his propensity to score big, South Africa must be happy big time"}],"fowOrder":4,"fowWicketNum":5,"fowRuns":32,"fowBalls":null,"fowOvers":10.4,"fowOverNumber":11,"ballOversActual":10.4,"ballOversUnique":10.04,"ballTotalRuns":32,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"C","player":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"battedType":"yes","runs":7,"balls":12,"minutes":19,"fours":1,"sixes":0,"strikerate":58.33,"isOut":true,"dismissalType":2,"dismissalBatsman":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png","dateOfBirth":{"year":1991,"month":9,"date":6},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.2.png","width":160,"height":136,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":319859,"objectId":1259931,"slug":"dhananjaya-de-silva-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319859.png","width":600,"height":436,"caption":"Dhananjaya de Silva player page headshot cutout, 2021","longCaption":"Dhananjaya de Silva player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319859.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"bowled","long":" b Jansen","commentary":"Dhananjaya de Silva b Jansen 7 (12b 1x4 0x6 19m) SR: 58.33"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSri Lanka are folding, and they're folding fast!\u003c/b\u003e And it's yet another ill-advised drive that's done the the damage. This was a little fuller and De Silva can't help but go for the drive, and a little while later it's that dreaded sound of the stumps clattering. Inside edge and Sri Lanka are six down"}],"fowOrder":5,"fowWicketNum":6,"fowRuns":32,"fowBalls":null,"fowOvers":11.3,"fowOverNumber":12,"ballOversActual":11.3,"ballOversUnique":11.03,"ballTotalRuns":32,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"battedType":"yes","runs":0,"balls":3,"minutes":2,"fours":0,"sixes":0,"strikerate":0,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c Stubbs b Jansen","commentary":"Prabath Jayasuriya c Stubbs b Jansen 0 (3b 0x4 0x6 2m) SR: 0"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSeven down and Jansen has five!\u003c/b\u003e This was well above Jayasuriya's pay grade. Back of a length, angled in towards off and straightening down the line. Jayasuriya is on the back foot and has a poke. Thick edge that is straight into those pack of vultures, otherwise known as the South African slip cordon"}],"fowOrder":6,"fowWicketNum":7,"fowRuns":32,"fowBalls":null,"fowOvers":11.6,"fowOverNumber":12,"ballOversActual":11.6,"ballOversUnique":11.06,"ballTotalRuns":32,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"WK","player":{"id":70888,"objectId":629074,"name":"BKG Mendis","longName":"Kusal Mendis","mobileName":"Kusal Mendis","indexName":"Mendis, BKG","battingName":"BKG Mendis","fieldingName":"BKG Mendis","slug":"kusal-mendis","imageUrl":"/lsci/db/PICTURES/CMS/319800/319866.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319866.png","dateOfBirth":{"year":1995,"month":2,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lb"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["legbreak"],"image":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.2.png","width":160,"height":136,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.png","width":600,"height":436,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319866.square.png"}}},"battedType":"yes","runs":0,"balls":3,"minutes":10,"fours":0,"sixes":0,"strikerate":0,"isOut":true,"dismissalType":3,"dismissalBatsman":{"id":70888,"objectId":629074,"name":"BKG Mendis","longName":"Kusal Mendis","mobileName":"Kusal Mendis","indexName":"Mendis, BKG","battingName":"BKG Mendis","fieldingName":"BKG Mendis","slug":"kusal-mendis","imageUrl":"/lsci/db/PICTURES/CMS/319800/319866.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319866.png","dateOfBirth":{"year":1995,"month":2,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lb"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["legbreak"],"image":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.2.png","width":160,"height":136,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":319866,"objectId":1259938,"slug":"kusal-mendis-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/319800/319866.png","width":600,"height":436,"caption":"Kusal Mendis player page headshot cutout, 2021","longCaption":"Kusal Mendis player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/319800/319866.square.png"}}},"dismissalBowler":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"lbw","long":"lbw b Coetzee","commentary":"Kusal Mendis lbw b Coetzee 0 (3b 0x4 0x6 10m) SR: 0"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eHuuuuge appeal and the finger has gone up eventually!\u003c/b\u003e Immediate review from Kusal, but this looked close. It nipped back off a slightly back of a length, and caught him in the crease. Struck just above the knee roll on the back leg. Only thing that could save him here is height...but it's three reds and Sri Lanka are being serenaded by the permanent sounds of joyous South African hoots!"}],"fowOrder":7,"fowWicketNum":8,"fowRuns":32,"fowBalls":null,"fowOvers":12.1,"fowOverNumber":13,"ballOversActual":12.1,"ballOversUnique":12.01,"ballTotalRuns":32,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391833,"objectId":1462408,"slug":"gerald-coetzee-celebrates-kusal-mendis-dismissal","url":"/lsci/db/PICTURES/CMS/391800/391833.jpg","width":1400,"height":933,"caption":"Gerald Coetzee celebrates Kusal Mendis' dismissal","longCaption":"Gerald Coetzee celebrates Kusal Mendis' dismissal, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391833.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391833.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391833.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"battedType":"yes","runs":0,"balls":3,"minutes":9,"fours":0,"sixes":0,"strikerate":0,"isOut":true,"dismissalType":2,"dismissalBatsman":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"bowled","long":" b Jansen","commentary":"Vishwa Fernando b Jansen 0 (3b 0x4 0x6 9m) SR: 0"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eNo keeping this out though!\u003c/b\u003e That's Jansen's career best Test figures now, as he darts this in on the stumps from around the wicket. Grazes the back pad and crashes into the stumps. \u003cB\u003eSri Lanka are 9 down!\u003c/b\u003e"}],"fowOrder":8,"fowWicketNum":9,"fowRuns":42,"fowBalls":null,"fowOvers":13.3,"fowOverNumber":14,"ballOversActual":13.3,"ballOversUnique":13.03,"ballTotalRuns":42,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"battedType":"yes","runs":0,"balls":2,"minutes":2,"fours":0,"sixes":0,"strikerate":0,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"dismissalBowler":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"dismissalFielders":[{"player":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c \u0026 b Jansen","commentary":"Asitha Fernando c \u0026 b Jansen 0 (2b 0x4 0x6 2m) SR: 0"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eSkier and that is that!\u003c/b\u003e What an incredible couple of hours of cricket! Asitha has a big swing and this one goes straight up, as Jansen calls for it and holds on to complete his seven-for! \u003cB\u003eSri Lanka are bowled out for 42 (forty two)!\u003cb\u003e"}],"fowOrder":9,"fowWicketNum":10,"fowRuns":42,"fowBalls":null,"fowOvers":13.5,"fowOverNumber":14,"ballOversActual":13.5,"ballOversUnique":13.05,"ballTotalRuns":42,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null}],"inningFallOfWickets":[{"dismissalBatsman":{"id":48988,"objectId":227772,"name":"FDM Karunaratne","longName":"Dimuth Karunaratne","mobileName":"Dimuth Karunaratne","indexName":"Karunaratne, FDM","battingName":"FDM Karunaratne","fieldingName":"Karunaratne","slug":"dimuth-karunaratne","imageUrl":"/lsci/db/PICTURES/CMS/358900/358954.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/358900/358954.png"},"fowType":1,"fowOrder":0,"fowWicketNum":1,"fowRuns":6,"fowOvers":2.6,"fowBalls":null},{"dismissalBatsman":{"id":93033,"objectId":1028655,"name":"P Nissanka","longName":"Pathum Nissanka","mobileName":"Nissanka","indexName":"Nissanka, P","battingName":"P Nissanka","fieldingName":"Nissanka","slug":"pathum-nissanka","imageUrl":"/lsci/db/PICTURES/CMS/323000/323070.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323070.png"},"fowType":1,"fowOrder":1,"fowWicketNum":2,"fowRuns":7,"fowOvers":3.2,"fowBalls":null},{"dismissalBatsman":{"id":52371,"objectId":300628,"name":"LD Chandimal","longName":"Dinesh Chandimal","mobileName":"Chandimal","indexName":"Chandimal, LD","battingName":"LD Chandimal","fieldingName":"Chandimal","slug":"dinesh-chandimal","imageUrl":"/lsci/db/PICTURES/CMS/326000/326001.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/326000/326001.png"},"fowType":1,"fowOrder":2,"fowWicketNum":3,"fowRuns":9,"fowOvers":5.2,"fowBalls":null},{"dismissalBatsman":{"id":47023,"objectId":49764,"name":"AD Mathews","longName":"Angelo Mathews","mobileName":"Angelo Mathews","indexName":"Mathews, AD","battingName":"AD Mathews","fieldingName":"Mathews","slug":"angelo-mathews","imageUrl":"/lsci/db/PICTURES/CMS/355600/355644.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/355600/355644.png"},"fowType":1,"fowOrder":3,"fowWicketNum":4,"fowRuns":16,"fowOvers":7.1,"fowBalls":null},{"dismissalBatsman":{"id":78233,"objectId":784373,"name":"PHKD Mendis","longName":"Kamindu Mendis","mobileName":"Kamindu Mendis","indexName":"Mendis, PHKD","battingName":"PHKD Mendis","fieldingName":"PHKD Mendis","slug":"kamindu-mendis","imageUrl":"/lsci/db/PICTURES/CMS/329900/329938.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/329900/329938.png"},"fowType":1,"fowOrder":4,"fowWicketNum":5,"fowRuns":32,"fowOvers":10.4,"fowBalls":null},{"dismissalBatsman":{"id":62760,"objectId":465793,"name":"DM de Silva","longName":"Dhananjaya de Silva","mobileName":"Dhananjaya","indexName":"de Silva, DM","battingName":"DM de Silva","fieldingName":"de Silva","slug":"dhananjaya-de-silva","imageUrl":"/lsci/db/PICTURES/CMS/319800/319859.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319859.png"},"fowType":1,"fowOrder":5,"fowWicketNum":6,"fowRuns":32,"fowOvers":11.3,"fowBalls":null},{"dismissalBatsman":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png"},"fowType":1,"fowOrder":6,"fowWicketNum":7,"fowRuns":32,"fowOvers":11.6,"fowBalls":null},{"dismissalBatsman":{"id":70888,"objectId":629074,"name":"BKG Mendis","longName":"Kusal Mendis","mobileName":"Kusal Mendis","indexName":"Mendis, BKG","battingName":"BKG Mendis","fieldingName":"BKG Mendis","slug":"kusal-mendis","imageUrl":"/lsci/db/PICTURES/CMS/319800/319866.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319866.png"},"fowType":1,"fowOrder":7,"fowWicketNum":8,"fowRuns":32,"fowOvers":12.1,"fowBalls":null},{"dismissalBatsman":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png"},"fowType":1,"fowOrder":8,"fowWicketNum":9,"fowRuns":42,"fowOvers":13.3,"fowBalls":null},{"dismissalBatsman":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png"},"fowType":1,"fowOrder":9,"fowWicketNum":10,"fowRuns":42,"fowOvers":13.5,"fowBalls":null}],"inningDRSReviews":[{"decisionChallengeType":1,"decisionChallengeSubType":4,"reviewTeam":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"umpire":{"id":2005,"objectId":7326,"name":"PR Reiffel","longName":"Paul Reiffel","mobileName":"Reiffel","indexName":"Reiffel, PR","battingName":"PR Reiffel","fieldingName":"Reiffel","slug":"paul-reiffel","imageUrl":"/lsci/db/PICTURES/CMS/331200/331242.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/331200/331242.png"},"batsman":{"id":70888,"objectId":629074,"name":"BKG Mendis","longName":"Kusal Mendis","mobileName":"Kusal Mendis","indexName":"Mendis, BKG","battingName":"BKG Mendis","fieldingName":"BKG Mendis","slug":"kusal-mendis","imageUrl":"/lsci/db/PICTURES/CMS/319800/319866.2.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/319800/319866.png"},"bowler":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png"},"oversActual":12.1,"ballsActual":null,"reviewSide":"batting","resultType":"struck","isUmpireCall":false,"remainingCount":1,"originalDecision":"out","drsDecision":"out"}],"inningOverGroups":[]},{"inningNumber":3,"isCurrent":true,"team":{"id":3,"objectId":3,"scribeId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","isCountry":true,"primaryColor":"#ace411","image":{"id":382733,"objectId":1438445,"slug":"south-africa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382700/382733.png","width":500,"height":500,"caption":"South Africa flag team logo","longCaption":"South Africa flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"isBatted":true,"runs":132,"wickets":3,"lead":281,"target":0,"overs":40,"balls":240,"totalOvers":0,"totalBalls":0,"minutes":null,"extras":12,"byes":4,"legbyes":8,"wides":0,"noballs":0,"penalties":0,"event":null,"ballsPerOver":6,"inningBatsmen":[{"playerRoleType":"P","player":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"battedType":"yes","runs":17,"balls":32,"minutes":null,"fours":2,"sixes":0,"strikerate":53.12,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"dismissalBowler":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalFielders":[{"player":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c AM Fernando b Jayasuriya","commentary":"Tony de Zorzi c AM Fernando b Jayasuriya 17 (32b 2x4 0x6) SR: 53.12"},"dismissalComment":[{"type":"HTML","html":"\u003cb\u003eFinds the fielder perfectly to give Jayasuriya his 100th Test wicket\u003c/b\u003e. Would you believe it? Both the openers were largely looking untroubled before de Zorzi decided to take on Jayasuriya. Sees the tossed up ball, gets down to play the slog and fetches it from outside off. Skies it high and hits it down deep backward square leg's throat. Asitha judges it well to take that. South Africa lead by 196"}],"fowOrder":0,"fowWicketNum":1,"fowRuns":47,"fowBalls":null,"fowOvers":11.5,"fowOverNumber":12,"ballOversActual":11.5,"ballOversUnique":11.05,"ballTotalRuns":47,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"battedType":"yes","runs":47,"balls":81,"minutes":null,"fours":4,"sixes":1,"strikerate":58.02,"isOut":true,"dismissalType":2,"dismissalBatsman":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"dismissalBowler":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"bowled","long":" b MVT Fernando","commentary":"Aiden Markram b MVT Fernando 47 (81b 4x4 1x6) SR: 58.02"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eAnd now he's gone right through him!\u003c/b\u003e This one was slightly fuller than the last couple, and it nips in from around the wicket. Markram goes for the drive but can only get an inside edge that rifles into the stumps. Vishwa is chuffed"}],"fowOrder":2,"fowWicketNum":3,"fowRuns":89,"fowBalls":null,"fowOvers":24.4,"fowOverNumber":25,"ballOversActual":24.4,"ballOversUnique":24.04,"ballTotalRuns":89,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png","dateOfBirth":{"year":1998,"month":2,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.1.png","width":160,"height":136,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.png","width":600,"height":436,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322086.square.png"}}},"battedType":"yes","runs":15,"balls":31,"minutes":null,"fours":1,"sixes":0,"strikerate":48.38,"isOut":true,"dismissalType":3,"dismissalBatsman":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png","dateOfBirth":{"year":1998,"month":2,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.1.png","width":160,"height":136,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.png","width":600,"height":436,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322086.square.png"}}},"dismissalBowler":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"lbw","long":"lbw b Jayasuriya","commentary":"Wiaan Mulder lbw b Jayasuriya 15 (31b 1x4 0x6) SR: 48.38"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003ePlumb in front!\u003c/strong\u003e Markram has another look and asks Mulder to take the DRS. Jayasuriya darts this slightly quicker and gets it to skid on with the arm. Mulder comes forward to play for the turn but is comfortably beaten on the inside edge to be hit low on the front pad. A bit of drift inwards also undid him. Ball Tracking taking time to load. Three reds and Mulder's done for the Test (and perhaps the series, too). South Africa's lead is 226"}],"fowOrder":1,"fowWicketNum":2,"fowRuns":77,"fowBalls":null,"fowOvers":21.4,"fowOverNumber":22,"ballOversActual":21.4,"ballOversUnique":21.04,"ballTotalRuns":77,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391848,"objectId":1462442,"slug":"prabath-jayasuriya-trapped-wiaan-mulder-in-front","url":"/lsci/db/PICTURES/CMS/391800/391848.jpg","width":1400,"height":2099,"caption":"Prabath Jayasuriya trapped Wiaan Mulder in front","longCaption":"Prabath Jayasuriya trapped Wiaan Mulder in front, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391848.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391848.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391848.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"battedType":"yes","runs":17,"balls":51,"minutes":null,"fours":1,"sixes":0,"strikerate":33.33,"isOut":false,"dismissalType":12,"dismissalBatsman":null,"dismissalBowler":null,"dismissalFielders":null,"dismissalText":{"short":"not out","long":"not out ","commentary":"Tristan Stubbs not out 17 (51b 1x4 0x6) SR: 33.33"},"dismissalComment":null,"fowOrder":null,"fowWicketNum":null,"fowRuns":null,"fowBalls":null,"fowOvers":null,"fowOverNumber":null,"ballOversActual":null,"ballOversUnique":null,"ballTotalRuns":null,"ballBatsmanRuns":null,"videos":[],"images":[],"currentType":1},{"playerRoleType":"C","player":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"battedType":"yes","runs":24,"balls":45,"minutes":null,"fours":1,"sixes":0,"strikerate":53.33,"isOut":false,"dismissalType":12,"dismissalBatsman":null,"dismissalBowler":null,"dismissalFielders":null,"dismissalText":{"short":"not out","long":"not out ","commentary":"Temba Bavuma not out 24 (45b 1x4 0x6) SR: 53.33"},"dismissalComment":null,"fowOrder":null,"fowWicketNum":null,"fowRuns":null,"fowBalls":null,"fowOvers":null,"fowOverNumber":null,"ballOversActual":null,"ballOversUnique":null,"ballTotalRuns":null,"ballBatsmanRuns":null,"videos":[],"images":[],"currentType":2},{"playerRoleType":"P","player":{"id":64531,"objectId":498585,"name":"DG Bedingham","longName":"David Bedingham","mobileName":"Bedingham","indexName":"Bedingham, DG","battingName":"DG Bedingham","fieldingName":"Bedingham","slug":"david-bedingham","imageUrl":"/lsci/db/PICTURES/CMS/388800/388864.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1994,"month":4,"date":22},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":[],"longBattingStyles":["right-hand bat"],"longBowlingStyles":[],"image":{"id":388864,"objectId":1454813,"slug":"david-bedingham-player-portrait","url":"/lsci/db/PICTURES/CMS/388800/388864.5.png","width":160,"height":136,"caption":"David Bedingham, player portrait","longCaption":"David Bedingham, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":null},"battedType":"DNB","runs":null,"balls":null,"minutes":null,"fours":null,"sixes":null,"strikerate":null,"isOut":false,"dismissalType":null,"dismissalBatsman":null,"dismissalBowler":null,"dismissalFielders":null,"dismissalText":null,"dismissalComment":null,"fowOrder":null,"fowWicketNum":null,"fowRuns":null,"fowBalls":null,"fowOvers":null,"fowOverNumber":null,"ballOversActual":null,"ballOversUnique":null,"ballTotalRuns":null,"ballBatsmanRuns":null,"videos":[],"images":[],"currentType":null},{"playerRoleType":"WK","player":{"id":69377,"objectId":595004,"name":"K Verreynne","longName":"Kyle Verreynne","mobileName":"Verreynne","indexName":"Verreynne, K","battingName":"K Verreynne","fieldingName":"Verreynne","slug":"kyle-verreynne","imageUrl":"/lsci/db/PICTURES/CMS/322400/322463.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322400/322463.png","dateOfBirth":{"year":1997,"month":5,"date":12},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.1.png","width":160,"height":136,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[7],"playingRoles":["wicketkeeper batter"],"headshotImage":{"id":322463,"objectId":1265168,"slug":"kyle-verreynne-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322400/322463.png","width":600,"height":436,"caption":"Kyle Verreynne player page headshot cutout, 2021","longCaption":"Kyle Verreynne player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322400/322463.square.png"}}},"battedType":"DNB","runs":null,"balls":null,"minutes":null,"fours":null,"sixes":null,"strikerate":null,"isOut":false,"dismissalType":null,"dismissalBatsman":null,"dismissalBowler":null,"dismissalFielders":null,"dismissalText":null,"dismissalComment":null,"fowOrder":null,"fowWicketNum":null,"fowRuns":null,"fowBalls":null,"fowOvers":null,"fowOverNumber":null,"ballOversActual":null,"ballOversUnique":null,"ballTotalRuns":null,"ballBatsmanRuns":null,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":73871,"objectId":696401,"name":"M Jansen","longName":"Marco Jansen","mobileName":"Jansen","indexName":"Jansen, M","battingName":"M Jansen","fieldingName":"Jansen","slug":"marco-jansen","imageUrl":"/lsci/db/PICTURES/CMS/337100/337189.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/337100/337189.png","dateOfBirth":{"year":2000,"month":5,"date":1},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.1.png","width":160,"height":136,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[11],"playingRoles":["bowling allrounder"],"headshotImage":{"id":337189,"objectId":1308570,"slug":"marco-jansen-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/337100/337189.png","width":600,"height":436,"caption":"Marco Jansen, player page headshot cutout 2022","longCaption":"Marco Jansen, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/337100/337189.square.png"}}},"battedType":"DNB","runs":null,"balls":null,"minutes":null,"fours":null,"sixes":null,"strikerate":null,"isOut":false,"dismissalType":null,"dismissalBatsman":null,"dismissalBowler":null,"dismissalFielders":null,"dismissalText":null,"dismissalComment":null,"fowOrder":null,"fowWicketNum":null,"fowRuns":null,"fowBalls":null,"fowOvers":null,"fowOverNumber":null,"ballOversActual":null,"ballOversUnique":null,"ballTotalRuns":null,"ballBatsmanRuns":null,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":69729,"objectId":596010,"name":"G Coetzee","longName":"Gerald Coetzee","mobileName":"Coetzee","indexName":"Coetzee, G","battingName":"G Coetzee","fieldingName":"Coetzee","slug":"gerald-coetzee","imageUrl":"/lsci/db/PICTURES/CMS/348500/348579.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348579.png","dateOfBirth":{"year":2000,"month":10,"date":2},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.1.png","width":160,"height":136,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":348579,"objectId":1342868,"slug":"gerald-coetzee-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348579.png","width":600,"height":436,"caption":"Gerald Coetzee, player page headshot cutout 2022","longCaption":"Gerald Coetzee, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348579.square.png"}}},"battedType":"DNB","runs":null,"balls":null,"minutes":null,"fours":null,"sixes":null,"strikerate":null,"isOut":false,"dismissalType":null,"dismissalBatsman":null,"dismissalBowler":null,"dismissalFielders":null,"dismissalText":null,"dismissalComment":null,"fowOrder":null,"fowWicketNum":null,"fowRuns":null,"fowBalls":null,"fowOvers":null,"fowOverNumber":null,"ballOversActual":null,"ballOversUnique":null,"ballTotalRuns":null,"ballBatsmanRuns":null,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":50309,"objectId":267724,"name":"KA Maharaj","longName":"Keshav Maharaj","mobileName":"Maharaj","indexName":"Maharaj, KA","battingName":"KA Maharaj","fieldingName":"Maharaj","slug":"keshav-maharaj","imageUrl":"/lsci/db/PICTURES/CMS/322000/322072.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322072.png","dateOfBirth":{"year":1990,"month":2,"date":7},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.1.png","width":160,"height":136,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322072,"objectId":1264443,"slug":"keshav-maharaj-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322072.png","width":600,"height":436,"caption":"Keshav Maharaj player page headshot cutout, 2021","longCaption":"Keshav Maharaj player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322072.square.png"}}},"battedType":"DNB","runs":null,"balls":null,"minutes":null,"fours":null,"sixes":null,"strikerate":null,"isOut":false,"dismissalType":null,"dismissalBatsman":null,"dismissalBowler":null,"dismissalFielders":null,"dismissalText":null,"dismissalComment":null,"fowOrder":null,"fowWicketNum":null,"fowRuns":null,"fowBalls":null,"fowOvers":null,"fowOverNumber":null,"ballOversActual":null,"ballOversUnique":null,"ballTotalRuns":null,"ballBatsmanRuns":null,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":67296,"objectId":550215,"name":"K Rabada","longName":"Kagiso Rabada","mobileName":"Rabada","indexName":"Rabada, K","battingName":"K Rabada","fieldingName":"Rabada","slug":"kagiso-rabada","imageUrl":"/lsci/db/PICTURES/CMS/320300/320376.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320376.png","dateOfBirth":{"year":1995,"month":5,"date":25},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.1.png","width":160,"height":136,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":320376,"objectId":1261170,"slug":"kagiso-rabada-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320376.png","width":600,"height":436,"caption":"Kagiso Rabada player page headshot cutout, 2021","longCaption":"Kagiso Rabada player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320376.square.png"}}},"battedType":"DNB","runs":null,"balls":null,"minutes":null,"fours":null,"sixes":null,"strikerate":null,"isOut":false,"dismissalType":null,"dismissalBatsman":null,"dismissalBowler":null,"dismissalFielders":null,"dismissalText":null,"dismissalComment":null,"fowOrder":null,"fowWicketNum":null,"fowRuns":null,"fowBalls":null,"fowOvers":null,"fowOverNumber":null,"ballOversActual":null,"ballOversUnique":null,"ballTotalRuns":null,"ballBatsmanRuns":null,"videos":[],"images":[],"currentType":null}],"inningBowlers":[{"player":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"bowledType":"yes","overs":8,"balls":48,"maidens":1,"conceded":25,"wickets":0,"economy":3.12,"runsPerBall":0.52,"dots":35,"fours":3,"sixes":0,"wides":0,"noballs":0,"videos":[],"images":[],"currentType":null,"inningWickets":[]},{"player":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"bowledType":"yes","overs":10,"balls":60,"maidens":1,"conceded":33,"wickets":1,"economy":3.3,"runsPerBall":0.55,"dots":41,"fours":3,"sixes":0,"wides":0,"noballs":0,"videos":[],"images":[],"currentType":null,"inningWickets":[{"dismissalBatsman":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"dismissalType":2,"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eAnd now he's gone right through him!\u003c/b\u003e This one was slightly fuller than the last couple, and it nips in from around the wicket. Markram goes for the drive but can only get an inside edge that rifles into the stumps. Vishwa is chuffed"}],"fowType":1,"fowOrder":2,"fowWicketNum":3,"fowRuns":89,"fowOvers":24.4,"fowBalls":null}]},{"player":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"bowledType":"yes","overs":7,"balls":42,"maidens":3,"conceded":14,"wickets":0,"economy":2,"runsPerBall":0.33,"dots":34,"fours":1,"sixes":0,"wides":0,"noballs":0,"videos":[],"images":[],"currentType":2,"inningWickets":[]},{"player":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"bowledType":"yes","overs":15,"balls":90,"maidens":1,"conceded":48,"wickets":2,"economy":3.2,"runsPerBall":0.53,"dots":61,"fours":2,"sixes":1,"wides":0,"noballs":0,"videos":[],"images":[{"id":391848,"objectId":1462442,"slug":"prabath-jayasuriya-trapped-wiaan-mulder-in-front","url":"/lsci/db/PICTURES/CMS/391800/391848.jpg","width":1400,"height":2099,"caption":"Prabath Jayasuriya trapped Wiaan Mulder in front","longCaption":"Prabath Jayasuriya trapped Wiaan Mulder in front, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391848.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391848.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391848.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":1,"inningWickets":[{"dismissalBatsman":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"dismissalType":1,"dismissalComment":[{"type":"HTML","html":"\u003cb\u003eFinds the fielder perfectly to give Jayasuriya his 100th Test wicket\u003c/b\u003e. Would you believe it? Both the openers were largely looking untroubled before de Zorzi decided to take on Jayasuriya. Sees the tossed up ball, gets down to play the slog and fetches it from outside off. Skies it high and hits it down deep backward square leg's throat. Asitha judges it well to take that. South Africa lead by 196"}],"fowType":1,"fowOrder":0,"fowWicketNum":1,"fowRuns":47,"fowOvers":11.5,"fowBalls":null},{"dismissalBatsman":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png","dateOfBirth":{"year":1998,"month":2,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.1.png","width":160,"height":136,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.png","width":600,"height":436,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322086.square.png"}}},"dismissalType":3,"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003ePlumb in front!\u003c/strong\u003e Markram has another look and asks Mulder to take the DRS. Jayasuriya darts this slightly quicker and gets it to skid on with the arm. Mulder comes forward to play for the turn but is comfortably beaten on the inside edge to be hit low on the front pad. A bit of drift inwards also undid him. Ball Tracking taking time to load. Three reds and Mulder's done for the Test (and perhaps the series, too). South Africa's lead is 226"}],"fowType":1,"fowOrder":1,"fowWicketNum":2,"fowRuns":77,"fowOvers":21.4,"fowBalls":null}]}],"inningPartnerships":[{"player1":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"player2":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"outPlayerId":74137,"player1Runs":21,"player1Balls":39,"player2Runs":17,"player2Balls":32,"runs":47,"balls":71,"overs":11.5,"isLive":false},{"player1":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"player2":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png","dateOfBirth":{"year":1998,"month":2,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.1.png","width":160,"height":136,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.png","width":600,"height":436,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322086.square.png"}}},"outPlayerId":74351,"player1Runs":15,"player1Balls":28,"player2Runs":15,"player2Balls":31,"runs":30,"balls":59,"overs":9.5,"isLive":false},{"player1":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"player2":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"outPlayerId":70277,"player1Runs":1,"player1Balls":4,"player2Runs":11,"player2Balls":14,"runs":12,"balls":18,"overs":3,"isLive":false},{"player1":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"player2":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"outPlayerId":null,"player1Runs":24,"player1Balls":45,"player2Runs":16,"player2Balls":47,"runs":43,"balls":92,"overs":15.2,"isLive":true}],"inningOvers":[],"inningWickets":[{"playerRoleType":"P","player":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"battedType":"yes","runs":17,"balls":32,"minutes":null,"fours":2,"sixes":0,"strikerate":53.12,"isOut":true,"dismissalType":1,"dismissalBatsman":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null,"dateOfBirth":{"year":1997,"month":8,"date":28},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["ob"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":388419,"objectId":1453689,"slug":"tony-de-zorzi-player-portrait","url":"/lsci/db/PICTURES/CMS/388400/388419.5.png","width":160,"height":136,"caption":"Tony de Zorzi, player portrait","longCaption":"Tony de Zorzi, player portrait","credit":"AFP/Getty Images","photographer":"Randy Brooks","peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[2],"playingRoles":["top-order batter"],"headshotImage":null},"dismissalBowler":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalFielders":[{"player":{"id":78275,"objectId":786925,"name":"AM Fernando","longName":"Asitha Fernando","mobileName":"Asitha Fernando","indexName":"Fernando, AM","battingName":"AM Fernando","fieldingName":"AM Fernando","slug":"asitha-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323100/323125.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323100/323125.png","dateOfBirth":{"year":1997,"month":7,"date":31},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium-fast"],"image":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.1.png","width":160,"height":136,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323125,"objectId":1266329,"slug":"asitha-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323100/323125.png","width":600,"height":436,"caption":"Asitha Fernando player page headshot cutout, 2021","longCaption":"Asitha Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323100/323125.square.png"}}},"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"caught","long":"c AM Fernando b Jayasuriya","commentary":"Tony de Zorzi c AM Fernando b Jayasuriya 17 (32b 2x4 0x6) SR: 53.12"},"dismissalComment":[{"type":"HTML","html":"\u003cb\u003eFinds the fielder perfectly to give Jayasuriya his 100th Test wicket\u003c/b\u003e. Would you believe it? Both the openers were largely looking untroubled before de Zorzi decided to take on Jayasuriya. Sees the tossed up ball, gets down to play the slog and fetches it from outside off. Skies it high and hits it down deep backward square leg's throat. Asitha judges it well to take that. South Africa lead by 196"}],"fowOrder":0,"fowWicketNum":1,"fowRuns":47,"fowBalls":null,"fowOvers":11.5,"fowOverNumber":12,"ballOversActual":11.5,"ballOversUnique":11.05,"ballTotalRuns":47,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null},{"playerRoleType":"P","player":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png","dateOfBirth":{"year":1998,"month":2,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.1.png","width":160,"height":136,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.png","width":600,"height":436,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322086.square.png"}}},"battedType":"yes","runs":15,"balls":31,"minutes":null,"fours":1,"sixes":0,"strikerate":48.38,"isOut":true,"dismissalType":3,"dismissalBatsman":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png","dateOfBirth":{"year":1998,"month":2,"date":19},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.1.png","width":160,"height":136,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[5],"playingRoles":["allrounder"],"headshotImage":{"id":322086,"objectId":1264460,"slug":"wiaan-mulder-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322086.png","width":600,"height":436,"caption":"Wiaan Mulder player page headshot cutout, 2021","longCaption":"Wiaan Mulder player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322086.square.png"}}},"dismissalBowler":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"lbw","long":"lbw b Jayasuriya","commentary":"Wiaan Mulder lbw b Jayasuriya 15 (31b 1x4 0x6) SR: 48.38"},"dismissalComment":[{"type":"HTML","html":"\u003cstrong\u003ePlumb in front!\u003c/strong\u003e Markram has another look and asks Mulder to take the DRS. Jayasuriya darts this slightly quicker and gets it to skid on with the arm. Mulder comes forward to play for the turn but is comfortably beaten on the inside edge to be hit low on the front pad. A bit of drift inwards also undid him. Ball Tracking taking time to load. Three reds and Mulder's done for the Test (and perhaps the series, too). South Africa's lead is 226"}],"fowOrder":1,"fowWicketNum":2,"fowRuns":77,"fowBalls":null,"fowOvers":21.4,"fowOverNumber":22,"ballOversActual":21.4,"ballOversUnique":21.04,"ballTotalRuns":77,"ballBatsmanRuns":0,"videos":[],"images":[{"id":391848,"objectId":1462442,"slug":"prabath-jayasuriya-trapped-wiaan-mulder-in-front","url":"/lsci/db/PICTURES/CMS/391800/391848.jpg","width":1400,"height":2099,"caption":"Prabath Jayasuriya trapped Wiaan Mulder in front","longCaption":"Prabath Jayasuriya trapped Wiaan Mulder in front, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391848.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391848.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391848.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"currentType":null},{"playerRoleType":"P","player":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"battedType":"yes","runs":47,"balls":81,"minutes":null,"fours":4,"sixes":1,"strikerate":58.02,"isOut":true,"dismissalType":2,"dismissalBatsman":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png","dateOfBirth":{"year":1994,"month":10,"date":4},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.1.png","width":160,"height":136,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[1],"playingRoles":["opening batter"],"headshotImage":{"id":322067,"objectId":1264436,"slug":"aiden-markram-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322000/322067.png","width":600,"height":436,"caption":"Aiden Markram player page headshot cutout, 2021","longCaption":"Aiden Markram player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322000/322067.square.png"}}},"dismissalBowler":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png","dateOfBirth":{"year":1991,"month":9,"date":18},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["lmf"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["left-arm medium-fast"],"image":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.1.png","width":160,"height":135,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":323060,"objectId":1266229,"slug":"vishwa-fernando-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/323000/323060.png","width":600,"height":436,"caption":"Vishwa Fernando player page headshot cutout, 2021","longCaption":"Vishwa Fernando player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/323000/323060.square.png"}}},"dismissalFielders":[{"player":null,"isKeeper":false,"isSubstitute":false}],"dismissalText":{"short":"bowled","long":" b MVT Fernando","commentary":"Aiden Markram b MVT Fernando 47 (81b 4x4 1x6) SR: 58.02"},"dismissalComment":[{"type":"HTML","html":"\u003cB\u003eAnd now he's gone right through him!\u003c/b\u003e This one was slightly fuller than the last couple, and it nips in from around the wicket. Markram goes for the drive but can only get an inside edge that rifles into the stumps. Vishwa is chuffed"}],"fowOrder":2,"fowWicketNum":3,"fowRuns":89,"fowBalls":null,"fowOvers":24.4,"fowOverNumber":25,"ballOversActual":24.4,"ballOversUnique":24.04,"ballTotalRuns":89,"ballBatsmanRuns":0,"videos":[],"images":[],"currentType":null}],"inningFallOfWickets":[{"dismissalBatsman":{"id":74137,"objectId":697183,"name":"T de Zorzi","longName":"Tony de Zorzi","mobileName":"de Zorzi","indexName":"de Zorzi, T","battingName":"T de Zorzi","fieldingName":"de Zorzi","slug":"tony-de-zorzi","imageUrl":"/lsci/db/PICTURES/CMS/388400/388419.5.png","headshotImageUrl":null},"fowType":1,"fowOrder":0,"fowWicketNum":1,"fowRuns":47,"fowOvers":11.5,"fowBalls":null},{"dismissalBatsman":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png"},"fowType":1,"fowOrder":1,"fowWicketNum":2,"fowRuns":77,"fowOvers":21.4,"fowBalls":null},{"dismissalBatsman":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png"},"fowType":1,"fowOrder":2,"fowWicketNum":3,"fowRuns":89,"fowOvers":24.4,"fowBalls":null}],"inningDRSReviews":[{"decisionChallengeType":1,"decisionChallengeSubType":4,"reviewTeam":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"umpire":{"id":35571,"objectId":56128,"name":"Sharfuddoula","longName":"Sharfuddoula","mobileName":"","indexName":"Sharfuddoula","battingName":"Sharfuddoula","fieldingName":"Sharfuddoula","slug":"sharfuddoula","imageUrl":"/lsci/db/PICTURES/CMS/282500/282553.1.jpg","headshotImageUrl":null},"batsman":{"id":70277,"objectId":600498,"name":"AK Markram","longName":"Aiden Markram","mobileName":"Markram","indexName":"Markram, AK","battingName":"AK Markram","fieldingName":"Markram","slug":"aiden-markram","imageUrl":"/lsci/db/PICTURES/CMS/322000/322067.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322067.png"},"bowler":{"id":62757,"objectId":465783,"name":"MVT Fernando","longName":"Vishwa Fernando","mobileName":"Vishwa Fernando","indexName":"Fernando, MVT","battingName":"MVT Fernando","fieldingName":"MVT Fernando","slug":"vishwa-fernando","imageUrl":"/lsci/db/PICTURES/CMS/323000/323060.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/323000/323060.png"},"oversActual":3.2,"ballsActual":null,"reviewSide":"bowling","resultType":"struck","isUmpireCall":false,"remainingCount":0,"originalDecision":"notout","drsDecision":"notout"},{"decisionChallengeType":1,"decisionChallengeSubType":4,"reviewTeam":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"umpire":{"id":35571,"objectId":56128,"name":"Sharfuddoula","longName":"Sharfuddoula","mobileName":"","indexName":"Sharfuddoula","battingName":"Sharfuddoula","fieldingName":"Sharfuddoula","slug":"sharfuddoula","imageUrl":"/lsci/db/PICTURES/CMS/282500/282553.1.jpg","headshotImageUrl":null},"batsman":{"id":74351,"objectId":698189,"name":"PWA Mulder","longName":"Wiaan Mulder","mobileName":"Mulder","indexName":"Mulder, PWA","battingName":"PWA Mulder","fieldingName":"Mulder","slug":"wiaan-mulder","imageUrl":"/lsci/db/PICTURES/CMS/322000/322086.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322000/322086.png"},"bowler":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png"},"oversActual":21.4,"ballsActual":null,"reviewSide":"batting","resultType":"struck","isUmpireCall":false,"remainingCount":1,"originalDecision":"out","drsDecision":"out"}],"inningOverGroups":[]}],"supportInfo":{"stories":[{"id":330565,"objectId":1462455,"scribeId":42663624,"slug":"sa-vs-sl-durban-test-sri-lanka-hit-the-snooze-button-on-destiny","title":"Sri Lanka hit the snooze button on destiny","subTitle":"","seoTitle":"SA vs SL - Durban Test - Sri Lanka hit the snooze button on destiny","summary":"All the gains from a year of positivity came crashing down in 13.5 overs of witheringly poor judgement","shortText":null,"byline":"Andrew Fidel Fernando","categoryType":"OTHERS","genreType":"OTHER","genreId":411,"genreName":"Match Analysis","publishedAt":"2024-11-28T18:12:00.000Z","modifiedAt":"2024-11-28T18:19:01.000Z","showPublishedAt":true,"showModifiedAt":false,"day":2,"authorId":335,"image":{"id":391836,"objectId":1462412,"slug":"dimuth-karunaratne-was-out-in-single-digits-for-the-fourth-time-in-his-last-six-test-innings","url":"/lsci/db/PICTURES/CMS/391800/391836.5.jpg","width":365,"height":205,"caption":"Dimuth Karunaratne was out in single digits for the fourth time in his last six Test innings","longCaption":"Dimuth Karunaratne was out in single digits for the fourth time in his last six innings, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"Associated Press","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391836.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391836.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391836.10.jpg"}},"matchMeta":null,"isLiveBlog":false,"isLive":false,"language":"en","generatedAt":"2024-11-28T19:39:07.316Z"},{"id":330564,"objectId":1462453,"scribeId":42663478,"slug":"sa-vs-sl-1st-test-watch-out-world-marco-jansen-is-beginning-to-believe-in-himself","title":"Watch out, world. Marco Jansen is beginning to believe in himself","subTitle":"","seoTitle":"SA vs SL - 1st Test - Watch out, world. Marco Jansen is beginning to believe in himself","summary":"He has all the physical gifts a fast bowler needs, and all the skill to go with it. At Kingsmead he showed he may be letting go of the self-doubt that had clouded him for so long","shortText":null,"byline":"Firdose Moonda","categoryType":"OTHERS","genreType":"OTHER","genreId":411,"genreName":"Match Analysis","publishedAt":"2024-11-28T17:59:00.000Z","modifiedAt":"2024-11-28T19:24:43.000Z","showPublishedAt":true,"showModifiedAt":false,"day":2,"authorId":315,"image":{"id":391832,"objectId":1462407,"slug":"marco-jansen-registered-his-best-figures-in-tests","url":"/lsci/db/PICTURES/CMS/391800/391832.5.jpg","width":365,"height":205,"caption":"Marco Jansen registered his best figures in Tests","longCaption":"Marco Jansen registered his best figures in Tests, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391832.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391832.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391832.10.jpg"}},"matchMeta":null,"isLiveBlog":false,"isLive":false,"language":"en","generatedAt":"2024-11-28T19:34:49.296Z"},{"id":330560,"objectId":1462435,"scribeId":42661636,"slug":"sa-vs-sl-durban-test-stats-sri-lankas-lowest-ever-test-total","title":"Stats - Sri Lanka's lowest-ever Test total, and the second-shortest Test innings ever","subTitle":"","seoTitle":"SA vs SL - Durban Test stats - Sri Lanka's lowest-ever Test total","summary":"Stats highlights from Sri Lanka's first innings in Durban where they were bundled out for 42","shortText":null,"byline":"Sampath Bandarupalli","categoryType":"OTHERS","genreType":"STATS","genreId":224,"genreName":"Stats Analysis","publishedAt":"2024-11-28T15:20:00.000Z","modifiedAt":"2024-11-28T15:25:16.000Z","showPublishedAt":true,"showModifiedAt":false,"day":2,"authorId":763,"image":{"id":391835,"objectId":1462410,"slug":"sri-lanka-batters-had-no-answers-to-marco-jansen","url":"/lsci/db/PICTURES/CMS/391800/391835.5.jpg","width":365,"height":205,"caption":"Sri Lanka batters had no answers to Marco Jansen","longCaption":"Sri Lanka batters had no answers to Marco Jansen, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"Associated Press","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391835.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391835.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391835.10.jpg"}},"matchMeta":null,"isLiveBlog":false,"isLive":false,"language":"en","generatedAt":"2024-11-28T19:35:37.333Z"},{"id":330556,"objectId":1462403,"scribeId":42659279,"slug":"sa-vs-sl-2024-fractured-finger-rules-wiaan-mulder-out-of-durban-test","title":"Injured Mulder to not bowl or field any further in the Durban Test","subTitle":"","seoTitle":"SA vs SL 2024 - Fractured finger rules Wiaan Mulder out of Durban Test","summary":"A decision on whether he will bat will be made as the match continues after he suffered a fractured finger ","shortText":null,"byline":"Firdose Moonda","categoryType":"OTHERS","genreType":"NEWS","genreId":1,"genreName":"News","publishedAt":"2024-11-28T12:04:00.000Z","modifiedAt":"2024-11-28T12:34:27.000Z","showPublishedAt":true,"showModifiedAt":false,"day":2,"authorId":315,"image":{"id":391819,"objectId":1462298,"slug":"wiaan-mulder-gets-treatment-after-taking-a-knock-to-his-finger-he-eventually-went-off-retired-hurt","url":"/lsci/db/PICTURES/CMS/391800/391819.5.jpg","width":365,"height":205,"caption":"Wiaan Mulder gets treatment after taking a knock to his finger - he eventually went off retired hurt","longCaption":"Wiaan Mulder gets treatment after taking a knock to his finger - he eventually went off retired hurt, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391819.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391819.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391819.10.jpg"}},"matchMeta":null,"isLiveBlog":false,"isLive":false,"language":"en","generatedAt":"2024-11-28T19:35:05.461Z"},{"id":330550,"objectId":1462309,"scribeId":42658275,"slug":"sa-vs-sl-2024-marco-jansen-seven-for-blows-sl-away-to-record-low","title":"Jansen seven-for blows SL away to record low as SA take command at Kingsmead","subTitle":"","seoTitle":"SA vs SL 2024 - Marco Jansen seven-for blows SL away to record low","summary":"SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead","shortText":null,"byline":"Firdose Moonda","categoryType":"OTHERS","genreType":"REPORT","genreId":3,"genreName":"Report","publishedAt":"2024-11-28T10:36:00.000Z","modifiedAt":"2024-11-28T16:21:00.000Z","showPublishedAt":true,"showModifiedAt":true,"day":2,"authorId":315,"image":{"id":391830,"objectId":1462337,"slug":"marco-jansen-ran-through-the-sri-lankan-batting-order","url":"/lsci/db/PICTURES/CMS/391800/391830.5.jpg","width":365,"height":205,"caption":"Marco Jansen ran through the Sri Lankan batting order","longCaption":"Marco Jansen ran through the Sri Lankan batting order, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391830.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391830.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391830.10.jpg"}},"matchMeta":{"id":114921,"objectId":1432209,"scribeId":1432209,"slug":"south-africa-vs-sri-lanka-1st-test","seriesId":16305,"seriesObjectId":1432203,"seriesSlug":"south-africa-vs-sri-lanka-2024-25"},"isLiveBlog":false,"isLive":false,"language":"en","generatedAt":"2024-11-28T19:33:04.523Z"}],"videos":[{"id":140297,"objectId":1462454,"scribeId":42663231,"statusTypeId":3,"slug":"sa-vs-sl-42-all-out-fernando-it-was-over-before-you-could-clock","title":"Fernando: It was over before you could clock what was happening!","subTitle":"","seoTitle":"SA vs SL - 42 all out - Fernando - It was over before you could clock","summary":"Firdose Moonda, meanwhile, feels Marco Jansen \"is looking like a completely different player\" since his break","duration":221,"genreId":291,"genreType":"GENERAL","genreName":"TAKEAWAYS","publishedAt":"2024-11-28","modifiedAt":"2024-11-28T17:53:38.000Z","recordedAt":"2024-11-28","expireAt":"2044-12-01T17:40:00.000Z","countryCodes":[],"imageUrl":"/media/motion/2024/1128/dm_241128_INET_CRIC_savsl_takeaways-d2_nonbranded_global/dm_241128_INET_CRIC_savsl_takeaways-d2_nonbranded_global.jpg","origin":{"type":"CLIP"},"assetId":"dm_241128_INET_CRIC_savsl_takeaways-d2_nonbranded_global","scribeMongoId":"6748aba1d2aeba2265543211","language":"en","playbacks":[{"type":"AUDIO","url":"https://media.video-origin.espn.com/motion/2024/1128/dm_241128_INET_CRIC_savsl_takeaways-d2_nonbranded_global/dm_241128_INET_CRIC_savsl_takeaways-d2_nonbranded_global.mp3"},{"type":"HLS","url":"https://service-pkgespn.akamaized.net/opp/hls/espn/2024/1128/dm_241128_INET_CRIC_savsl_takeaways-d2_nonbranded_global/dm_241128_INET_CRIC_savsl_takeaways-d2_nonbranded_global/playlist.m3u8"}]},{"id":140291,"objectId":1462248,"scribeId":42644578,"statusTypeId":3,"slug":"takeaways-right-call-by-sri-lanka-to-bowl-first","title":"Takeaways: Right call by Sri Lanka to bowl first","subTitle":"","seoTitle":"Takeaways: Right call by Sri Lanka to bowl first","summary":"Firdose Moonda and Andrew Fidel Fernando look back on a short but exciting day's play in Durban","duration":191,"genreId":291,"genreType":"GENERAL","genreName":"TAKEAWAYS","publishedAt":"2024-11-27","modifiedAt":"2024-11-27T17:24:31.000Z","recordedAt":"2024-11-27","expireAt":"2044-11-30T17:16:00.000Z","countryCodes":[],"imageUrl":"/media/motion/2024/1127/dm_241127_INET_CRIC_takeaways_SAvsSLT1D1_non-branded_GLOBAL/dm_241127_INET_CRIC_takeaways_SAvsSLT1D1_non-branded_GLOBAL.jpg","origin":{"type":"CLIP"},"assetId":"dm_241127_INET_CRIC_takeaways_SAvsSLT1D1_non-branded_GLOBAL","scribeMongoId":"6747545e45a32839d80003cf","language":"en","playbacks":[{"type":"AUDIO","url":"https://media.video-origin.espn.com/motion/2024/1127/dm_241127_INET_CRIC_takeaways_SAvsSLT1D1_non-branded_GLOBAL/dm_241127_INET_CRIC_takeaways_SAvsSLT1D1_non-branded_GLOBAL.mp3"},{"type":"HLS","url":"https://service-pkgespn.akamaized.net/opp/hls/espn/2024/1127/dm_241127_INET_CRIC_takeaways_SAvsSLT1D1_non-branded_GLOBAL/dm_241127_INET_CRIC_takeaways_SAvsSLT1D1_non-branded_GLOBAL/playlist.m3u8"}]}],"seriesStories":[],"seriesStandings":{"series":{"id":15144,"objectId":1345943,"scribeId":19430,"slug":"icc-world-test-championship-2023-2025","name":"ICC World Test Championship","longName":"ICC World Test Championship","alternateName":"WTC","longAlternateName":null,"unofficialName":null,"year":2023,"typeId":3,"isTrophy":true,"description":"","season":"2023-2025","startDate":"2023-06-16T00:00:00.000Z","endDate":"2025-12-31T00:00:00.000Z","hasStandings":true,"standingsType":3,"classSubClasses":[{"classId":1,"subClassId":null}],"totalVideos":438,"totalSquads":0,"gamePlayWatch":false},"notes":"\u003cb\u003e***\u003c/b\u003e Teams are ranked on percentage of points won.\n\n\u003cb\u003e***\u003c/b\u003e For slow over-rates teams will lose one championship point for each over short.\n\n\u003cb\u003e***\u003c/b\u003e ICC full members Afghanistan, Ireland and Zimbabwe are not part of the tournament\n\n\u003cb\u003e***\u003c/b\u003ePakistan were deducted 6 points for a slow over-rate (1st Test v Bangladesh)\n\n\u003cb\u003e***\u003c/b\u003eBangladesh were deducted 3 points for a slow over-rate (1st Test v Pakistan)\n\n\u003cb\u003e***\u003c/b\u003e India were deducted 2 points for a slow over-rate (1st Test v South Africa)\n\n\u003cb\u003e***\u003c/b\u003e Australia were deducted 10 points for a slow over-rate (4th Test v England)\n\n\u003cb\u003e***\u003c/b\u003e Pakistan were deducted 2 points for a slow over-rate (1st Test v Australia)\n\n\u003cb\u003e***\u003c/b\u003e England were deducted 19 points for a slow over-rate (1st, 2nd, 4th and 5th Tests v Australia).","teamsToQualifyCount":0,"available":{"tie":true,"pct":true,"draw":true,"multiSeries":false,"quotient":false,"nrr":false,"rpwr":false,"forAgainst":false},"groups":[{"name":"","teamsToQualifyCount":0,"teamStats":[{"teamInfo":{"id":6,"objectId":6,"scribeId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","isCountry":true,"primaryColor":"#050ceb","image":{"id":381895,"objectId":1436347,"slug":"india-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381895.png","width":500,"height":500,"caption":"India flag team logo","longCaption":"India flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"}},"rank":1,"seriesPlayed":null,"seriesWon":null,"matchesPlayed":"15","matchesWon":9,"matchesLost":5,"matchesTied":0,"matchesDrawn":1,"matchesNoResult":0,"points":110,"quotient":null,"nrr":null,"rpwr":null,"for":null,"against":null,"pct":61.11,"recentMatches":[{"_uid":114384,"id":114384,"objectId":1426555,"slug":"australia-vs-india-1st-test","title":"1st Test","startDate":"2024-11-22T00:00:00.000Z","startTime":"2024-11-22T02:20:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 295 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":330363,"coverage":"Y","series":{"id":16215,"objectId":1426547,"slug":"australia-vs-india-2024-25","name":"Australia vs India","longName":"India tour of Australia","alternateName":"AUS vs IND","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-03T00:00:00.000Z"},"ground":{"id":3404,"objectId":1126475,"name":"Perth Stadium","smallName":"Perth","longName":"Perth Stadium","slug":"perth-stadium","location":"","image":null,"town":{"id":27,"objectId":56486,"name":"Perth","area":"Western Australia","timezone":"Australia/Perth"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":null},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"150 \u0026 487/6d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"104 \u0026 238","scoreInfo":"T:534","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115508,"id":115508,"objectId":1439898,"slug":"india-vs-new-zealand-3rd-test","title":"3rd Test","startDate":"2024-11-01T00:00:00.000Z","startTime":"2024-11-01T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 25 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329810,"coverage":"Y","series":{"id":16434,"objectId":1439847,"slug":"new-zealand-in-india-2024-25","name":"New Zealand in India","longName":"New Zealand tour of India","alternateName":"India vs New Zealand","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-03T00:00:00.000Z"},"ground":{"id":713,"objectId":58324,"name":"Wankhede Stadium, Mumbai","smallName":"Wankhede","longName":"Wankhede Stadium, Mumbai","slug":"wankhede-stadium-mumbai","location":"","image":{"id":128755,"objectId":502224,"slug":"the-wankhede-stadium-under-lights","url":"/lsci/db/PICTURES/CMS/128700/128755.jpg","width":900,"height":585,"caption":"The Wankhede Stadium under lights","longCaption":"The Wankhede Stadium under lights, Mumbai, February 20, 2011","credit":"AFP","photographer":null,"peerUrls":null},"town":{"id":665,"objectId":58316,"name":"Mumbai","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"32,000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"235 \u0026 174","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"263 \u0026 121","scoreInfo":"T:147","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115507,"id":115507,"objectId":1439897,"slug":"india-vs-new-zealand-2nd-test","title":"2nd Test","startDate":"2024-10-24T00:00:00.000Z","startTime":"2024-10-24T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 113 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329596,"coverage":"Y","series":{"id":16434,"objectId":1439847,"slug":"new-zealand-in-india-2024-25","name":"New Zealand in India","longName":"New Zealand tour of India","alternateName":"India vs New Zealand","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-03T00:00:00.000Z"},"ground":{"id":2677,"objectId":545380,"name":"Maharashtra Cricket Association Stadium, Pune","smallName":"Pune","longName":"Maharashtra Cricket Association Stadium, Pune","slug":"maharashtra-cricket-association-stadium-pune","location":"","image":{"id":154886,"objectId":622794,"slug":"a-wide-angle-view-of-the-subrata-roy-sahara-stadium-in-pune","url":"/lsci/db/PICTURES/CMS/154800/154886.jpg","width":900,"height":600,"caption":"A wide-angle view of the Subrata Roy Sahara Stadium in Pune","longCaption":"A wide-angle view of the Subrata Roy Sahara Stadium, Pune, May 11, 2012","credit":"Hindustan Times","photographer":null,"peerUrls":null},"town":{"id":683,"objectId":58379,"name":"Pune","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":null},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"259 \u0026 255","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"156 \u0026 245","scoreInfo":"T:359","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115506,"id":115506,"objectId":1439896,"slug":"india-vs-new-zealand-1st-test","title":"1st Test","startDate":"2024-10-16T00:00:00.000Z","startTime":"2024-10-16T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 8 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":329316,"coverage":"Y","series":{"id":16434,"objectId":1439847,"slug":"new-zealand-in-india-2024-25","name":"New Zealand in India","longName":"New Zealand tour of India","alternateName":"India vs New Zealand","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-03T00:00:00.000Z"},"ground":{"id":683,"objectId":57897,"name":"M Chinnaswamy Stadium, Bengaluru","smallName":"Bengaluru","longName":"M Chinnaswamy Stadium, Bengaluru","slug":"m-chinnaswamy-stadium-bengaluru","location":"","image":{"id":127631,"objectId":498407,"slug":"a-view-of-the-chinnaswamy-stadium-in-bangalore","url":"/lsci/db/PICTURES/CMS/127600/127631.jpg","width":900,"height":565,"caption":"A view of the Chinnaswamy Stadium in Bangalore","longCaption":"A view of the Chinnaswamy Stadium in Bangalore","credit":"AFP","photographer":null,"peerUrls":null},"town":{"id":549,"objectId":57892,"name":"Bengaluru","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"40,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"46 \u0026 462","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"402 \u0026 110/2","scoreInfo":"T:107","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":115502,"id":115502,"objectId":1439892,"slug":"india-vs-bangladesh-2nd-test","title":"2nd Test","startDate":"2024-09-27T00:00:00.000Z","startTime":"2024-09-27T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":328724,"coverage":"Y","series":{"id":16431,"objectId":1439844,"slug":"bangladesh-in-india-2024-25","name":"Bangladesh in India","longName":"Bangladesh tour of India","alternateName":"IND vs BDESH","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-12T00:00:00.000Z"},"ground":{"id":419,"objectId":58204,"name":"Green Park, Kanpur","smallName":"Kanpur","longName":"Green Park, Kanpur","slug":"green-park-kanpur","location":"Civil Lines","image":{"id":5145,"objectId":58202,"slug":"green-park-kanpur","url":"/lsci/db/PICTURES/DB/022000/009729.jpg","width":400,"height":262,"caption":"Green Park, Kanpur","longCaption":"A view from the Pavilion at Green Park Stadium, Kanpur","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":630,"objectId":58203,"name":"Kanpur","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"45,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"233 \u0026 146","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"285/9d \u0026 98/3","scoreInfo":"T:95","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":115501,"id":115501,"objectId":1439891,"slug":"india-vs-bangladesh-1st-test","title":"1st Test","startDate":"2024-09-19T00:00:00.000Z","startTime":"2024-09-19T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 280 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":328499,"coverage":"Y","series":{"id":16431,"objectId":1439844,"slug":"bangladesh-in-india-2024-25","name":"Bangladesh in India","longName":"Bangladesh tour of India","alternateName":"IND vs BDESH","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-12T00:00:00.000Z"},"ground":{"id":291,"objectId":58008,"name":"MA Chidambaram Stadium, Chepauk, Chennai","smallName":"Chennai","longName":"MA Chidambaram Stadium, Chepauk, Chennai","slug":"ma-chidambaram-stadium-chepauk-chennai","location":"Chepauk","image":{"id":128358,"objectId":501288,"slug":"the-ma-chidambaram-stadium-in-chennai","url":"/lsci/db/PICTURES/CMS/128300/128358.jpg","width":900,"height":566,"caption":"The MA Chidambaram Stadium in Chennai ","longCaption":"The MA Chidambaram Stadium in Chennai, India v New Zealand, World Cup warm-up match, Chennai","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":577,"objectId":57995,"name":"Chennai","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"38,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"376 \u0026 287/4d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"149 \u0026 234","scoreInfo":"T:515","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":111112,"id":111112,"objectId":1389403,"slug":"india-vs-england-5th-test","title":"5th Test","startDate":"2024-03-07T00:00:00.000Z","startTime":"2024-03-07T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by an innings and 64 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":323012,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":1920,"objectId":58056,"name":"Himachal Pradesh Cricket Association Stadium, Dharamsala","smallName":"Dharamsala","longName":"Himachal Pradesh Cricket Association Stadium, Dharamsala","slug":"himachal-pradesh-cricket-association-stadium-dharamsala","location":"","image":{"id":116258,"objectId":456322,"slug":"the-picturesque-stadium-in-dharamsala","url":"/lsci/db/PICTURES/CMS/116200/116258.jpg","width":500,"height":370,"caption":"The picturesque stadium in Dharamsala","longCaption":"The picturesque stadium in Dharamsala, Kings XI Punjab v Deccan Chargers, IPL, Dharamsala, April 16, 2010","credit":"Indian Premier League","photographer":null,"peerUrls":null},"town":{"id":586,"objectId":58054,"name":"Dharamsala","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"21200"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"218 \u0026 195","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"477","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111111,"id":111111,"objectId":1389402,"slug":"india-vs-england-4th-test","title":"4th Test","startDate":"2024-02-23T00:00:00.000Z","startTime":"2024-02-23T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 5 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":322712,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":2575,"objectId":485865,"name":"JSCA International Stadium Complex, Ranchi","smallName":"Ranchi","longName":"JSCA International Stadium Complex, Ranchi","slug":"jsca-international-stadium-complex-ranchi","location":"","image":{"id":152178,"objectId":594099,"slug":"jsca-international-cricket-stadium","url":"/lsci/db/PICTURES/CMS/152100/152178.jpg","width":900,"height":725,"caption":"JSCA International Cricket Stadium","longCaption":"JSCA International Cricket Stadium, Ranchi, November 28, 2012","credit":"Aakshi Chopra","photographer":null,"peerUrls":null},"town":{"id":691,"objectId":58408,"name":"Ranchi","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":null},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"353 \u0026 145","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"307 \u0026 192/5","scoreInfo":"T:192","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111110,"id":111110,"objectId":1389401,"slug":"india-vs-england-3rd-test","title":"3rd Test","startDate":"2024-02-15T00:00:00.000Z","startTime":"2024-02-15T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 434 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":322494,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":2401,"objectId":377285,"name":"Saurashtra Cricket Association Stadium, Rajkot","smallName":"Rajkot","longName":"Saurashtra Cricket Association Stadium, Rajkot","slug":"saurashtra-cricket-association-stadium-rajkot","location":"Khandheri","image":{"id":152967,"objectId":598909,"slug":"the-media-centre-at-the-saurashtra-cricket-association-stadium","url":"/lsci/db/PICTURES/CMS/152900/152967.jpg","width":900,"height":600,"caption":"The media centre at the Saurashtra Cricket Association Stadium","longCaption":"The media centre at the Saurashtra Cricket Association Stadium, Rajkot, December 28, 2012","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":689,"objectId":58399,"name":"Rajkot","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"28,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"445 \u0026 430/4d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"319 \u0026 122","scoreInfo":"T:557","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":111109,"id":111109,"objectId":1389400,"slug":"india-vs-england-2nd-test","title":"2nd Test","startDate":"2024-02-02T00:00:00.000Z","startTime":"2024-02-02T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 106 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":322157,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":1896,"objectId":58547,"name":"Dr. Y.S. Rajasekhara Reddy ACA-VDCA Cricket Stadium, Visakhapatnam","smallName":"Visakhapatnam","longName":"Dr. Y.S. Rajasekhara Reddy ACA-VDCA Cricket Stadium, Visakhapatnam","slug":"dr-y-s-rajasekhara-reddy-aca-vdca-cricket-stadium-visakhapatnam","location":"Pothanamallayapalam","image":null,"town":{"id":737,"objectId":58540,"name":"Visakhapatnam","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"25,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"396 \u0026 255","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"253 \u0026 292","scoreInfo":"T:399","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":111108,"id":111108,"objectId":1389399,"slug":"india-vs-england-1st-test","title":"1st Test","startDate":"2024-01-25T00:00:00.000Z","startTime":"2024-01-25T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 28 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321939,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":1981,"objectId":58142,"name":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","smallName":"Hyderabad","longName":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","slug":"rajiv-gandhi-international-stadium-uppal-hyderabad","location":"","image":{"id":79644,"objectId":311040,"slug":"rajiv-gandhi-international-stadium-uppal-hyderabad","url":"/lsci/db/PICTURES/CMS/79600/79644.jpg","width":500,"height":323,"caption":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","longCaption":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":613,"objectId":58135,"name":"Hyderabad","area":"Deccan","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":null},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"246 \u0026 420","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"436 \u0026 202","scoreInfo":"T:231","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":110999,"id":110999,"objectId":1387604,"slug":"south-africa-vs-india-2nd-test","title":"2nd Test","startDate":"2024-01-03T00:00:00.000Z","startTime":"2024-01-03T08:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":321389,"coverage":"Y","series":{"id":15593,"objectId":1387592,"slug":"india-in-south-africa-2023-24","name":"India in South Africa","longName":"India tour of South Africa","alternateName":"SA v IND","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":174,"objectId":59068,"name":"Newlands, Cape Town","smallName":"Cape Town","longName":"Newlands, Cape Town","slug":"newlands-cape-town","location":"","image":{"id":50681,"objectId":209653,"slug":"general-view-of-newlands-cape-town","url":"/lsci/db/PICTURES/CMS/50600/50681.jpg","width":500,"height":333,"caption":"General view of Newlands, Cape Town","longCaption":"General view of Newlands, Cape Town","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":893,"objectId":59060,"name":"Cape Town","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"25,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"55 \u0026 176","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"153 \u0026 80/3","scoreInfo":"T:79","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110998,"id":110998,"objectId":1387603,"slug":"south-africa-vs-india-1st-test","title":"1st Test","startDate":"2023-12-26T00:00:00.000Z","startTime":"2023-12-26T08:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by an innings and 32 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321246,"coverage":"Y","series":{"id":15593,"objectId":1387592,"slug":"india-in-south-africa-2023-24","name":"India in South Africa","longName":"India tour of South Africa","alternateName":"SA v IND","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":902,"objectId":59079,"name":"SuperSport Park, Centurion","smallName":"Centurion","longName":"SuperSport Park, Centurion","slug":"supersport-park-centurion","location":"","image":{"id":82249,"objectId":320685,"slug":"a-view-of-the-supersport-park-from-the-stands","url":"/lsci/db/PICTURES/CMS/82200/82249.jpg","width":500,"height":333,"caption":"A view of the SuperSport Park from the stands","longCaption":"A view of the SuperSport Park from the stands, South Africa v New Zealand, 2nd Test, Centurion, 2nd day, November 17, 2007","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":894,"objectId":59078,"name":"Centurion","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"20,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"245 \u0026 131","scoreInfo":null,"points":-2,"teamOdds":null},{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"408","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110007,"id":110007,"objectId":1381213,"slug":"west-indies-vs-india-2nd-test","title":"2nd Test","startDate":"2023-07-20T00:00:00.000Z","startTime":"2023-07-20T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":null,"status":"RESULT","statusText":"Match drawn","statusEng":"RESULT","resultStatus":4,"previewStoryId":316302,"coverage":"Y","series":{"id":15492,"objectId":1381201,"slug":"india-in-west-indies-2023","name":"India in West Indies","longName":"India tour of West Indies and United States of America","alternateName":"WI v IND","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-08-13T00:00:00.000Z"},"ground":{"id":208,"objectId":59475,"name":"Queen's Park Oval, Port of Spain, Trinidad","smallName":"Port of Spain","longName":"Queen's Park Oval, Port of Spain, Trinidad","slug":"queen-s-park-oval-port-of-spain-trinidad","location":"","image":{"id":10767,"objectId":59473,"slug":"queen-s-park-oval-port-of-spain-trinidad","url":"/lsci/db/PICTURES/CMS/10700/10767.jpg","width":442,"height":289,"caption":"Queen's Park Oval, Port of Spain, Trinidad","longCaption":"West Indies v South Africa, 2nd Test, Queen's Park Oval, Port of Spain, Trinidad, 17-21 March 2001","credit":"ESPNcricinfo Ltd","photographer":"Rian Botes","peerUrls":null},"town":{"id":1002,"objectId":59474,"name":"Port of Spain","area":"Trinidad","timezone":"America/Port_of_Spain"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"25,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"438 \u0026 181/2d","scoreInfo":null,"points":4,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"255 \u0026 76/2","scoreInfo":"T:365","points":4,"teamOdds":null}],"languages":["hi","ta"]},{"_uid":110006,"id":110006,"objectId":1381212,"slug":"west-indies-vs-india-1st-test","title":"1st Test","startDate":"2023-07-12T00:00:00.000Z","startTime":"2023-07-12T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by an innings and 141 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":316060,"coverage":"Y","series":{"id":15492,"objectId":1381201,"slug":"india-in-west-indies-2023","name":"India in West Indies","longName":"India tour of West Indies and United States of America","alternateName":"WI v IND","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-08-13T00:00:00.000Z"},"ground":{"id":629,"objectId":59480,"name":"Windsor Park, Roseau, Dominica","smallName":"Roseau","longName":"Windsor Park, Roseau, Dominica","slug":"windsor-park-roseau-dominica","location":"","image":{"id":106421,"objectId":416281,"slug":"a-view-of-the-stands-at-windsor-park","url":"/lsci/db/PICTURES/CMS/106400/106421.jpg","width":500,"height":375,"caption":"A view of the stands at Windsor Park","longCaption":"A view of the stands at Windsor Park, Roseau, July 24, 2009","credit":"DigicelCricket.com","photographer":null,"peerUrls":null},"town":{"id":1003,"objectId":59478,"name":"Roseau","area":"Dominica","timezone":"America/Port_of_Spain"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":null},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"150 \u0026 130","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2],"isHome":false,"isLive":false,"score":"421/5d","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi","ta"]}],"nextMatch":{"_uid":114385,"id":114385,"objectId":1426556,"slug":"australia-vs-india-2nd-test","title":"2nd Test","startDate":"2024-12-06T00:00:00.000Z","startTime":"2024-12-06T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16215,"objectId":1426547,"slug":"australia-vs-india-2024-25","name":"Australia vs India","longName":"India tour of Australia","alternateName":"AUS vs IND","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-03T00:00:00.000Z"},"ground":{"id":131,"objectId":56293,"name":"Adelaide Oval","smallName":"Adelaide","longName":"Adelaide Oval","slug":"adelaide-oval","location":"North Adelaide","image":{"id":173155,"objectId":695353,"slug":"a-general-view-of-the-adelaide-oval","url":"/lsci/db/PICTURES/CMS/173100/173155.jpg","width":900,"height":600,"caption":"A general view of the Adelaide Oval","longCaption":"A general view of the Adelaide Oval, South Australia v Tasmania, Sheffield Shield, 3rd day, Adelaide, November 24, 2013","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":2,"objectId":56292,"name":"Adelaide","area":"South Australia","timezone":"Australia/Adelaide"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"50,000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":["hi"]},"allMatchObjectIds":[1381212,1381213,1387603,1387604,1389399,1389400,1389401,1389402,1389403,1439891,1439892,1439896,1439897,1439898,1426555,1426556,1426557,1426558,1426559]},{"teamInfo":{"id":2,"objectId":2,"scribeId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","isCountry":true,"primaryColor":"#f3f702","image":{"id":340493,"objectId":1318684,"slug":"australia-team-flag-latest","url":"/lsci/db/PICTURES/CMS/340400/340493.png","width":500,"height":500,"caption":"Australia team flag-latest","longCaption":"Australia team flag-latest","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"}},"rank":2,"seriesPlayed":null,"seriesWon":null,"matchesPlayed":"13","matchesWon":8,"matchesLost":4,"matchesTied":0,"matchesDrawn":1,"matchesNoResult":0,"points":90,"quotient":null,"nrr":null,"rpwr":null,"for":null,"against":null,"pct":57.69,"recentMatches":[{"_uid":114384,"id":114384,"objectId":1426555,"slug":"australia-vs-india-1st-test","title":"1st Test","startDate":"2024-11-22T00:00:00.000Z","startTime":"2024-11-22T02:20:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 295 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":330363,"coverage":"Y","series":{"id":16215,"objectId":1426547,"slug":"australia-vs-india-2024-25","name":"Australia vs India","longName":"India tour of Australia","alternateName":"AUS vs IND","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-03T00:00:00.000Z"},"ground":{"id":3404,"objectId":1126475,"name":"Perth Stadium","smallName":"Perth","longName":"Perth Stadium","slug":"perth-stadium","location":"","image":null,"town":{"id":27,"objectId":56486,"name":"Perth","area":"Western Australia","timezone":"Australia/Perth"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":null},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"150 \u0026 487/6d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"104 \u0026 238","scoreInfo":"T:534","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":111045,"id":111045,"objectId":1388227,"slug":"new-zealand-vs-australia-2nd-test","title":"2nd Test","startDate":"2024-03-08T00:00:00.000Z","startTime":"2024-03-07T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 3 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":323026,"coverage":"Y","series":{"id":15616,"objectId":1388188,"slug":"australia-in-new-zealand-2023-24","name":"Australia in New Zealand","longName":"Australia tour of New Zealand","alternateName":"NZ v AUS","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-12T00:00:00.000Z"},"ground":{"id":93,"objectId":58810,"name":"Hagley Oval, Christchurch","smallName":"Christchurch","longName":"Hagley Oval, Christchurch","slug":"hagley-oval-christchurch","location":"","image":{"id":206697,"objectId":837175,"slug":"the-hagley-oval-drew-a-big-crowd-for-the-england-scotland-game","url":"/lsci/db/PICTURES/CMS/206600/206697.jpg","width":900,"height":600,"caption":"The Hagley Oval drew a big crowd for the England-Scotland game","longCaption":"The Hagley Oval drew a big crowd , England v Scotland, World Cup 2015, Group A, Christchurch, February 23, 2015","credit":"ICC","photographer":null,"peerUrls":null},"town":{"id":824,"objectId":58807,"name":"Christchurch","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"18,000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"162 \u0026 372","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"256 \u0026 281/7","scoreInfo":"T:279","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111044,"id":111044,"objectId":1388226,"slug":"new-zealand-vs-australia-1st-test","title":"1st Test","startDate":"2024-02-29T00:00:00.000Z","startTime":"2024-02-28T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 172 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":322832,"coverage":"Y","series":{"id":15616,"objectId":1388188,"slug":"australia-in-new-zealand-2023-24","name":"Australia in New Zealand","longName":"Australia tour of New Zealand","alternateName":"NZ v AUS","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-12T00:00:00.000Z"},"ground":{"id":116,"objectId":58895,"name":"Basin Reserve, Wellington","smallName":"Wellington","longName":"Basin Reserve, Wellington","slug":"basin-reserve-wellington","location":"","image":{"id":88393,"objectId":342515,"slug":"a-general-view-across-the-basin-reserve","url":"/lsci/db/PICTURES/CMS/88300/88393.jpg","width":500,"height":299,"caption":"A general view across the Basin Reserve","longCaption":"A general view across the Basin Reserve, New Zealand v England, 2nd Test, Wellington, March 15, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":851,"objectId":58894,"name":"Wellington","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"11,600"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"383 \u0026 164","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"179 \u0026 196","scoreInfo":"T:369","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":109451,"id":109451,"objectId":1375846,"slug":"australia-vs-west-indies-2nd-test","title":"2nd Test","startDate":"2024-01-25T00:00:00.000Z","startTime":"2024-01-25T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":4,"status":"RESULT","statusText":"West Indies won by 8 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321931,"coverage":"Y","series":{"id":15391,"objectId":1375837,"slug":"west-indies-in-australia-2023-24","name":"West Indies in Australia","longName":"West Indies tour of Australia","alternateName":"AUS v WI","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-13T00:00:00.000Z"},"ground":{"id":209,"objectId":56336,"name":"Brisbane Cricket Ground, Woolloongabba, Brisbane","smallName":"Brisbane","longName":"Brisbane Cricket Ground, Woolloongabba, Brisbane","slug":"brisbane-cricket-ground-woolloongabba-brisbane","location":"Woolloongabba","image":{"id":35809,"objectId":189133,"slug":"australia-have-not-lost-a-test-at-the-gabba-since-1988","url":"/lsci/db/PICTURES/CMS/35800/35809.jpg","width":350,"height":232,"caption":"Australia have not lost a Test at the Gabba since 1988","longCaption":"Australia have not lost a Test at the Gabba since 1988","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":8,"objectId":56332,"name":"Brisbane","area":"Queensland","timezone":"Australia/Brisbane"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"37,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"311 \u0026 193","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"289/9d \u0026 207","scoreInfo":"T:216","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":109450,"id":109450,"objectId":1375845,"slug":"australia-vs-west-indies-1st-test","title":"1st Test","startDate":"2024-01-17T00:00:00.000Z","startTime":"2024-01-16T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 10 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":321721,"coverage":"Y","series":{"id":15391,"objectId":1375837,"slug":"west-indies-in-australia-2023-24","name":"West Indies in Australia","longName":"West Indies tour of Australia","alternateName":"AUS v WI","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-13T00:00:00.000Z"},"ground":{"id":131,"objectId":56293,"name":"Adelaide Oval","smallName":"Adelaide","longName":"Adelaide Oval","slug":"adelaide-oval","location":"North Adelaide","image":{"id":173155,"objectId":695353,"slug":"a-general-view-of-the-adelaide-oval","url":"/lsci/db/PICTURES/CMS/173100/173155.jpg","width":900,"height":600,"caption":"A general view of the Adelaide Oval","longCaption":"A general view of the Adelaide Oval, South Australia v Tasmania, Sheffield Shield, 3rd day, Adelaide, November 24, 2013","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":2,"objectId":56292,"name":"Adelaide","area":"South Australia","timezone":"Australia/Adelaide"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"50,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"188 \u0026 120","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"283 \u0026 26/0","scoreInfo":"T:26","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":109449,"id":109449,"objectId":1375844,"slug":"australia-vs-pakistan-3rd-test","title":"3rd Test","startDate":"2024-01-03T00:00:00.000Z","startTime":"2024-01-02T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 8 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":321378,"coverage":"Y","series":{"id":15389,"objectId":1375835,"slug":"pakistan-in-australia-2023-24","name":"Pakistan in Australia","longName":"Pakistan tour of Australia","alternateName":"AUS v PAK","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":132,"objectId":56544,"name":"Sydney Cricket Ground","smallName":"Sydney","longName":"Sydney Cricket Ground","slug":"sydney-cricket-ground","location":"Moore Park","image":{"id":516,"objectId":56543,"slug":"sydney-cricket-ground","url":"/lsci/db/PICTURES/DB/011999/003928.jpg","width":450,"height":275,"caption":"Sydney Cricket Ground","longCaption":"Sydney Cricket Ground","credit":"Action Photographics","photographer":null,"peerUrls":null},"town":{"id":29,"objectId":56531,"name":"Sydney","area":"New South Wales","timezone":"Australia/Sydney"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"44,002"},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"313 \u0026 115","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"299 \u0026 130/2","scoreInfo":"T:130","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":109448,"id":109448,"objectId":1375843,"slug":"australia-vs-pakistan-2nd-test","title":"2nd Test","startDate":"2023-12-26T00:00:00.000Z","startTime":"2023-12-25T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 79 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321214,"coverage":"Y","series":{"id":15389,"objectId":1375835,"slug":"pakistan-in-australia-2023-24","name":"Pakistan in Australia","longName":"Pakistan tour of Australia","alternateName":"AUS v PAK","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":61,"objectId":56441,"name":"Melbourne Cricket Ground","smallName":"Melbourne","longName":"Melbourne Cricket Ground","slug":"melbourne-cricket-ground","location":"Jolimont","image":{"id":86316,"objectId":335266,"slug":"the-magnificent-melbourne-cricket-ground-in-full-bloom","url":"/lsci/db/PICTURES/CMS/86300/86316.jpg","width":500,"height":333,"caption":"The magnificent Melbourne Cricket Ground in full bloom","longCaption":"The magnificent Melbourne Cricket Ground in full bloom, Victoria v Queensland, FR Cup, MCG, February 6, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":25,"objectId":56434,"name":"Melbourne","area":"Victoria","timezone":"Australia/Melbourne"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"90,000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"318 \u0026 262","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"264 \u0026 237","scoreInfo":"T:317","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":109447,"id":109447,"objectId":1375842,"slug":"australia-vs-pakistan-1st-test","title":"1st Test","startDate":"2023-12-14T00:00:00.000Z","startTime":"2023-12-14T02:20:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 360 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":320942,"coverage":"Y","series":{"id":15389,"objectId":1375835,"slug":"pakistan-in-australia-2023-24","name":"Pakistan in Australia","longName":"Pakistan tour of Australia","alternateName":"AUS v PAK","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":3404,"objectId":1126475,"name":"Perth Stadium","smallName":"Perth","longName":"Perth Stadium","slug":"perth-stadium","location":"","image":null,"town":{"id":27,"objectId":56486,"name":"Perth","area":"Western Australia","timezone":"Australia/Perth"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":null},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"487 \u0026 233/5d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"271 \u0026 89","scoreInfo":"T:450","points":-2,"teamOdds":null}],"languages":["hi"]},{"_uid":107030,"id":107030,"objectId":1336047,"slug":"england-vs-australia-5th-test","title":"5th Test","startDate":"2023-07-27T00:00:00.000Z","startTime":"2023-07-27T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 49 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":316522,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":45,"objectId":57127,"name":"Kennington Oval, London","smallName":"The Oval","longName":"Kennington Oval, London","slug":"kennington-oval-london","location":"","image":{"id":107862,"objectId":423593,"slug":"a-stunning-view-of-the-oval-under-lights","url":"/lsci/db/PICTURES/CMS/107800/107862.jpg","width":500,"height":313,"caption":"A stunning view of The Oval under lights","longCaption":"A stunning view of The Oval under lights, England v Australia, 1st ODI, The Oval, September 4, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"23500"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"283 \u0026 395","scoreInfo":null,"points":7,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"295 \u0026 334","scoreInfo":"T:384","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":107029,"id":107029,"objectId":1336046,"slug":"england-vs-australia-4th-test","title":"4th Test","startDate":"2023-07-19T00:00:00.000Z","startTime":"2023-07-19T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":null,"status":"RESULT","statusText":"Match drawn","statusEng":"RESULT","resultStatus":4,"previewStoryId":316274,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":75,"objectId":57160,"name":"Old Trafford, Manchester","smallName":"Manchester","longName":"Old Trafford, Manchester","slug":"old-trafford-manchester","location":"Stretford","image":{"id":194633,"objectId":784927,"slug":"the-final-day-of-the-season-unfolds-under-autumn-sun-at-old-trafford","url":"/lsci/db/PICTURES/CMS/194600/194633.jpg","width":900,"height":646,"caption":"The final day of the season unfolds under autumn sun at Old Trafford","longCaption":"The final day of the season unfolds under autumn sun at Old Trafford, Lancashire v Middlesex, County Championship, Division One, Old Trafford, September 26, 2014","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":232,"objectId":57155,"name":"Manchester","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"19000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"317 \u0026 214/5","scoreInfo":null,"points":-6,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"592","scoreInfo":null,"points":1,"teamOdds":null}],"languages":["hi"]},{"_uid":107028,"id":107028,"objectId":1336045,"slug":"england-vs-australia-3rd-test","title":"3rd Test","startDate":"2023-07-06T00:00:00.000Z","startTime":"2023-07-06T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 3 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":315853,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":179,"objectId":57092,"name":"Headingley, Leeds","smallName":"Leeds","longName":"Headingley, Leeds","slug":"headingley-leeds","location":"","image":{"id":158509,"objectId":637743,"slug":"after-the-rain-the-sun-shone-at-headingley","url":"/lsci/db/PICTURES/CMS/158500/158509.jpg","width":900,"height":628,"caption":"After the rain the sun shone at Headingley","longCaption":"After the rain the sun shone at Headingley, England v New Zealand, 2nd Investec Test, Headingley, 2nd day, May 25, 2013","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":213,"objectId":57091,"name":"Leeds","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"17000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"263 \u0026 224","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"237 \u0026 254/7","scoreInfo":"T:251","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":107027,"id":107027,"objectId":1336044,"slug":"england-vs-australia-2nd-test","title":"2nd Test","startDate":"2023-06-28T00:00:00.000Z","startTime":"2023-06-28T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 43 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":315592,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":10,"objectId":57129,"name":"Lord's, London","smallName":"Lord's","longName":"Lord's, London","slug":"lord-s-london","location":"St John's Wood Road","image":{"id":92191,"objectId":360855,"slug":"a-wide-angle-view-of-lord-s","url":"/lsci/db/PICTURES/CMS/92100/92191.jpg","width":500,"height":331,"caption":"A wide-angle view of Lord's","longCaption":"A wide-angle view of Lord's, England v South Africa, 1st Test, Lord's, 3rd day, July 12, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"30000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"416 \u0026 279","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"325 \u0026 327","scoreInfo":"T:371","points":-9,"teamOdds":null}],"languages":["hi"]},{"_uid":107026,"id":107026,"objectId":1336043,"slug":"england-vs-australia-1st-test","title":"1st Test","startDate":"2023-06-16T00:00:00.000Z","startTime":"2023-06-16T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 2 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":315206,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":164,"objectId":56788,"name":"Edgbaston, Birmingham","smallName":"Birmingham","longName":"Edgbaston, Birmingham","slug":"edgbaston-birmingham","location":"","image":{"id":203469,"objectId":819647,"slug":"edgbaston","url":"/lsci/db/PICTURES/CMS/203400/203469.jpg","width":1024,"height":543,"caption":"Edgbaston","longCaption":"Edgbaston","credit":"Warwickshire CCC","photographer":null,"peerUrls":null},"town":{"id":100,"objectId":56785,"name":"Birmingham","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"24,803"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"393/8d \u0026 273","scoreInfo":null,"points":-2,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"386 \u0026 282/8","scoreInfo":"T:281","points":12,"teamOdds":null}],"languages":["hi"]}],"nextMatch":{"_uid":114385,"id":114385,"objectId":1426556,"slug":"australia-vs-india-2nd-test","title":"2nd Test","startDate":"2024-12-06T00:00:00.000Z","startTime":"2024-12-06T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16215,"objectId":1426547,"slug":"australia-vs-india-2024-25","name":"Australia vs India","longName":"India tour of Australia","alternateName":"AUS vs IND","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-03T00:00:00.000Z"},"ground":{"id":131,"objectId":56293,"name":"Adelaide Oval","smallName":"Adelaide","longName":"Adelaide Oval","slug":"adelaide-oval","location":"North Adelaide","image":{"id":173155,"objectId":695353,"slug":"a-general-view-of-the-adelaide-oval","url":"/lsci/db/PICTURES/CMS/173100/173155.jpg","width":900,"height":600,"caption":"A general view of the Adelaide Oval","longCaption":"A general view of the Adelaide Oval, South Australia v Tasmania, Sheffield Shield, 3rd day, Adelaide, November 24, 2013","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":2,"objectId":56292,"name":"Adelaide","area":"South Australia","timezone":"Australia/Adelaide"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"50,000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":["hi"]},"allMatchObjectIds":[1336043,1336044,1336045,1336046,1336047,1375842,1375843,1375844,1375845,1375846,1388226,1388227,1426555,1426556,1426557,1426558,1426559,1459906,1459907]},{"teamInfo":{"id":8,"objectId":8,"scribeId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","isCountry":true,"primaryColor":"#203d89","image":{"id":340047,"objectId":1316921,"slug":"sri-lanka-team-flag","url":"/lsci/db/PICTURES/CMS/340000/340047.png","width":500,"height":500,"caption":"Sri Lanka team flag","longCaption":"Sri Lanka team flag","credit":"Google","photographer":null,"peerUrls":null},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"}},"rank":3,"seriesPlayed":null,"seriesWon":null,"matchesPlayed":"9","matchesWon":5,"matchesLost":4,"matchesTied":0,"matchesDrawn":0,"matchesNoResult":0,"points":60,"quotient":null,"nrr":null,"rpwr":null,"for":null,"against":null,"pct":55.56,"recentMatches":[{"_uid":116686,"id":116686,"objectId":1447097,"slug":"sri-lanka-vs-new-zealand-2nd-test","title":"2nd Test","startDate":"2024-09-26T00:00:00.000Z","startTime":"2024-09-26T04:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by an innings and 154 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":328704,"coverage":"Y","series":{"id":16571,"objectId":1447091,"slug":"sri-lanka-vs-new-zealand-2024","name":"Sri Lanka vs New Zealand","longName":"New Zealand tour of Sri Lanka","alternateName":"SL vs NZ","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-30T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1],"isHome":true,"isLive":false,"score":"602/5d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,3],"isHome":false,"isLive":false,"score":"(fo) 88 \u0026 360","scoreInfo":null,"points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":116685,"id":116685,"objectId":1447096,"slug":"sri-lanka-vs-new-zealand-1st-test","title":"1st Test","startDate":"2024-09-18T00:00:00.000Z","startTime":"2024-09-18T04:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 63 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":328462,"coverage":"Y","series":{"id":16571,"objectId":1447091,"slug":"sri-lanka-vs-new-zealand-2024","name":"Sri Lanka vs New Zealand","longName":"New Zealand tour of Sri Lanka","alternateName":"SL vs NZ","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-30T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"305 \u0026 309","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"340 \u0026 211","scoreInfo":"T:275","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":110834,"id":110834,"objectId":1385696,"slug":"england-vs-sri-lanka-3rd-test","title":"3rd Test","startDate":"2024-09-06T00:00:00.000Z","startTime":"2024-09-06T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 8 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":328139,"coverage":"Y","series":{"id":15572,"objectId":1385672,"slug":"sri-lanka-in-england-2024","name":"Sri Lanka in England","longName":"Sri Lanka tour of England","alternateName":"ENG v SL","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-10T00:00:00.000Z"},"ground":{"id":45,"objectId":57127,"name":"Kennington Oval, London","smallName":"The Oval","longName":"Kennington Oval, London","slug":"kennington-oval-london","location":"","image":{"id":107862,"objectId":423593,"slug":"a-stunning-view-of-the-oval-under-lights","url":"/lsci/db/PICTURES/CMS/107800/107862.jpg","width":500,"height":313,"caption":"A stunning view of The Oval under lights","longCaption":"A stunning view of The Oval under lights, England v Australia, 1st ODI, The Oval, September 4, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"23500"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"325 \u0026 156","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"263 \u0026 219/2","scoreInfo":"T:219","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110833,"id":110833,"objectId":1385695,"slug":"england-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-08-29T00:00:00.000Z","startTime":"2024-08-29T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 190 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":327923,"coverage":"Y","series":{"id":15572,"objectId":1385672,"slug":"sri-lanka-in-england-2024","name":"Sri Lanka in England","longName":"Sri Lanka tour of England","alternateName":"ENG v SL","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-10T00:00:00.000Z"},"ground":{"id":10,"objectId":57129,"name":"Lord's, London","smallName":"Lord's","longName":"Lord's, London","slug":"lord-s-london","location":"St John's Wood Road","image":{"id":92191,"objectId":360855,"slug":"a-wide-angle-view-of-lord-s","url":"/lsci/db/PICTURES/CMS/92100/92191.jpg","width":500,"height":331,"caption":"A wide-angle view of Lord's","longCaption":"A wide-angle view of Lord's, England v South Africa, 1st Test, Lord's, 3rd day, July 12, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"30000"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"427 \u0026 251","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"196 \u0026 292","scoreInfo":"T:483","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":110832,"id":110832,"objectId":1385694,"slug":"england-vs-sri-lanka-1st-test","title":"1st Test","startDate":"2024-08-21T00:00:00.000Z","startTime":"2024-08-21T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 5 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327697,"coverage":"Y","series":{"id":15572,"objectId":1385672,"slug":"sri-lanka-in-england-2024","name":"Sri Lanka in England","longName":"Sri Lanka tour of England","alternateName":"ENG v SL","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-10T00:00:00.000Z"},"ground":{"id":75,"objectId":57160,"name":"Old Trafford, Manchester","smallName":"Manchester","longName":"Old Trafford, Manchester","slug":"old-trafford-manchester","location":"Stretford","image":{"id":194633,"objectId":784927,"slug":"the-final-day-of-the-season-unfolds-under-autumn-sun-at-old-trafford","url":"/lsci/db/PICTURES/CMS/194600/194633.jpg","width":900,"height":646,"caption":"The final day of the season unfolds under autumn sun at Old Trafford","longCaption":"The final day of the season unfolds under autumn sun at Old Trafford, Lancashire v Middlesex, County Championship, Division One, Old Trafford, September 26, 2014","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":232,"objectId":57155,"name":"Manchester","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"19000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"236 \u0026 326","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"358 \u0026 205/5","scoreInfo":"T:205","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":113840,"id":113840,"objectId":1419831,"slug":"bangladesh-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-03-30T00:00:00.000Z","startTime":"2024-03-30T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 192 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":323679,"coverage":"Y","series":{"id":16068,"objectId":1419819,"slug":"bangladesh-vs-sri-lanka-2023-24","name":"Bangladesh vs Sri Lanka","longName":"Sri Lanka tour of Bangladesh","alternateName":"BAN v SL","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-04-03T00:00:00.000Z"},"ground":{"id":1931,"objectId":56658,"name":"Zahur Ahmed Chowdhury Stadium, Chattogram","smallName":"Chattogram","longName":"Zahur Ahmed Chowdhury Stadium, Chattogram","slug":"zahur-ahmed-chowdhury-stadium-chattogram","location":"","image":{"id":120912,"objectId":473484,"slug":"an-overview-of-the-zohur-ahmed-chowdhury-stadium","url":"/lsci/db/PICTURES/CMS/120900/120912.jpg","width":900,"height":597,"caption":"An overview of the Zohur Ahmed Chowdhury Stadium","longCaption":"An overview of the Zohur Ahmed Chowdhury Stadium, Bangladesh A v England, March 7, 2010","credit":"Getty Images","photographer":"Stu Forster","peerUrls":null},"town":{"id":57,"objectId":56655,"name":"Chattogram","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"22,000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"531 \u0026 157/7d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"178 \u0026 318","scoreInfo":"T:511","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":113839,"id":113839,"objectId":1419830,"slug":"bangladesh-vs-sri-lanka-1st-test","title":"1st Test","startDate":"2024-03-22T00:00:00.000Z","startTime":"2024-03-22T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 328 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":323451,"coverage":"Y","series":{"id":16068,"objectId":1419819,"slug":"bangladesh-vs-sri-lanka-2023-24","name":"Bangladesh vs Sri Lanka","longName":"Sri Lanka tour of Bangladesh","alternateName":"BAN v SL","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-04-03T00:00:00.000Z"},"ground":{"id":1564,"objectId":56689,"name":"Sylhet International Cricket Stadium","smallName":"Sylhet","longName":"Sylhet International Cricket Stadium","slug":"sylhet-international-cricket-stadium","location":"","image":{"id":174981,"objectId":703707,"slug":"a-view-of-the-sylhet-stadium-during-the-victory-day-t20-cup","url":"/lsci/db/PICTURES/CMS/174900/174981.jpg","width":900,"height":713,"caption":"A view of the Sylhet Stadium during the Victory Day T20 Cup","longCaption":"A view of the Sylhet Stadium during the Victory Day T20 Cup, Sylhet, December 23, 2013","credit":"BCB","photographer":null,"peerUrls":null},"town":{"id":68,"objectId":56688,"name":"Sylhet","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"18,000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"280 \u0026 418","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"188 \u0026 182","scoreInfo":"T:511","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":110824,"id":110824,"objectId":1385686,"slug":"sri-lanka-vs-pakistan-2nd-test","title":"2nd Test","startDate":"2023-07-24T00:00:00.000Z","startTime":"2023-07-24T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by an innings and 222 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":316415,"coverage":"Y","series":{"id":15566,"objectId":1385664,"slug":"pakistan-in-sri-lanka-2023","name":"Pakistan in Sri Lanka","longName":"Pakistan tour of Sri Lanka","alternateName":"SL v PAK","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-28T00:00:00.000Z"},"ground":{"id":679,"objectId":59308,"name":"Sinhalese Sports Club Ground, Colombo","smallName":"Colombo (SSC)","longName":"Sinhalese Sports Club Ground, Colombo","slug":"sinhalese-sports-club-ground-colombo","location":"","image":{"id":83728,"objectId":325334,"slug":"the-clouds-linger-over-the-ssc-in-colombo-before-the-rain-fell-to-force-a-draw","url":"/lsci/db/PICTURES/CMS/83700/83728.jpg","width":500,"height":307,"caption":"The clouds linger over the SSC in Colombo, before the rain fell to force a draw","longCaption":"The clouds linger over the SSC in Colombo, before the rain fell to force a draw, Sri Lanka v England, 2nd Test, Colombo, December 13, 2007","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":955,"objectId":59288,"name":"Colombo","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":"10,000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"166 \u0026 188","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2],"isHome":false,"isLive":false,"score":"576/5d","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110823,"id":110823,"objectId":1385685,"slug":"sri-lanka-vs-pakistan-1st-test","title":"1st Test","startDate":"2023-07-16T00:00:00.000Z","startTime":"2023-07-16T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by 4 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":316178,"coverage":"Y","series":{"id":15566,"objectId":1385664,"slug":"pakistan-in-sri-lanka-2023","name":"Pakistan in Sri Lanka","longName":"Pakistan tour of Sri Lanka","alternateName":"SL v PAK","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-28T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"312 \u0026 279","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"461 \u0026 133/6","scoreInfo":"T:131","points":12,"teamOdds":null}],"languages":["hi"]}],"nextMatch":{"_uid":114922,"id":114922,"objectId":1432210,"slug":"south-africa-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-12-05T00:00:00.000Z","startTime":"2024-12-05T08:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16305,"objectId":1432203,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-09T00:00:00.000Z"},"ground":{"id":173,"objectId":59159,"name":"St George's Park, Gqeberha","smallName":"Gqeberha","longName":"St George's Park, Gqeberha","slug":"st-george-s-park-gqeberha","location":"","image":{"id":50675,"objectId":209605,"slug":"general-view-st-george-s-park-port-elizabeth","url":"/lsci/db/PICTURES/CMS/50600/50675.jpg","width":500,"height":333,"caption":"General view, St George's Park, Port Elizabeth","longCaption":"General view, St George's Park, Port Elizabeth","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":911,"objectId":59158,"name":"Gqeberha","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"19000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"allMatchObjectIds":[1385685,1385686,1419830,1419831,1385694,1385695,1385696,1447096,1447097,1432209,1432210,1459906,1459907]},{"teamInfo":{"id":5,"objectId":5,"scribeId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","isCountry":true,"primaryColor":"#b7c0c8","image":{"id":340505,"objectId":1318717,"slug":"new-zealand-team-flag-latest","url":"/lsci/db/PICTURES/CMS/340500/340505.png","width":500,"height":500,"caption":"New Zealand team flag-latest","longCaption":"New Zealand team flag-latest","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"}},"rank":4,"seriesPlayed":null,"seriesWon":null,"matchesPlayed":"11","matchesWon":6,"matchesLost":5,"matchesTied":0,"matchesDrawn":0,"matchesNoResult":0,"points":72,"quotient":null,"nrr":null,"rpwr":null,"for":null,"against":null,"pct":54.55,"recentMatches":[{"_uid":115508,"id":115508,"objectId":1439898,"slug":"india-vs-new-zealand-3rd-test","title":"3rd Test","startDate":"2024-11-01T00:00:00.000Z","startTime":"2024-11-01T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 25 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329810,"coverage":"Y","series":{"id":16434,"objectId":1439847,"slug":"new-zealand-in-india-2024-25","name":"New Zealand in India","longName":"New Zealand tour of India","alternateName":"India vs New Zealand","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-03T00:00:00.000Z"},"ground":{"id":713,"objectId":58324,"name":"Wankhede Stadium, Mumbai","smallName":"Wankhede","longName":"Wankhede Stadium, Mumbai","slug":"wankhede-stadium-mumbai","location":"","image":{"id":128755,"objectId":502224,"slug":"the-wankhede-stadium-under-lights","url":"/lsci/db/PICTURES/CMS/128700/128755.jpg","width":900,"height":585,"caption":"The Wankhede Stadium under lights","longCaption":"The Wankhede Stadium under lights, Mumbai, February 20, 2011","credit":"AFP","photographer":null,"peerUrls":null},"town":{"id":665,"objectId":58316,"name":"Mumbai","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"32,000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"235 \u0026 174","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"263 \u0026 121","scoreInfo":"T:147","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115507,"id":115507,"objectId":1439897,"slug":"india-vs-new-zealand-2nd-test","title":"2nd Test","startDate":"2024-10-24T00:00:00.000Z","startTime":"2024-10-24T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 113 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329596,"coverage":"Y","series":{"id":16434,"objectId":1439847,"slug":"new-zealand-in-india-2024-25","name":"New Zealand in India","longName":"New Zealand tour of India","alternateName":"India vs New Zealand","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-03T00:00:00.000Z"},"ground":{"id":2677,"objectId":545380,"name":"Maharashtra Cricket Association Stadium, Pune","smallName":"Pune","longName":"Maharashtra Cricket Association Stadium, Pune","slug":"maharashtra-cricket-association-stadium-pune","location":"","image":{"id":154886,"objectId":622794,"slug":"a-wide-angle-view-of-the-subrata-roy-sahara-stadium-in-pune","url":"/lsci/db/PICTURES/CMS/154800/154886.jpg","width":900,"height":600,"caption":"A wide-angle view of the Subrata Roy Sahara Stadium in Pune","longCaption":"A wide-angle view of the Subrata Roy Sahara Stadium, Pune, May 11, 2012","credit":"Hindustan Times","photographer":null,"peerUrls":null},"town":{"id":683,"objectId":58379,"name":"Pune","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":null},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"259 \u0026 255","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"156 \u0026 245","scoreInfo":"T:359","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115506,"id":115506,"objectId":1439896,"slug":"india-vs-new-zealand-1st-test","title":"1st Test","startDate":"2024-10-16T00:00:00.000Z","startTime":"2024-10-16T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 8 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":329316,"coverage":"Y","series":{"id":16434,"objectId":1439847,"slug":"new-zealand-in-india-2024-25","name":"New Zealand in India","longName":"New Zealand tour of India","alternateName":"India vs New Zealand","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-03T00:00:00.000Z"},"ground":{"id":683,"objectId":57897,"name":"M Chinnaswamy Stadium, Bengaluru","smallName":"Bengaluru","longName":"M Chinnaswamy Stadium, Bengaluru","slug":"m-chinnaswamy-stadium-bengaluru","location":"","image":{"id":127631,"objectId":498407,"slug":"a-view-of-the-chinnaswamy-stadium-in-bangalore","url":"/lsci/db/PICTURES/CMS/127600/127631.jpg","width":900,"height":565,"caption":"A view of the Chinnaswamy Stadium in Bangalore","longCaption":"A view of the Chinnaswamy Stadium in Bangalore","credit":"AFP","photographer":null,"peerUrls":null},"town":{"id":549,"objectId":57892,"name":"Bengaluru","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"40,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"46 \u0026 462","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"402 \u0026 110/2","scoreInfo":"T:107","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":116686,"id":116686,"objectId":1447097,"slug":"sri-lanka-vs-new-zealand-2nd-test","title":"2nd Test","startDate":"2024-09-26T00:00:00.000Z","startTime":"2024-09-26T04:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by an innings and 154 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":328704,"coverage":"Y","series":{"id":16571,"objectId":1447091,"slug":"sri-lanka-vs-new-zealand-2024","name":"Sri Lanka vs New Zealand","longName":"New Zealand tour of Sri Lanka","alternateName":"SL vs NZ","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-30T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1],"isHome":true,"isLive":false,"score":"602/5d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,3],"isHome":false,"isLive":false,"score":"(fo) 88 \u0026 360","scoreInfo":null,"points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":116685,"id":116685,"objectId":1447096,"slug":"sri-lanka-vs-new-zealand-1st-test","title":"1st Test","startDate":"2024-09-18T00:00:00.000Z","startTime":"2024-09-18T04:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 63 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":328462,"coverage":"Y","series":{"id":16571,"objectId":1447091,"slug":"sri-lanka-vs-new-zealand-2024","name":"Sri Lanka vs New Zealand","longName":"New Zealand tour of Sri Lanka","alternateName":"SL vs NZ","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-30T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"305 \u0026 309","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"340 \u0026 211","scoreInfo":"T:275","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":111045,"id":111045,"objectId":1388227,"slug":"new-zealand-vs-australia-2nd-test","title":"2nd Test","startDate":"2024-03-08T00:00:00.000Z","startTime":"2024-03-07T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 3 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":323026,"coverage":"Y","series":{"id":15616,"objectId":1388188,"slug":"australia-in-new-zealand-2023-24","name":"Australia in New Zealand","longName":"Australia tour of New Zealand","alternateName":"NZ v AUS","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-12T00:00:00.000Z"},"ground":{"id":93,"objectId":58810,"name":"Hagley Oval, Christchurch","smallName":"Christchurch","longName":"Hagley Oval, Christchurch","slug":"hagley-oval-christchurch","location":"","image":{"id":206697,"objectId":837175,"slug":"the-hagley-oval-drew-a-big-crowd-for-the-england-scotland-game","url":"/lsci/db/PICTURES/CMS/206600/206697.jpg","width":900,"height":600,"caption":"The Hagley Oval drew a big crowd for the England-Scotland game","longCaption":"The Hagley Oval drew a big crowd , England v Scotland, World Cup 2015, Group A, Christchurch, February 23, 2015","credit":"ICC","photographer":null,"peerUrls":null},"town":{"id":824,"objectId":58807,"name":"Christchurch","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"18,000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"162 \u0026 372","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"256 \u0026 281/7","scoreInfo":"T:279","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111044,"id":111044,"objectId":1388226,"slug":"new-zealand-vs-australia-1st-test","title":"1st Test","startDate":"2024-02-29T00:00:00.000Z","startTime":"2024-02-28T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 172 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":322832,"coverage":"Y","series":{"id":15616,"objectId":1388188,"slug":"australia-in-new-zealand-2023-24","name":"Australia in New Zealand","longName":"Australia tour of New Zealand","alternateName":"NZ v AUS","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-12T00:00:00.000Z"},"ground":{"id":116,"objectId":58895,"name":"Basin Reserve, Wellington","smallName":"Wellington","longName":"Basin Reserve, Wellington","slug":"basin-reserve-wellington","location":"","image":{"id":88393,"objectId":342515,"slug":"a-general-view-across-the-basin-reserve","url":"/lsci/db/PICTURES/CMS/88300/88393.jpg","width":500,"height":299,"caption":"A general view across the Basin Reserve","longCaption":"A general view across the Basin Reserve, New Zealand v England, 2nd Test, Wellington, March 15, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":851,"objectId":58894,"name":"Wellington","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"11,600"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"383 \u0026 164","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"179 \u0026 196","scoreInfo":"T:369","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":111040,"id":111040,"objectId":1388222,"slug":"new-zealand-vs-south-africa-2nd-test","title":"2nd Test","startDate":"2024-02-13T00:00:00.000Z","startTime":"2024-02-12T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":null,"coverage":"Y","series":{"id":15614,"objectId":1388186,"slug":"south-africa-in-new-zealand-2023-24","name":"South Africa in New Zealand","longName":"South Africa tour of New Zealand","alternateName":"NZ v SA","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-16T00:00:00.000Z"},"ground":{"id":504,"objectId":58831,"name":"Seddon Park, Hamilton","smallName":"Hamilton","longName":"Seddon Park, Hamilton","slug":"seddon-park-hamilton","location":"","image":{"id":88142,"objectId":341524,"slug":"a-wide-angle-view-of-the-picturesque-seddon-park-in-hamilton","url":"/lsci/db/PICTURES/CMS/88100/88142.jpg","width":500,"height":332,"caption":"A wide-angle view of the picturesque Seddon Park in Hamilton","longCaption":"A wide-angle view of the picturesque Seddon Park in Hamilton, New Zealand v England, 1st Test, Hamilton, March 8, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":827,"objectId":58830,"name":"Hamilton","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"10,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"242 \u0026 235","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"211 \u0026 269/3","scoreInfo":"T:267","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111039,"id":111039,"objectId":1388221,"slug":"new-zealand-vs-south-africa-1st-test","title":"1st Test","startDate":"2024-02-04T00:00:00.000Z","startTime":"2024-02-03T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 281 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":null,"coverage":"Y","series":{"id":15614,"objectId":1388186,"slug":"south-africa-in-new-zealand-2023-24","name":"South Africa in New Zealand","longName":"South Africa tour of New Zealand","alternateName":"NZ v SA","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-16T00:00:00.000Z"},"ground":{"id":2524,"objectId":444258,"name":"Bay Oval, Mount Maunganui","smallName":"Mount Maunganui","longName":"Bay Oval, Mount Maunganui","slug":"bay-oval-mount-maunganui","location":"","image":{"id":199935,"objectId":806959,"slug":"an-overview-of-bay-oval-in-mount-maunganui","url":"/lsci/db/PICTURES/CMS/199900/199935.jpg","width":1400,"height":933,"caption":"An overview of Bay Oval in Mount Maunganui","longCaption":"An overview of Bay Oval in Mount Maunganui, Mount Maunganui, October 21, 2014","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":853,"objectId":58902,"name":"Mount Maunganui","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"10000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"511 \u0026 179/4d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"162 \u0026 247","scoreInfo":"T:529","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":111828,"id":111828,"objectId":1395704,"slug":"bangladesh-vs-new-zealand-2nd-test","title":"2nd Test","startDate":"2023-12-06T00:00:00.000Z","startTime":"2023-12-06T03:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 4 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":320744,"coverage":"Y","series":{"id":15765,"objectId":1395688,"slug":"new-zealand-in-bangladesh-2023-24","name":"New Zealand in Bangladesh","longName":"New Zealand tour of Bangladesh","alternateName":"BAN v NZ","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2023-12-10T00:00:00.000Z"},"ground":{"id":2025,"objectId":236761,"name":"Shere Bangla National Stadium, Mirpur","smallName":"Mirpur","longName":"Shere Bangla National Stadium, Mirpur","slug":"shere-bangla-national-stadium-mirpur-dhaka","location":"Mirpur","image":{"id":109296,"objectId":429786,"slug":"fans-enjoy-a-domestic-twenty20-match-at-the-shere-bangla-stadium","url":"/lsci/db/PICTURES/CMS/109200/109296.jpg","width":500,"height":376,"caption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium","longCaption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium, Mirpur, October 15, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":58,"objectId":56660,"name":"Dhaka","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"25,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"172 \u0026 144","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"180 \u0026 139/6","scoreInfo":"T:137","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111827,"id":111827,"objectId":1395703,"slug":"bangladesh-vs-new-zealand-1st-test","title":"1st Test","startDate":"2023-11-28T00:00:00.000Z","startTime":"2023-11-28T03:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":25,"status":"RESULT","statusText":"Bangladesh won by 150 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":320517,"coverage":"Y","series":{"id":15765,"objectId":1395688,"slug":"new-zealand-in-bangladesh-2023-24","name":"New Zealand in Bangladesh","longName":"New Zealand tour of Bangladesh","alternateName":"BAN v NZ","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2023-12-10T00:00:00.000Z"},"ground":{"id":1564,"objectId":56689,"name":"Sylhet International Cricket Stadium","smallName":"Sylhet","longName":"Sylhet International Cricket Stadium","slug":"sylhet-international-cricket-stadium","location":"","image":{"id":174981,"objectId":703707,"slug":"a-view-of-the-sylhet-stadium-during-the-victory-day-t20-cup","url":"/lsci/db/PICTURES/CMS/174900/174981.jpg","width":900,"height":713,"caption":"A view of the Sylhet Stadium during the Victory Day T20 Cup","longCaption":"A view of the Sylhet Stadium during the Victory Day T20 Cup, Sylhet, December 23, 2013","credit":"BCB","photographer":null,"peerUrls":null},"town":{"id":68,"objectId":56688,"name":"Sylhet","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"18,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"310 \u0026 338","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"317 \u0026 181","scoreInfo":"T:332","points":0,"teamOdds":null}],"languages":["hi"]}],"nextMatch":{"_uid":114663,"id":114663,"objectId":1428555,"slug":"new-zealand-vs-england-2nd-test","title":"2nd Test","startDate":"2024-12-06T00:00:00.000Z","startTime":"2024-12-05T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16249,"objectId":1428550,"slug":"england-in-new-zealand-2024-25","name":"England in New Zealand","longName":"England tour of New Zealand","alternateName":"NZ vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-18T00:00:00.000Z"},"ground":{"id":116,"objectId":58895,"name":"Basin Reserve, Wellington","smallName":"Wellington","longName":"Basin Reserve, Wellington","slug":"basin-reserve-wellington","location":"","image":{"id":88393,"objectId":342515,"slug":"a-general-view-across-the-basin-reserve","url":"/lsci/db/PICTURES/CMS/88300/88393.jpg","width":500,"height":299,"caption":"A general view across the Basin Reserve","longCaption":"A general view across the Basin Reserve, New Zealand v England, 2nd Test, Wellington, March 15, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":851,"objectId":58894,"name":"Wellington","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"11,600"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"allMatchObjectIds":[1395703,1395704,1388221,1388222,1388226,1388227,1447096,1447097,1439896,1439897,1439898,1428554,1428555,1428556]},{"teamInfo":{"id":3,"objectId":3,"scribeId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","isCountry":true,"primaryColor":"#ace411","image":{"id":382733,"objectId":1438445,"slug":"south-africa-flag-team-logo","url":"/lsci/db/PICTURES/CMS/382700/382733.png","width":500,"height":500,"caption":"South Africa flag team logo","longCaption":"South Africa flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"}},"rank":5,"seriesPlayed":null,"seriesWon":null,"matchesPlayed":"8","matchesWon":4,"matchesLost":3,"matchesTied":0,"matchesDrawn":1,"matchesNoResult":0,"points":52,"quotient":null,"nrr":null,"rpwr":null,"for":null,"against":null,"pct":54.17,"recentMatches":[{"_uid":117374,"id":117374,"objectId":1453294,"slug":"bangladesh-vs-south-africa-2nd-test","title":"2nd Test","startDate":"2024-10-29T00:00:00.000Z","startTime":"2024-10-29T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by an innings and 273 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329722,"coverage":"Y","series":{"id":16718,"objectId":1453291,"slug":"south-africa-in-bangladesh-2024-25","name":"South Africa in Bangladesh","longName":"South Africa tour of Bangladesh","alternateName":"BAN vs SA","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-02T00:00:00.000Z"},"ground":{"id":1931,"objectId":56658,"name":"Zahur Ahmed Chowdhury Stadium, Chattogram","smallName":"Chattogram","longName":"Zahur Ahmed Chowdhury Stadium, Chattogram","slug":"zahur-ahmed-chowdhury-stadium-chattogram","location":"","image":{"id":120912,"objectId":473484,"slug":"an-overview-of-the-zohur-ahmed-chowdhury-stadium","url":"/lsci/db/PICTURES/CMS/120900/120912.jpg","width":900,"height":597,"caption":"An overview of the Zohur Ahmed Chowdhury Stadium","longCaption":"An overview of the Zohur Ahmed Chowdhury Stadium, Bangladesh A v England, March 7, 2010","credit":"Getty Images","photographer":"Stu Forster","peerUrls":null},"town":{"id":57,"objectId":56655,"name":"Chattogram","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"22,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1],"isHome":false,"isLive":false,"score":"575/6d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,3],"isHome":true,"isLive":false,"score":"(fo) 159 \u0026 143","scoreInfo":null,"points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":117373,"id":117373,"objectId":1453293,"slug":"bangladesh-vs-south-africa-1st-test","title":"1st Test","startDate":"2024-10-21T00:00:00.000Z","startTime":"2024-10-21T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":329481,"coverage":"Y","series":{"id":16718,"objectId":1453291,"slug":"south-africa-in-bangladesh-2024-25","name":"South Africa in Bangladesh","longName":"South Africa tour of Bangladesh","alternateName":"BAN vs SA","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-02T00:00:00.000Z"},"ground":{"id":2025,"objectId":236761,"name":"Shere Bangla National Stadium, Mirpur","smallName":"Mirpur","longName":"Shere Bangla National Stadium, Mirpur","slug":"shere-bangla-national-stadium-mirpur-dhaka","location":"Mirpur","image":{"id":109296,"objectId":429786,"slug":"fans-enjoy-a-domestic-twenty20-match-at-the-shere-bangla-stadium","url":"/lsci/db/PICTURES/CMS/109200/109296.jpg","width":500,"height":376,"caption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium","longCaption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium, Mirpur, October 15, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":58,"objectId":56660,"name":"Dhaka","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"25,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"106 \u0026 307","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"308 \u0026 106/3","scoreInfo":"T:106","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":115055,"id":115055,"objectId":1433366,"slug":"west-indies-vs-south-africa-2nd-test","title":"2nd Test","startDate":"2024-08-15T00:00:00.000Z","startTime":"2024-08-15T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by 40 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":327577,"coverage":"Y","series":{"id":16332,"objectId":1433361,"slug":"west-indies-vs-south-africa-2024","name":"West Indies vs South Africa","longName":"South Africa tour of West Indies","alternateName":"WI vs SA","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-08-27T00:00:00.000Z"},"ground":{"id":1986,"objectId":208544,"name":"Providence Stadium, Guyana","smallName":"Providence","longName":"Providence Stadium, Guyana","slug":"providence-stadium-guyana","location":"","image":{"id":74347,"objectId":289745,"slug":"an-overview-of-the-providence-stadium-in-guyana","url":"/lsci/db/PICTURES/CMS/74300/74347.jpg","width":500,"height":333,"caption":"An overview of the Providence Stadium in Guyana","longCaption":"An overview of the Providence Stadium in Guyana, Ireland v New Zealand, Super Eights, Guyana, April 9, 2007 ","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":1076,"objectId":248162,"name":"Providence","area":"Guyana","timezone":"America/Guyana"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"15,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"160 \u0026 246","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"144 \u0026 222","scoreInfo":"T:263","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115054,"id":115054,"objectId":1433365,"slug":"west-indies-vs-south-africa-1st-test","title":"1st Test","startDate":"2024-08-07T00:00:00.000Z","startTime":"2024-08-07T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":null,"status":"RESULT","statusText":"Match drawn","statusEng":"RESULT","resultStatus":4,"previewStoryId":327379,"coverage":"Y","series":{"id":16332,"objectId":1433361,"slug":"west-indies-vs-south-africa-2024","name":"West Indies vs South Africa","longName":"South Africa tour of West Indies","alternateName":"WI vs SA","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-08-27T00:00:00.000Z"},"ground":{"id":208,"objectId":59475,"name":"Queen's Park Oval, Port of Spain, Trinidad","smallName":"Port of Spain","longName":"Queen's Park Oval, Port of Spain, Trinidad","slug":"queen-s-park-oval-port-of-spain-trinidad","location":"","image":{"id":10767,"objectId":59473,"slug":"queen-s-park-oval-port-of-spain-trinidad","url":"/lsci/db/PICTURES/CMS/10700/10767.jpg","width":442,"height":289,"caption":"Queen's Park Oval, Port of Spain, Trinidad","longCaption":"West Indies v South Africa, 2nd Test, Queen's Park Oval, Port of Spain, Trinidad, 17-21 March 2001","credit":"ESPNcricinfo Ltd","photographer":"Rian Botes","peerUrls":null},"town":{"id":1002,"objectId":59474,"name":"Port of Spain","area":"Trinidad","timezone":"America/Port_of_Spain"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"25,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"357 \u0026 173/3d","scoreInfo":null,"points":4,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"233 \u0026 201/5","scoreInfo":"T:298","points":4,"teamOdds":null}],"languages":["hi"]},{"_uid":111040,"id":111040,"objectId":1388222,"slug":"new-zealand-vs-south-africa-2nd-test","title":"2nd Test","startDate":"2024-02-13T00:00:00.000Z","startTime":"2024-02-12T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":null,"coverage":"Y","series":{"id":15614,"objectId":1388186,"slug":"south-africa-in-new-zealand-2023-24","name":"South Africa in New Zealand","longName":"South Africa tour of New Zealand","alternateName":"NZ v SA","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-16T00:00:00.000Z"},"ground":{"id":504,"objectId":58831,"name":"Seddon Park, Hamilton","smallName":"Hamilton","longName":"Seddon Park, Hamilton","slug":"seddon-park-hamilton","location":"","image":{"id":88142,"objectId":341524,"slug":"a-wide-angle-view-of-the-picturesque-seddon-park-in-hamilton","url":"/lsci/db/PICTURES/CMS/88100/88142.jpg","width":500,"height":332,"caption":"A wide-angle view of the picturesque Seddon Park in Hamilton","longCaption":"A wide-angle view of the picturesque Seddon Park in Hamilton, New Zealand v England, 1st Test, Hamilton, March 8, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":827,"objectId":58830,"name":"Hamilton","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"10,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"242 \u0026 235","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"211 \u0026 269/3","scoreInfo":"T:267","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111039,"id":111039,"objectId":1388221,"slug":"new-zealand-vs-south-africa-1st-test","title":"1st Test","startDate":"2024-02-04T00:00:00.000Z","startTime":"2024-02-03T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 281 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":null,"coverage":"Y","series":{"id":15614,"objectId":1388186,"slug":"south-africa-in-new-zealand-2023-24","name":"South Africa in New Zealand","longName":"South Africa tour of New Zealand","alternateName":"NZ v SA","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-16T00:00:00.000Z"},"ground":{"id":2524,"objectId":444258,"name":"Bay Oval, Mount Maunganui","smallName":"Mount Maunganui","longName":"Bay Oval, Mount Maunganui","slug":"bay-oval-mount-maunganui","location":"","image":{"id":199935,"objectId":806959,"slug":"an-overview-of-bay-oval-in-mount-maunganui","url":"/lsci/db/PICTURES/CMS/199900/199935.jpg","width":1400,"height":933,"caption":"An overview of Bay Oval in Mount Maunganui","longCaption":"An overview of Bay Oval in Mount Maunganui, Mount Maunganui, October 21, 2014","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":853,"objectId":58902,"name":"Mount Maunganui","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"10000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"511 \u0026 179/4d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"162 \u0026 247","scoreInfo":"T:529","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":110999,"id":110999,"objectId":1387604,"slug":"south-africa-vs-india-2nd-test","title":"2nd Test","startDate":"2024-01-03T00:00:00.000Z","startTime":"2024-01-03T08:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":321389,"coverage":"Y","series":{"id":15593,"objectId":1387592,"slug":"india-in-south-africa-2023-24","name":"India in South Africa","longName":"India tour of South Africa","alternateName":"SA v IND","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":174,"objectId":59068,"name":"Newlands, Cape Town","smallName":"Cape Town","longName":"Newlands, Cape Town","slug":"newlands-cape-town","location":"","image":{"id":50681,"objectId":209653,"slug":"general-view-of-newlands-cape-town","url":"/lsci/db/PICTURES/CMS/50600/50681.jpg","width":500,"height":333,"caption":"General view of Newlands, Cape Town","longCaption":"General view of Newlands, Cape Town","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":893,"objectId":59060,"name":"Cape Town","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"25,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"55 \u0026 176","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"153 \u0026 80/3","scoreInfo":"T:79","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110998,"id":110998,"objectId":1387603,"slug":"south-africa-vs-india-1st-test","title":"1st Test","startDate":"2023-12-26T00:00:00.000Z","startTime":"2023-12-26T08:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by an innings and 32 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321246,"coverage":"Y","series":{"id":15593,"objectId":1387592,"slug":"india-in-south-africa-2023-24","name":"India in South Africa","longName":"India tour of South Africa","alternateName":"SA v IND","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":902,"objectId":59079,"name":"SuperSport Park, Centurion","smallName":"Centurion","longName":"SuperSport Park, Centurion","slug":"supersport-park-centurion","location":"","image":{"id":82249,"objectId":320685,"slug":"a-view-of-the-supersport-park-from-the-stands","url":"/lsci/db/PICTURES/CMS/82200/82249.jpg","width":500,"height":333,"caption":"A view of the SuperSport Park from the stands","longCaption":"A view of the SuperSport Park from the stands, South Africa v New Zealand, 2nd Test, Centurion, 2nd day, November 17, 2007","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":894,"objectId":59078,"name":"Centurion","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"20,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"245 \u0026 131","scoreInfo":null,"points":-2,"teamOdds":null},{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"408","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]}],"nextMatch":{"_uid":114922,"id":114922,"objectId":1432210,"slug":"south-africa-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-12-05T00:00:00.000Z","startTime":"2024-12-05T08:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16305,"objectId":1432203,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-09T00:00:00.000Z"},"ground":{"id":173,"objectId":59159,"name":"St George's Park, Gqeberha","smallName":"Gqeberha","longName":"St George's Park, Gqeberha","slug":"st-george-s-park-gqeberha","location":"","image":{"id":50675,"objectId":209605,"slug":"general-view-st-george-s-park-port-elizabeth","url":"/lsci/db/PICTURES/CMS/50600/50675.jpg","width":500,"height":333,"caption":"General view, St George's Park, Port Elizabeth","longCaption":"General view, St George's Park, Port Elizabeth","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":911,"objectId":59158,"name":"Gqeberha","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"19000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"allMatchObjectIds":[1387603,1387604,1388221,1388222,1433365,1433366,1453293,1453294,1432209,1432210,1432217,1432218]},{"teamInfo":{"id":1,"objectId":1,"scribeId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","isCountry":true,"primaryColor":"#0673c1","image":{"id":381894,"objectId":1436346,"slug":"england-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381894.png","width":500,"height":500,"caption":"England flag team logo","longCaption":"England flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"}},"rank":6,"seriesPlayed":null,"seriesWon":null,"matchesPlayed":"19","matchesWon":9,"matchesLost":9,"matchesTied":0,"matchesDrawn":1,"matchesNoResult":0,"points":93,"quotient":null,"nrr":null,"rpwr":null,"for":null,"against":null,"pct":40.79,"recentMatches":[{"_uid":115592,"id":115592,"objectId":1442217,"slug":"pakistan-vs-england-3rd-test","title":"3rd Test","startDate":"2024-10-24T00:00:00.000Z","startTime":"2024-10-24T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by 9 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":329581,"coverage":"Y","series":{"id":16458,"objectId":1442205,"slug":"england-in-pakistan-2024-25","name":"England in Pakistan","longName":"England tour of Pakistan","alternateName":"PAK vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-28T00:00:00.000Z"},"ground":{"id":1001,"objectId":59006,"name":"Rawalpindi Cricket Stadium","smallName":"Rawalpindi","longName":"Rawalpindi Cricket Stadium","slug":"rawalpindi-cricket-stadium","location":"","image":{"id":37701,"objectId":59005,"slug":"a-view-of-the-rawalpindi-cricket-stadium","url":"/lsci/db/PICTURES/DB/102000/017579.jpg","width":450,"height":337,"caption":"A view of the Rawalpindi Cricket Stadium","longCaption":"A view of the Rawalpindi Cricket Stadium, 27 Oct 2000","credit":"ESPNcricinfo Ltd","photographer":"Suhael Ahmed","peerUrls":null},"town":{"id":874,"objectId":58999,"name":"Rawalpindi","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":"15000"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"267 \u0026 112","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"344 \u0026 37/1","scoreInfo":"T:36","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":115591,"id":115591,"objectId":1442216,"slug":"pakistan-vs-england-2nd-test","title":"2nd Test","startDate":"2024-10-15T00:00:00.000Z","startTime":"2024-10-15T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by 152 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329287,"coverage":"Y","series":{"id":16458,"objectId":1442205,"slug":"england-in-pakistan-2024-25","name":"England in Pakistan","longName":"England tour of Pakistan","alternateName":"PAK vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-28T00:00:00.000Z"},"ground":{"id":1597,"objectId":58986,"name":"Multan Cricket Stadium","smallName":"Multan","longName":"Multan Cricket Stadium","slug":"multan-cricket-stadium","location":"","image":{"id":55442,"objectId":225849,"slug":"a-general-view-of-multan-cricket-stadium","url":"/lsci/db/PICTURES/CMS/55400/55442.jpg","width":500,"height":240,"caption":"A general view of Multan Cricket Stadium","longCaption":"A general view of Multan Cricket Stadium, Pakistan v England, 1st Test, Multan, November 14, 2005","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":870,"objectId":58979,"name":"Multan","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":null},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"366 \u0026 221","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"291 \u0026 144","scoreInfo":"T:297","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115590,"id":115590,"objectId":1442215,"slug":"pakistan-vs-england-1st-test","title":"1st Test","startDate":"2024-10-07T00:00:00.000Z","startTime":"2024-10-07T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by an innings and 47 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329027,"coverage":"Y","series":{"id":16458,"objectId":1442205,"slug":"england-in-pakistan-2024-25","name":"England in Pakistan","longName":"England tour of Pakistan","alternateName":"PAK vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-28T00:00:00.000Z"},"ground":{"id":1597,"objectId":58986,"name":"Multan Cricket Stadium","smallName":"Multan","longName":"Multan Cricket Stadium","slug":"multan-cricket-stadium","location":"","image":{"id":55442,"objectId":225849,"slug":"a-general-view-of-multan-cricket-stadium","url":"/lsci/db/PICTURES/CMS/55400/55442.jpg","width":500,"height":240,"caption":"A general view of Multan Cricket Stadium","longCaption":"A general view of Multan Cricket Stadium, Pakistan v England, 1st Test, Multan, November 14, 2005","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":870,"objectId":58979,"name":"Multan","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":null},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"556 \u0026 220","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2],"isHome":false,"isLive":false,"score":"823/7d","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110834,"id":110834,"objectId":1385696,"slug":"england-vs-sri-lanka-3rd-test","title":"3rd Test","startDate":"2024-09-06T00:00:00.000Z","startTime":"2024-09-06T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 8 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":328139,"coverage":"Y","series":{"id":15572,"objectId":1385672,"slug":"sri-lanka-in-england-2024","name":"Sri Lanka in England","longName":"Sri Lanka tour of England","alternateName":"ENG v SL","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-10T00:00:00.000Z"},"ground":{"id":45,"objectId":57127,"name":"Kennington Oval, London","smallName":"The Oval","longName":"Kennington Oval, London","slug":"kennington-oval-london","location":"","image":{"id":107862,"objectId":423593,"slug":"a-stunning-view-of-the-oval-under-lights","url":"/lsci/db/PICTURES/CMS/107800/107862.jpg","width":500,"height":313,"caption":"A stunning view of The Oval under lights","longCaption":"A stunning view of The Oval under lights, England v Australia, 1st ODI, The Oval, September 4, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"23500"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"325 \u0026 156","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"263 \u0026 219/2","scoreInfo":"T:219","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110833,"id":110833,"objectId":1385695,"slug":"england-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-08-29T00:00:00.000Z","startTime":"2024-08-29T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 190 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":327923,"coverage":"Y","series":{"id":15572,"objectId":1385672,"slug":"sri-lanka-in-england-2024","name":"Sri Lanka in England","longName":"Sri Lanka tour of England","alternateName":"ENG v SL","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-10T00:00:00.000Z"},"ground":{"id":10,"objectId":57129,"name":"Lord's, London","smallName":"Lord's","longName":"Lord's, London","slug":"lord-s-london","location":"St John's Wood Road","image":{"id":92191,"objectId":360855,"slug":"a-wide-angle-view-of-lord-s","url":"/lsci/db/PICTURES/CMS/92100/92191.jpg","width":500,"height":331,"caption":"A wide-angle view of Lord's","longCaption":"A wide-angle view of Lord's, England v South Africa, 1st Test, Lord's, 3rd day, July 12, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"30000"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"427 \u0026 251","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"196 \u0026 292","scoreInfo":"T:483","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":110832,"id":110832,"objectId":1385694,"slug":"england-vs-sri-lanka-1st-test","title":"1st Test","startDate":"2024-08-21T00:00:00.000Z","startTime":"2024-08-21T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 5 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327697,"coverage":"Y","series":{"id":15572,"objectId":1385672,"slug":"sri-lanka-in-england-2024","name":"Sri Lanka in England","longName":"Sri Lanka tour of England","alternateName":"ENG v SL","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-10T00:00:00.000Z"},"ground":{"id":75,"objectId":57160,"name":"Old Trafford, Manchester","smallName":"Manchester","longName":"Old Trafford, Manchester","slug":"old-trafford-manchester","location":"Stretford","image":{"id":194633,"objectId":784927,"slug":"the-final-day-of-the-season-unfolds-under-autumn-sun-at-old-trafford","url":"/lsci/db/PICTURES/CMS/194600/194633.jpg","width":900,"height":646,"caption":"The final day of the season unfolds under autumn sun at Old Trafford","longCaption":"The final day of the season unfolds under autumn sun at Old Trafford, Lancashire v Middlesex, County Championship, Division One, Old Trafford, September 26, 2014","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":232,"objectId":57155,"name":"Manchester","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"19000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"236 \u0026 326","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"358 \u0026 205/5","scoreInfo":"T:205","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110831,"id":110831,"objectId":1385693,"slug":"england-vs-west-indies-3rd-test","title":"3rd Test","startDate":"2024-07-26T00:00:00.000Z","startTime":"2024-07-26T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 10 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327098,"coverage":"Y","series":{"id":15570,"objectId":1385669,"slug":"west-indies-in-england-2024","name":"West Indies in England","longName":"West Indies tour of England","alternateName":"ENG v WI","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-07-30T00:00:00.000Z"},"ground":{"id":164,"objectId":56788,"name":"Edgbaston, Birmingham","smallName":"Birmingham","longName":"Edgbaston, Birmingham","slug":"edgbaston-birmingham","location":"","image":{"id":203469,"objectId":819647,"slug":"edgbaston","url":"/lsci/db/PICTURES/CMS/203400/203469.jpg","width":1024,"height":543,"caption":"Edgbaston","longCaption":"Edgbaston","credit":"Warwickshire CCC","photographer":null,"peerUrls":null},"town":{"id":100,"objectId":56785,"name":"Birmingham","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"24,803"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"282 \u0026 175","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"376 \u0026 87/0","scoreInfo":"T:82","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110830,"id":110830,"objectId":1385692,"slug":"england-vs-west-indies-2nd-test","title":"2nd Test","startDate":"2024-07-18T00:00:00.000Z","startTime":"2024-07-18T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 241 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":326919,"coverage":"Y","series":{"id":15570,"objectId":1385669,"slug":"west-indies-in-england-2024","name":"West Indies in England","longName":"West Indies tour of England","alternateName":"ENG v WI","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-07-30T00:00:00.000Z"},"ground":{"id":34,"objectId":57219,"name":"Trent Bridge, Nottingham","smallName":"Nottingham","longName":"Trent Bridge, Nottingham","slug":"trent-bridge-nottingham","location":"","image":{"id":52792,"objectId":217127,"slug":"a-general-view-of-trent-bridge-during-the-fourth-test","url":"/lsci/db/PICTURES/CMS/52700/52792.jpg","width":500,"height":334,"caption":"A general view of Trent Bridge during the fourth Test","longCaption":"A general view of Trent Bridge during the fourth Test, England v Australia, Trent Bridge, August 25, 2005","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":254,"objectId":57215,"name":"Nottingham","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"15,350 (to be 17,000)"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"416 \u0026 425","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"457 \u0026 143","scoreInfo":"T:385","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":110829,"id":110829,"objectId":1385691,"slug":"england-vs-west-indies-1st-test","title":"1st Test","startDate":"2024-07-10T00:00:00.000Z","startTime":"2024-07-10T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by an innings and 114 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":326746,"coverage":"Y","series":{"id":15570,"objectId":1385669,"slug":"west-indies-in-england-2024","name":"West Indies in England","longName":"West Indies tour of England","alternateName":"ENG v WI","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-07-30T00:00:00.000Z"},"ground":{"id":10,"objectId":57129,"name":"Lord's, London","smallName":"Lord's","longName":"Lord's, London","slug":"lord-s-london","location":"St John's Wood Road","image":{"id":92191,"objectId":360855,"slug":"a-wide-angle-view-of-lord-s","url":"/lsci/db/PICTURES/CMS/92100/92191.jpg","width":500,"height":331,"caption":"A wide-angle view of Lord's","longCaption":"A wide-angle view of Lord's, England v South Africa, 1st Test, Lord's, 3rd day, July 12, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"30000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"121 \u0026 136","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"371","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111112,"id":111112,"objectId":1389403,"slug":"india-vs-england-5th-test","title":"5th Test","startDate":"2024-03-07T00:00:00.000Z","startTime":"2024-03-07T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by an innings and 64 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":323012,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":1920,"objectId":58056,"name":"Himachal Pradesh Cricket Association Stadium, Dharamsala","smallName":"Dharamsala","longName":"Himachal Pradesh Cricket Association Stadium, Dharamsala","slug":"himachal-pradesh-cricket-association-stadium-dharamsala","location":"","image":{"id":116258,"objectId":456322,"slug":"the-picturesque-stadium-in-dharamsala","url":"/lsci/db/PICTURES/CMS/116200/116258.jpg","width":500,"height":370,"caption":"The picturesque stadium in Dharamsala","longCaption":"The picturesque stadium in Dharamsala, Kings XI Punjab v Deccan Chargers, IPL, Dharamsala, April 16, 2010","credit":"Indian Premier League","photographer":null,"peerUrls":null},"town":{"id":586,"objectId":58054,"name":"Dharamsala","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"21200"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"218 \u0026 195","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"477","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111111,"id":111111,"objectId":1389402,"slug":"india-vs-england-4th-test","title":"4th Test","startDate":"2024-02-23T00:00:00.000Z","startTime":"2024-02-23T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 5 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":322712,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":2575,"objectId":485865,"name":"JSCA International Stadium Complex, Ranchi","smallName":"Ranchi","longName":"JSCA International Stadium Complex, Ranchi","slug":"jsca-international-stadium-complex-ranchi","location":"","image":{"id":152178,"objectId":594099,"slug":"jsca-international-cricket-stadium","url":"/lsci/db/PICTURES/CMS/152100/152178.jpg","width":900,"height":725,"caption":"JSCA International Cricket Stadium","longCaption":"JSCA International Cricket Stadium, Ranchi, November 28, 2012","credit":"Aakshi Chopra","photographer":null,"peerUrls":null},"town":{"id":691,"objectId":58408,"name":"Ranchi","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":null},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"353 \u0026 145","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"307 \u0026 192/5","scoreInfo":"T:192","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111110,"id":111110,"objectId":1389401,"slug":"india-vs-england-3rd-test","title":"3rd Test","startDate":"2024-02-15T00:00:00.000Z","startTime":"2024-02-15T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 434 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":322494,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":2401,"objectId":377285,"name":"Saurashtra Cricket Association Stadium, Rajkot","smallName":"Rajkot","longName":"Saurashtra Cricket Association Stadium, Rajkot","slug":"saurashtra-cricket-association-stadium-rajkot","location":"Khandheri","image":{"id":152967,"objectId":598909,"slug":"the-media-centre-at-the-saurashtra-cricket-association-stadium","url":"/lsci/db/PICTURES/CMS/152900/152967.jpg","width":900,"height":600,"caption":"The media centre at the Saurashtra Cricket Association Stadium","longCaption":"The media centre at the Saurashtra Cricket Association Stadium, Rajkot, December 28, 2012","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":689,"objectId":58399,"name":"Rajkot","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"28,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"445 \u0026 430/4d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"319 \u0026 122","scoreInfo":"T:557","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":111109,"id":111109,"objectId":1389400,"slug":"india-vs-england-2nd-test","title":"2nd Test","startDate":"2024-02-02T00:00:00.000Z","startTime":"2024-02-02T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 106 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":322157,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":1896,"objectId":58547,"name":"Dr. Y.S. Rajasekhara Reddy ACA-VDCA Cricket Stadium, Visakhapatnam","smallName":"Visakhapatnam","longName":"Dr. Y.S. Rajasekhara Reddy ACA-VDCA Cricket Stadium, Visakhapatnam","slug":"dr-y-s-rajasekhara-reddy-aca-vdca-cricket-stadium-visakhapatnam","location":"Pothanamallayapalam","image":null,"town":{"id":737,"objectId":58540,"name":"Visakhapatnam","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"25,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"396 \u0026 255","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"253 \u0026 292","scoreInfo":"T:399","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":111108,"id":111108,"objectId":1389399,"slug":"india-vs-england-1st-test","title":"1st Test","startDate":"2024-01-25T00:00:00.000Z","startTime":"2024-01-25T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 28 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321939,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":1981,"objectId":58142,"name":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","smallName":"Hyderabad","longName":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","slug":"rajiv-gandhi-international-stadium-uppal-hyderabad","location":"","image":{"id":79644,"objectId":311040,"slug":"rajiv-gandhi-international-stadium-uppal-hyderabad","url":"/lsci/db/PICTURES/CMS/79600/79644.jpg","width":500,"height":323,"caption":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","longCaption":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":613,"objectId":58135,"name":"Hyderabad","area":"Deccan","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":null},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"246 \u0026 420","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"436 \u0026 202","scoreInfo":"T:231","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":107030,"id":107030,"objectId":1336047,"slug":"england-vs-australia-5th-test","title":"5th Test","startDate":"2023-07-27T00:00:00.000Z","startTime":"2023-07-27T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 49 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":316522,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":45,"objectId":57127,"name":"Kennington Oval, London","smallName":"The Oval","longName":"Kennington Oval, London","slug":"kennington-oval-london","location":"","image":{"id":107862,"objectId":423593,"slug":"a-stunning-view-of-the-oval-under-lights","url":"/lsci/db/PICTURES/CMS/107800/107862.jpg","width":500,"height":313,"caption":"A stunning view of The Oval under lights","longCaption":"A stunning view of The Oval under lights, England v Australia, 1st ODI, The Oval, September 4, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"23500"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"283 \u0026 395","scoreInfo":null,"points":7,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"295 \u0026 334","scoreInfo":"T:384","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":107029,"id":107029,"objectId":1336046,"slug":"england-vs-australia-4th-test","title":"4th Test","startDate":"2023-07-19T00:00:00.000Z","startTime":"2023-07-19T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":null,"status":"RESULT","statusText":"Match drawn","statusEng":"RESULT","resultStatus":4,"previewStoryId":316274,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":75,"objectId":57160,"name":"Old Trafford, Manchester","smallName":"Manchester","longName":"Old Trafford, Manchester","slug":"old-trafford-manchester","location":"Stretford","image":{"id":194633,"objectId":784927,"slug":"the-final-day-of-the-season-unfolds-under-autumn-sun-at-old-trafford","url":"/lsci/db/PICTURES/CMS/194600/194633.jpg","width":900,"height":646,"caption":"The final day of the season unfolds under autumn sun at Old Trafford","longCaption":"The final day of the season unfolds under autumn sun at Old Trafford, Lancashire v Middlesex, County Championship, Division One, Old Trafford, September 26, 2014","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":232,"objectId":57155,"name":"Manchester","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"19000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"317 \u0026 214/5","scoreInfo":null,"points":-6,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"592","scoreInfo":null,"points":1,"teamOdds":null}],"languages":["hi"]},{"_uid":107028,"id":107028,"objectId":1336045,"slug":"england-vs-australia-3rd-test","title":"3rd Test","startDate":"2023-07-06T00:00:00.000Z","startTime":"2023-07-06T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 3 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":315853,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":179,"objectId":57092,"name":"Headingley, Leeds","smallName":"Leeds","longName":"Headingley, Leeds","slug":"headingley-leeds","location":"","image":{"id":158509,"objectId":637743,"slug":"after-the-rain-the-sun-shone-at-headingley","url":"/lsci/db/PICTURES/CMS/158500/158509.jpg","width":900,"height":628,"caption":"After the rain the sun shone at Headingley","longCaption":"After the rain the sun shone at Headingley, England v New Zealand, 2nd Investec Test, Headingley, 2nd day, May 25, 2013","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":213,"objectId":57091,"name":"Leeds","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"17000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"263 \u0026 224","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"237 \u0026 254/7","scoreInfo":"T:251","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":107027,"id":107027,"objectId":1336044,"slug":"england-vs-australia-2nd-test","title":"2nd Test","startDate":"2023-06-28T00:00:00.000Z","startTime":"2023-06-28T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 43 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":315592,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":10,"objectId":57129,"name":"Lord's, London","smallName":"Lord's","longName":"Lord's, London","slug":"lord-s-london","location":"St John's Wood Road","image":{"id":92191,"objectId":360855,"slug":"a-wide-angle-view-of-lord-s","url":"/lsci/db/PICTURES/CMS/92100/92191.jpg","width":500,"height":331,"caption":"A wide-angle view of Lord's","longCaption":"A wide-angle view of Lord's, England v South Africa, 1st Test, Lord's, 3rd day, July 12, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"30000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"416 \u0026 279","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"325 \u0026 327","scoreInfo":"T:371","points":-9,"teamOdds":null}],"languages":["hi"]},{"_uid":107026,"id":107026,"objectId":1336043,"slug":"england-vs-australia-1st-test","title":"1st Test","startDate":"2023-06-16T00:00:00.000Z","startTime":"2023-06-16T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 2 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":315206,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":164,"objectId":56788,"name":"Edgbaston, Birmingham","smallName":"Birmingham","longName":"Edgbaston, Birmingham","slug":"edgbaston-birmingham","location":"","image":{"id":203469,"objectId":819647,"slug":"edgbaston","url":"/lsci/db/PICTURES/CMS/203400/203469.jpg","width":1024,"height":543,"caption":"Edgbaston","longCaption":"Edgbaston","credit":"Warwickshire CCC","photographer":null,"peerUrls":null},"town":{"id":100,"objectId":56785,"name":"Birmingham","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"24,803"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"393/8d \u0026 273","scoreInfo":null,"points":-2,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"386 \u0026 282/8","scoreInfo":"T:281","points":12,"teamOdds":null}],"languages":["hi"]}],"nextMatch":{"_uid":114663,"id":114663,"objectId":1428555,"slug":"new-zealand-vs-england-2nd-test","title":"2nd Test","startDate":"2024-12-06T00:00:00.000Z","startTime":"2024-12-05T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16249,"objectId":1428550,"slug":"england-in-new-zealand-2024-25","name":"England in New Zealand","longName":"England tour of New Zealand","alternateName":"NZ vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-18T00:00:00.000Z"},"ground":{"id":116,"objectId":58895,"name":"Basin Reserve, Wellington","smallName":"Wellington","longName":"Basin Reserve, Wellington","slug":"basin-reserve-wellington","location":"","image":{"id":88393,"objectId":342515,"slug":"a-general-view-across-the-basin-reserve","url":"/lsci/db/PICTURES/CMS/88300/88393.jpg","width":500,"height":299,"caption":"A general view across the Basin Reserve","longCaption":"A general view across the Basin Reserve, New Zealand v England, 2nd Test, Wellington, March 15, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":851,"objectId":58894,"name":"Wellington","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"11,600"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"allMatchObjectIds":[1336043,1336044,1336045,1336046,1336047,1389399,1389400,1389401,1389402,1389403,1385691,1385692,1385693,1385694,1385695,1385696,1442215,1442216,1442217,1428554,1428555,1428556]},{"teamInfo":{"id":7,"objectId":7,"scribeId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","isCountry":true,"primaryColor":"#07df52","image":{"id":381891,"objectId":1436340,"slug":"pakistan-flag-team-logo","url":"/lsci/db/PICTURES/CMS/381800/381891.png","width":500,"height":500,"caption":"Pakistan flag team logo","longCaption":"Pakistan flag team logo","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"}},"rank":7,"seriesPlayed":null,"seriesWon":null,"matchesPlayed":"10","matchesWon":4,"matchesLost":6,"matchesTied":0,"matchesDrawn":0,"matchesNoResult":0,"points":40,"quotient":null,"nrr":null,"rpwr":null,"for":null,"against":null,"pct":33.33,"recentMatches":[{"_uid":115592,"id":115592,"objectId":1442217,"slug":"pakistan-vs-england-3rd-test","title":"3rd Test","startDate":"2024-10-24T00:00:00.000Z","startTime":"2024-10-24T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by 9 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":329581,"coverage":"Y","series":{"id":16458,"objectId":1442205,"slug":"england-in-pakistan-2024-25","name":"England in Pakistan","longName":"England tour of Pakistan","alternateName":"PAK vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-28T00:00:00.000Z"},"ground":{"id":1001,"objectId":59006,"name":"Rawalpindi Cricket Stadium","smallName":"Rawalpindi","longName":"Rawalpindi Cricket Stadium","slug":"rawalpindi-cricket-stadium","location":"","image":{"id":37701,"objectId":59005,"slug":"a-view-of-the-rawalpindi-cricket-stadium","url":"/lsci/db/PICTURES/DB/102000/017579.jpg","width":450,"height":337,"caption":"A view of the Rawalpindi Cricket Stadium","longCaption":"A view of the Rawalpindi Cricket Stadium, 27 Oct 2000","credit":"ESPNcricinfo Ltd","photographer":"Suhael Ahmed","peerUrls":null},"town":{"id":874,"objectId":58999,"name":"Rawalpindi","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":"15000"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"267 \u0026 112","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"344 \u0026 37/1","scoreInfo":"T:36","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":115591,"id":115591,"objectId":1442216,"slug":"pakistan-vs-england-2nd-test","title":"2nd Test","startDate":"2024-10-15T00:00:00.000Z","startTime":"2024-10-15T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by 152 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329287,"coverage":"Y","series":{"id":16458,"objectId":1442205,"slug":"england-in-pakistan-2024-25","name":"England in Pakistan","longName":"England tour of Pakistan","alternateName":"PAK vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-28T00:00:00.000Z"},"ground":{"id":1597,"objectId":58986,"name":"Multan Cricket Stadium","smallName":"Multan","longName":"Multan Cricket Stadium","slug":"multan-cricket-stadium","location":"","image":{"id":55442,"objectId":225849,"slug":"a-general-view-of-multan-cricket-stadium","url":"/lsci/db/PICTURES/CMS/55400/55442.jpg","width":500,"height":240,"caption":"A general view of Multan Cricket Stadium","longCaption":"A general view of Multan Cricket Stadium, Pakistan v England, 1st Test, Multan, November 14, 2005","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":870,"objectId":58979,"name":"Multan","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":null},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"366 \u0026 221","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"291 \u0026 144","scoreInfo":"T:297","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115590,"id":115590,"objectId":1442215,"slug":"pakistan-vs-england-1st-test","title":"1st Test","startDate":"2024-10-07T00:00:00.000Z","startTime":"2024-10-07T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by an innings and 47 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329027,"coverage":"Y","series":{"id":16458,"objectId":1442205,"slug":"england-in-pakistan-2024-25","name":"England in Pakistan","longName":"England tour of Pakistan","alternateName":"PAK vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-28T00:00:00.000Z"},"ground":{"id":1597,"objectId":58986,"name":"Multan Cricket Stadium","smallName":"Multan","longName":"Multan Cricket Stadium","slug":"multan-cricket-stadium","location":"","image":{"id":55442,"objectId":225849,"slug":"a-general-view-of-multan-cricket-stadium","url":"/lsci/db/PICTURES/CMS/55400/55442.jpg","width":500,"height":240,"caption":"A general view of Multan Cricket Stadium","longCaption":"A general view of Multan Cricket Stadium, Pakistan v England, 1st Test, Multan, November 14, 2005","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":870,"objectId":58979,"name":"Multan","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":null},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"556 \u0026 220","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2],"isHome":false,"isLive":false,"score":"823/7d","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":115589,"id":115589,"objectId":1442214,"slug":"pakistan-vs-bangladesh-2nd-test","title":"2nd Test","startDate":"2024-08-30T00:00:00.000Z","startTime":"2024-08-30T04:45:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":25,"status":"RESULT","statusText":"Bangladesh won by 6 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327946,"coverage":"Y","series":{"id":16456,"objectId":1442203,"slug":"bangladesh-in-pakistan-2024","name":"Bangladesh in Pakistan","longName":"Bangladesh tour of Pakistan","alternateName":"PAK vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-03T00:00:00.000Z"},"ground":{"id":1001,"objectId":59006,"name":"Rawalpindi Cricket Stadium","smallName":"Rawalpindi","longName":"Rawalpindi Cricket Stadium","slug":"rawalpindi-cricket-stadium","location":"","image":{"id":37701,"objectId":59005,"slug":"a-view-of-the-rawalpindi-cricket-stadium","url":"/lsci/db/PICTURES/DB/102000/017579.jpg","width":450,"height":337,"caption":"A view of the Rawalpindi Cricket Stadium","longCaption":"A view of the Rawalpindi Cricket Stadium, 27 Oct 2000","credit":"ESPNcricinfo Ltd","photographer":"Suhael Ahmed","peerUrls":null},"town":{"id":874,"objectId":58999,"name":"Rawalpindi","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":"15000"},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"274 \u0026 172","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"262 \u0026 185/4","scoreInfo":"T:185","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":115588,"id":115588,"objectId":1442213,"slug":"pakistan-vs-bangladesh-1st-test","title":"1st Test","startDate":"2024-08-21T00:00:00.000Z","startTime":"2024-08-21T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":25,"status":"RESULT","statusText":"Bangladesh won by 10 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327695,"coverage":"Y","series":{"id":16456,"objectId":1442203,"slug":"bangladesh-in-pakistan-2024","name":"Bangladesh in Pakistan","longName":"Bangladesh tour of Pakistan","alternateName":"PAK vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-03T00:00:00.000Z"},"ground":{"id":1001,"objectId":59006,"name":"Rawalpindi Cricket Stadium","smallName":"Rawalpindi","longName":"Rawalpindi Cricket Stadium","slug":"rawalpindi-cricket-stadium","location":"","image":{"id":37701,"objectId":59005,"slug":"a-view-of-the-rawalpindi-cricket-stadium","url":"/lsci/db/PICTURES/DB/102000/017579.jpg","width":450,"height":337,"caption":"A view of the Rawalpindi Cricket Stadium","longCaption":"A view of the Rawalpindi Cricket Stadium, 27 Oct 2000","credit":"ESPNcricinfo Ltd","photographer":"Suhael Ahmed","peerUrls":null},"town":{"id":874,"objectId":58999,"name":"Rawalpindi","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":"15000"},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"448/6d \u0026 146","scoreInfo":null,"points":-6,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"565 \u0026 30/0","scoreInfo":"T:30","points":9,"teamOdds":null}],"languages":["hi"]},{"_uid":109449,"id":109449,"objectId":1375844,"slug":"australia-vs-pakistan-3rd-test","title":"3rd Test","startDate":"2024-01-03T00:00:00.000Z","startTime":"2024-01-02T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 8 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":321378,"coverage":"Y","series":{"id":15389,"objectId":1375835,"slug":"pakistan-in-australia-2023-24","name":"Pakistan in Australia","longName":"Pakistan tour of Australia","alternateName":"AUS v PAK","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":132,"objectId":56544,"name":"Sydney Cricket Ground","smallName":"Sydney","longName":"Sydney Cricket Ground","slug":"sydney-cricket-ground","location":"Moore Park","image":{"id":516,"objectId":56543,"slug":"sydney-cricket-ground","url":"/lsci/db/PICTURES/DB/011999/003928.jpg","width":450,"height":275,"caption":"Sydney Cricket Ground","longCaption":"Sydney Cricket Ground","credit":"Action Photographics","photographer":null,"peerUrls":null},"town":{"id":29,"objectId":56531,"name":"Sydney","area":"New South Wales","timezone":"Australia/Sydney"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"44,002"},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"313 \u0026 115","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"299 \u0026 130/2","scoreInfo":"T:130","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":109448,"id":109448,"objectId":1375843,"slug":"australia-vs-pakistan-2nd-test","title":"2nd Test","startDate":"2023-12-26T00:00:00.000Z","startTime":"2023-12-25T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 79 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321214,"coverage":"Y","series":{"id":15389,"objectId":1375835,"slug":"pakistan-in-australia-2023-24","name":"Pakistan in Australia","longName":"Pakistan tour of Australia","alternateName":"AUS v PAK","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":61,"objectId":56441,"name":"Melbourne Cricket Ground","smallName":"Melbourne","longName":"Melbourne Cricket Ground","slug":"melbourne-cricket-ground","location":"Jolimont","image":{"id":86316,"objectId":335266,"slug":"the-magnificent-melbourne-cricket-ground-in-full-bloom","url":"/lsci/db/PICTURES/CMS/86300/86316.jpg","width":500,"height":333,"caption":"The magnificent Melbourne Cricket Ground in full bloom","longCaption":"The magnificent Melbourne Cricket Ground in full bloom, Victoria v Queensland, FR Cup, MCG, February 6, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":25,"objectId":56434,"name":"Melbourne","area":"Victoria","timezone":"Australia/Melbourne"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"90,000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"318 \u0026 262","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"264 \u0026 237","scoreInfo":"T:317","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":109447,"id":109447,"objectId":1375842,"slug":"australia-vs-pakistan-1st-test","title":"1st Test","startDate":"2023-12-14T00:00:00.000Z","startTime":"2023-12-14T02:20:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 360 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":320942,"coverage":"Y","series":{"id":15389,"objectId":1375835,"slug":"pakistan-in-australia-2023-24","name":"Pakistan in Australia","longName":"Pakistan tour of Australia","alternateName":"AUS v PAK","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":3404,"objectId":1126475,"name":"Perth Stadium","smallName":"Perth","longName":"Perth Stadium","slug":"perth-stadium","location":"","image":null,"town":{"id":27,"objectId":56486,"name":"Perth","area":"Western Australia","timezone":"Australia/Perth"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":null},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"487 \u0026 233/5d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"271 \u0026 89","scoreInfo":"T:450","points":-2,"teamOdds":null}],"languages":["hi"]},{"_uid":110824,"id":110824,"objectId":1385686,"slug":"sri-lanka-vs-pakistan-2nd-test","title":"2nd Test","startDate":"2023-07-24T00:00:00.000Z","startTime":"2023-07-24T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by an innings and 222 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":316415,"coverage":"Y","series":{"id":15566,"objectId":1385664,"slug":"pakistan-in-sri-lanka-2023","name":"Pakistan in Sri Lanka","longName":"Pakistan tour of Sri Lanka","alternateName":"SL v PAK","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-28T00:00:00.000Z"},"ground":{"id":679,"objectId":59308,"name":"Sinhalese Sports Club Ground, Colombo","smallName":"Colombo (SSC)","longName":"Sinhalese Sports Club Ground, Colombo","slug":"sinhalese-sports-club-ground-colombo","location":"","image":{"id":83728,"objectId":325334,"slug":"the-clouds-linger-over-the-ssc-in-colombo-before-the-rain-fell-to-force-a-draw","url":"/lsci/db/PICTURES/CMS/83700/83728.jpg","width":500,"height":307,"caption":"The clouds linger over the SSC in Colombo, before the rain fell to force a draw","longCaption":"The clouds linger over the SSC in Colombo, before the rain fell to force a draw, Sri Lanka v England, 2nd Test, Colombo, December 13, 2007","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":955,"objectId":59288,"name":"Colombo","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":"10,000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"166 \u0026 188","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2],"isHome":false,"isLive":false,"score":"576/5d","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110823,"id":110823,"objectId":1385685,"slug":"sri-lanka-vs-pakistan-1st-test","title":"1st Test","startDate":"2023-07-16T00:00:00.000Z","startTime":"2023-07-16T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by 4 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":316178,"coverage":"Y","series":{"id":15566,"objectId":1385664,"slug":"pakistan-in-sri-lanka-2023","name":"Pakistan in Sri Lanka","longName":"Pakistan tour of Sri Lanka","alternateName":"SL v PAK","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-28T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"312 \u0026 279","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"461 \u0026 133/6","scoreInfo":"T:131","points":12,"teamOdds":null}],"languages":["hi"]}],"nextMatch":{"_uid":114929,"id":114929,"objectId":1432217,"slug":"south-africa-vs-pakistan-1st-test","title":"1st Test","startDate":"2024-12-26T00:00:00.000Z","startTime":"2024-12-26T08:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16307,"objectId":1432205,"slug":"south-africa-vs-pakistan-2024-25","name":"South Africa vs Pakistan","longName":"Pakistan tour of South Africa","alternateName":"SA vs PAK","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-07T00:00:00.000Z"},"ground":{"id":902,"objectId":59079,"name":"SuperSport Park, Centurion","smallName":"Centurion","longName":"SuperSport Park, Centurion","slug":"supersport-park-centurion","location":"","image":{"id":82249,"objectId":320685,"slug":"a-view-of-the-supersport-park-from-the-stands","url":"/lsci/db/PICTURES/CMS/82200/82249.jpg","width":500,"height":333,"caption":"A view of the SuperSport Park from the stands","longCaption":"A view of the SuperSport Park from the stands, South Africa v New Zealand, 2nd Test, Centurion, 2nd day, November 17, 2007","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":894,"objectId":59078,"name":"Centurion","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"20,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"allMatchObjectIds":[1385685,1385686,1375842,1375843,1375844,1442213,1442214,1442215,1442216,1442217,1432217,1432218,1442218,1442219]},{"teamInfo":{"id":4,"objectId":4,"scribeId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","isCountry":true,"primaryColor":"#790d1a","image":{"id":317615,"objectId":1254181,"slug":"west-indies-team-logo","url":"/lsci/db/PICTURES/CMS/317600/317615.png","width":500,"height":500,"caption":"West Indies team logo","longCaption":"West Indies team logo","credit":"West Indies Cricket","photographer":null,"peerUrls":null},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"}},"rank":8,"seriesPlayed":null,"seriesWon":null,"matchesPlayed":"10","matchesWon":2,"matchesLost":6,"matchesTied":0,"matchesDrawn":2,"matchesNoResult":0,"points":32,"quotient":null,"nrr":null,"rpwr":null,"for":null,"against":null,"pct":26.67,"recentMatches":[{"_uid":115067,"id":115067,"objectId":1433378,"slug":"west-indies-vs-bangladesh-1st-test","title":"1st Test","startDate":"2024-11-22T00:00:00.000Z","startTime":"2024-11-22T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":4,"status":"RESULT","statusText":"West Indies won by 201 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":330347,"coverage":"Y","series":{"id":16328,"objectId":1433357,"slug":"west-indies-vs-bangladesh-2024-25","name":"West Indies vs Bangladesh","longName":"Bangladesh tour of West Indies","alternateName":"WI vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-19T00:00:00.000Z"},"ground":{"id":1985,"objectId":208543,"name":"Sir Vivian Richards Stadium, North Sound, Antigua","smallName":"North Sound","longName":"Sir Vivian Richards Stadium, North Sound, Antigua","slug":"sir-vivian-richards-stadium-north-sound-antigua","location":"","image":{"id":73681,"objectId":287424,"slug":"an-overview-of-the-sir-vivian-richards-stadium-in-north-sound","url":"/lsci/db/PICTURES/CMS/73600/73681.jpg","width":500,"height":268,"caption":"An overview of the Sir Vivian Richards Stadium in North Sound","longCaption":"An overview of the Sir Vivian Richards Stadium in North Sound, Antigua, March 26, 2007","credit":"AFP","photographer":null,"peerUrls":null},"town":{"id":1102,"objectId":273715,"name":"North Sound","area":"Antigua","timezone":"America/Barbados"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"10,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"450/9d \u0026 152","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"269/9d \u0026 132","scoreInfo":"T:334","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115055,"id":115055,"objectId":1433366,"slug":"west-indies-vs-south-africa-2nd-test","title":"2nd Test","startDate":"2024-08-15T00:00:00.000Z","startTime":"2024-08-15T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by 40 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":327577,"coverage":"Y","series":{"id":16332,"objectId":1433361,"slug":"west-indies-vs-south-africa-2024","name":"West Indies vs South Africa","longName":"South Africa tour of West Indies","alternateName":"WI vs SA","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-08-27T00:00:00.000Z"},"ground":{"id":1986,"objectId":208544,"name":"Providence Stadium, Guyana","smallName":"Providence","longName":"Providence Stadium, Guyana","slug":"providence-stadium-guyana","location":"","image":{"id":74347,"objectId":289745,"slug":"an-overview-of-the-providence-stadium-in-guyana","url":"/lsci/db/PICTURES/CMS/74300/74347.jpg","width":500,"height":333,"caption":"An overview of the Providence Stadium in Guyana","longCaption":"An overview of the Providence Stadium in Guyana, Ireland v New Zealand, Super Eights, Guyana, April 9, 2007 ","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":1076,"objectId":248162,"name":"Providence","area":"Guyana","timezone":"America/Guyana"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"15,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"160 \u0026 246","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"144 \u0026 222","scoreInfo":"T:263","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115054,"id":115054,"objectId":1433365,"slug":"west-indies-vs-south-africa-1st-test","title":"1st Test","startDate":"2024-08-07T00:00:00.000Z","startTime":"2024-08-07T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":null,"status":"RESULT","statusText":"Match drawn","statusEng":"RESULT","resultStatus":4,"previewStoryId":327379,"coverage":"Y","series":{"id":16332,"objectId":1433361,"slug":"west-indies-vs-south-africa-2024","name":"West Indies vs South Africa","longName":"South Africa tour of West Indies","alternateName":"WI vs SA","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-08-27T00:00:00.000Z"},"ground":{"id":208,"objectId":59475,"name":"Queen's Park Oval, Port of Spain, Trinidad","smallName":"Port of Spain","longName":"Queen's Park Oval, Port of Spain, Trinidad","slug":"queen-s-park-oval-port-of-spain-trinidad","location":"","image":{"id":10767,"objectId":59473,"slug":"queen-s-park-oval-port-of-spain-trinidad","url":"/lsci/db/PICTURES/CMS/10700/10767.jpg","width":442,"height":289,"caption":"Queen's Park Oval, Port of Spain, Trinidad","longCaption":"West Indies v South Africa, 2nd Test, Queen's Park Oval, Port of Spain, Trinidad, 17-21 March 2001","credit":"ESPNcricinfo Ltd","photographer":"Rian Botes","peerUrls":null},"town":{"id":1002,"objectId":59474,"name":"Port of Spain","area":"Trinidad","timezone":"America/Port_of_Spain"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"25,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"357 \u0026 173/3d","scoreInfo":null,"points":4,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"233 \u0026 201/5","scoreInfo":"T:298","points":4,"teamOdds":null}],"languages":["hi"]},{"_uid":110831,"id":110831,"objectId":1385693,"slug":"england-vs-west-indies-3rd-test","title":"3rd Test","startDate":"2024-07-26T00:00:00.000Z","startTime":"2024-07-26T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 10 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327098,"coverage":"Y","series":{"id":15570,"objectId":1385669,"slug":"west-indies-in-england-2024","name":"West Indies in England","longName":"West Indies tour of England","alternateName":"ENG v WI","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-07-30T00:00:00.000Z"},"ground":{"id":164,"objectId":56788,"name":"Edgbaston, Birmingham","smallName":"Birmingham","longName":"Edgbaston, Birmingham","slug":"edgbaston-birmingham","location":"","image":{"id":203469,"objectId":819647,"slug":"edgbaston","url":"/lsci/db/PICTURES/CMS/203400/203469.jpg","width":1024,"height":543,"caption":"Edgbaston","longCaption":"Edgbaston","credit":"Warwickshire CCC","photographer":null,"peerUrls":null},"town":{"id":100,"objectId":56785,"name":"Birmingham","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"24,803"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"282 \u0026 175","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"376 \u0026 87/0","scoreInfo":"T:82","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110830,"id":110830,"objectId":1385692,"slug":"england-vs-west-indies-2nd-test","title":"2nd Test","startDate":"2024-07-18T00:00:00.000Z","startTime":"2024-07-18T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 241 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":326919,"coverage":"Y","series":{"id":15570,"objectId":1385669,"slug":"west-indies-in-england-2024","name":"West Indies in England","longName":"West Indies tour of England","alternateName":"ENG v WI","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-07-30T00:00:00.000Z"},"ground":{"id":34,"objectId":57219,"name":"Trent Bridge, Nottingham","smallName":"Nottingham","longName":"Trent Bridge, Nottingham","slug":"trent-bridge-nottingham","location":"","image":{"id":52792,"objectId":217127,"slug":"a-general-view-of-trent-bridge-during-the-fourth-test","url":"/lsci/db/PICTURES/CMS/52700/52792.jpg","width":500,"height":334,"caption":"A general view of Trent Bridge during the fourth Test","longCaption":"A general view of Trent Bridge during the fourth Test, England v Australia, Trent Bridge, August 25, 2005","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":254,"objectId":57215,"name":"Nottingham","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"15,350 (to be 17,000)"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"416 \u0026 425","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"457 \u0026 143","scoreInfo":"T:385","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":110829,"id":110829,"objectId":1385691,"slug":"england-vs-west-indies-1st-test","title":"1st Test","startDate":"2024-07-10T00:00:00.000Z","startTime":"2024-07-10T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by an innings and 114 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":326746,"coverage":"Y","series":{"id":15570,"objectId":1385669,"slug":"west-indies-in-england-2024","name":"West Indies in England","longName":"West Indies tour of England","alternateName":"ENG v WI","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-07-30T00:00:00.000Z"},"ground":{"id":10,"objectId":57129,"name":"Lord's, London","smallName":"Lord's","longName":"Lord's, London","slug":"lord-s-london","location":"St John's Wood Road","image":{"id":92191,"objectId":360855,"slug":"a-wide-angle-view-of-lord-s","url":"/lsci/db/PICTURES/CMS/92100/92191.jpg","width":500,"height":331,"caption":"A wide-angle view of Lord's","longCaption":"A wide-angle view of Lord's, England v South Africa, 1st Test, Lord's, 3rd day, July 12, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"30000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"121 \u0026 136","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"371","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":109451,"id":109451,"objectId":1375846,"slug":"australia-vs-west-indies-2nd-test","title":"2nd Test","startDate":"2024-01-25T00:00:00.000Z","startTime":"2024-01-25T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":4,"status":"RESULT","statusText":"West Indies won by 8 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321931,"coverage":"Y","series":{"id":15391,"objectId":1375837,"slug":"west-indies-in-australia-2023-24","name":"West Indies in Australia","longName":"West Indies tour of Australia","alternateName":"AUS v WI","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-13T00:00:00.000Z"},"ground":{"id":209,"objectId":56336,"name":"Brisbane Cricket Ground, Woolloongabba, Brisbane","smallName":"Brisbane","longName":"Brisbane Cricket Ground, Woolloongabba, Brisbane","slug":"brisbane-cricket-ground-woolloongabba-brisbane","location":"Woolloongabba","image":{"id":35809,"objectId":189133,"slug":"australia-have-not-lost-a-test-at-the-gabba-since-1988","url":"/lsci/db/PICTURES/CMS/35800/35809.jpg","width":350,"height":232,"caption":"Australia have not lost a Test at the Gabba since 1988","longCaption":"Australia have not lost a Test at the Gabba since 1988","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":8,"objectId":56332,"name":"Brisbane","area":"Queensland","timezone":"Australia/Brisbane"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"37,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"311 \u0026 193","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"289/9d \u0026 207","scoreInfo":"T:216","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":109450,"id":109450,"objectId":1375845,"slug":"australia-vs-west-indies-1st-test","title":"1st Test","startDate":"2024-01-17T00:00:00.000Z","startTime":"2024-01-16T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 10 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":321721,"coverage":"Y","series":{"id":15391,"objectId":1375837,"slug":"west-indies-in-australia-2023-24","name":"West Indies in Australia","longName":"West Indies tour of Australia","alternateName":"AUS v WI","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-13T00:00:00.000Z"},"ground":{"id":131,"objectId":56293,"name":"Adelaide Oval","smallName":"Adelaide","longName":"Adelaide Oval","slug":"adelaide-oval","location":"North Adelaide","image":{"id":173155,"objectId":695353,"slug":"a-general-view-of-the-adelaide-oval","url":"/lsci/db/PICTURES/CMS/173100/173155.jpg","width":900,"height":600,"caption":"A general view of the Adelaide Oval","longCaption":"A general view of the Adelaide Oval, South Australia v Tasmania, Sheffield Shield, 3rd day, Adelaide, November 24, 2013","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":2,"objectId":56292,"name":"Adelaide","area":"South Australia","timezone":"Australia/Adelaide"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"50,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"188 \u0026 120","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"283 \u0026 26/0","scoreInfo":"T:26","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":110007,"id":110007,"objectId":1381213,"slug":"west-indies-vs-india-2nd-test","title":"2nd Test","startDate":"2023-07-20T00:00:00.000Z","startTime":"2023-07-20T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":null,"status":"RESULT","statusText":"Match drawn","statusEng":"RESULT","resultStatus":4,"previewStoryId":316302,"coverage":"Y","series":{"id":15492,"objectId":1381201,"slug":"india-in-west-indies-2023","name":"India in West Indies","longName":"India tour of West Indies and United States of America","alternateName":"WI v IND","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-08-13T00:00:00.000Z"},"ground":{"id":208,"objectId":59475,"name":"Queen's Park Oval, Port of Spain, Trinidad","smallName":"Port of Spain","longName":"Queen's Park Oval, Port of Spain, Trinidad","slug":"queen-s-park-oval-port-of-spain-trinidad","location":"","image":{"id":10767,"objectId":59473,"slug":"queen-s-park-oval-port-of-spain-trinidad","url":"/lsci/db/PICTURES/CMS/10700/10767.jpg","width":442,"height":289,"caption":"Queen's Park Oval, Port of Spain, Trinidad","longCaption":"West Indies v South Africa, 2nd Test, Queen's Park Oval, Port of Spain, Trinidad, 17-21 March 2001","credit":"ESPNcricinfo Ltd","photographer":"Rian Botes","peerUrls":null},"town":{"id":1002,"objectId":59474,"name":"Port of Spain","area":"Trinidad","timezone":"America/Port_of_Spain"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"25,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"438 \u0026 181/2d","scoreInfo":null,"points":4,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"255 \u0026 76/2","scoreInfo":"T:365","points":4,"teamOdds":null}],"languages":["hi","ta"]},{"_uid":110006,"id":110006,"objectId":1381212,"slug":"west-indies-vs-india-1st-test","title":"1st Test","startDate":"2023-07-12T00:00:00.000Z","startTime":"2023-07-12T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by an innings and 141 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":316060,"coverage":"Y","series":{"id":15492,"objectId":1381201,"slug":"india-in-west-indies-2023","name":"India in West Indies","longName":"India tour of West Indies and United States of America","alternateName":"WI v IND","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-08-13T00:00:00.000Z"},"ground":{"id":629,"objectId":59480,"name":"Windsor Park, Roseau, Dominica","smallName":"Roseau","longName":"Windsor Park, Roseau, Dominica","slug":"windsor-park-roseau-dominica","location":"","image":{"id":106421,"objectId":416281,"slug":"a-view-of-the-stands-at-windsor-park","url":"/lsci/db/PICTURES/CMS/106400/106421.jpg","width":500,"height":375,"caption":"A view of the stands at Windsor Park","longCaption":"A view of the stands at Windsor Park, Roseau, July 24, 2009","credit":"DigicelCricket.com","photographer":null,"peerUrls":null},"town":{"id":1003,"objectId":59478,"name":"Roseau","area":"Dominica","timezone":"America/Port_of_Spain"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":null},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"150 \u0026 130","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2],"isHome":false,"isLive":false,"score":"421/5d","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi","ta"]}],"nextMatch":{"_uid":115068,"id":115068,"objectId":1433379,"slug":"west-indies-vs-bangladesh-2nd-test","title":"2nd Test","startDate":"2024-11-30T00:00:00.000Z","startTime":"2024-11-30T15:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16328,"objectId":1433357,"slug":"west-indies-vs-bangladesh-2024-25","name":"West Indies vs Bangladesh","longName":"Bangladesh tour of West Indies","alternateName":"WI vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-19T00:00:00.000Z"},"ground":{"id":200,"objectId":59458,"name":"Sabina Park, Kingston, Jamaica","smallName":"Kingston","longName":"Sabina Park, Kingston, Jamaica","slug":"sabina-park-kingston-jamaica","location":"","image":{"id":62378,"objectId":246491,"slug":"artist-s-impression-of-the-developed-sabina-park-close-up","url":"/lsci/db/PICTURES/CMS/62300/62378.jpg","width":500,"height":393,"caption":"Artist's impression of the developed Sabina Park (close up)","longCaption":"Artist's impression of the developed Sabina Park, May 7, 2006","credit":"West Indies Cricket Board","photographer":null,"peerUrls":null},"town":{"id":996,"objectId":59454,"name":"Kingston","area":"Jamaica","timezone":"America/Jamaica"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"20,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"allMatchObjectIds":[1381212,1381213,1375845,1375846,1385691,1385692,1385693,1433365,1433366,1433378,1433379,1442218,1442219]},{"teamInfo":{"id":25,"objectId":25,"scribeId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","unofficialName":"","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","isCountry":true,"primaryColor":"#ed3507","image":{"id":341456,"objectId":1321180,"slug":"bangladesh-latest-team-flag","url":"/lsci/db/PICTURES/CMS/341400/341456.png","width":500,"height":500,"caption":"Bangladesh latest-team flag","longCaption":"Bangladesh latest-team flag","credit":"Getty Images","photographer":null,"peerUrls":null},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"}},"rank":9,"seriesPlayed":null,"seriesWon":null,"matchesPlayed":"11","matchesWon":3,"matchesLost":8,"matchesTied":0,"matchesDrawn":0,"matchesNoResult":0,"points":33,"quotient":null,"nrr":null,"rpwr":null,"for":null,"against":null,"pct":25,"recentMatches":[{"_uid":115067,"id":115067,"objectId":1433378,"slug":"west-indies-vs-bangladesh-1st-test","title":"1st Test","startDate":"2024-11-22T00:00:00.000Z","startTime":"2024-11-22T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":4,"status":"RESULT","statusText":"West Indies won by 201 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":330347,"coverage":"Y","series":{"id":16328,"objectId":1433357,"slug":"west-indies-vs-bangladesh-2024-25","name":"West Indies vs Bangladesh","longName":"Bangladesh tour of West Indies","alternateName":"WI vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-19T00:00:00.000Z"},"ground":{"id":1985,"objectId":208543,"name":"Sir Vivian Richards Stadium, North Sound, Antigua","smallName":"North Sound","longName":"Sir Vivian Richards Stadium, North Sound, Antigua","slug":"sir-vivian-richards-stadium-north-sound-antigua","location":"","image":{"id":73681,"objectId":287424,"slug":"an-overview-of-the-sir-vivian-richards-stadium-in-north-sound","url":"/lsci/db/PICTURES/CMS/73600/73681.jpg","width":500,"height":268,"caption":"An overview of the Sir Vivian Richards Stadium in North Sound","longCaption":"An overview of the Sir Vivian Richards Stadium in North Sound, Antigua, March 26, 2007","credit":"AFP","photographer":null,"peerUrls":null},"town":{"id":1102,"objectId":273715,"name":"North Sound","area":"Antigua","timezone":"America/Barbados"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"10,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"450/9d \u0026 152","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"269/9d \u0026 132","scoreInfo":"T:334","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":117374,"id":117374,"objectId":1453294,"slug":"bangladesh-vs-south-africa-2nd-test","title":"2nd Test","startDate":"2024-10-29T00:00:00.000Z","startTime":"2024-10-29T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by an innings and 273 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329722,"coverage":"Y","series":{"id":16718,"objectId":1453291,"slug":"south-africa-in-bangladesh-2024-25","name":"South Africa in Bangladesh","longName":"South Africa tour of Bangladesh","alternateName":"BAN vs SA","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-02T00:00:00.000Z"},"ground":{"id":1931,"objectId":56658,"name":"Zahur Ahmed Chowdhury Stadium, Chattogram","smallName":"Chattogram","longName":"Zahur Ahmed Chowdhury Stadium, Chattogram","slug":"zahur-ahmed-chowdhury-stadium-chattogram","location":"","image":{"id":120912,"objectId":473484,"slug":"an-overview-of-the-zohur-ahmed-chowdhury-stadium","url":"/lsci/db/PICTURES/CMS/120900/120912.jpg","width":900,"height":597,"caption":"An overview of the Zohur Ahmed Chowdhury Stadium","longCaption":"An overview of the Zohur Ahmed Chowdhury Stadium, Bangladesh A v England, March 7, 2010","credit":"Getty Images","photographer":"Stu Forster","peerUrls":null},"town":{"id":57,"objectId":56655,"name":"Chattogram","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"22,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1],"isHome":false,"isLive":false,"score":"575/6d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,3],"isHome":true,"isLive":false,"score":"(fo) 159 \u0026 143","scoreInfo":null,"points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":117373,"id":117373,"objectId":1453293,"slug":"bangladesh-vs-south-africa-1st-test","title":"1st Test","startDate":"2024-10-21T00:00:00.000Z","startTime":"2024-10-21T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":329481,"coverage":"Y","series":{"id":16718,"objectId":1453291,"slug":"south-africa-in-bangladesh-2024-25","name":"South Africa in Bangladesh","longName":"South Africa tour of Bangladesh","alternateName":"BAN vs SA","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-02T00:00:00.000Z"},"ground":{"id":2025,"objectId":236761,"name":"Shere Bangla National Stadium, Mirpur","smallName":"Mirpur","longName":"Shere Bangla National Stadium, Mirpur","slug":"shere-bangla-national-stadium-mirpur-dhaka","location":"Mirpur","image":{"id":109296,"objectId":429786,"slug":"fans-enjoy-a-domestic-twenty20-match-at-the-shere-bangla-stadium","url":"/lsci/db/PICTURES/CMS/109200/109296.jpg","width":500,"height":376,"caption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium","longCaption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium, Mirpur, October 15, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":58,"objectId":56660,"name":"Dhaka","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"25,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"106 \u0026 307","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"308 \u0026 106/3","scoreInfo":"T:106","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":115502,"id":115502,"objectId":1439892,"slug":"india-vs-bangladesh-2nd-test","title":"2nd Test","startDate":"2024-09-27T00:00:00.000Z","startTime":"2024-09-27T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":328724,"coverage":"Y","series":{"id":16431,"objectId":1439844,"slug":"bangladesh-in-india-2024-25","name":"Bangladesh in India","longName":"Bangladesh tour of India","alternateName":"IND vs BDESH","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-12T00:00:00.000Z"},"ground":{"id":419,"objectId":58204,"name":"Green Park, Kanpur","smallName":"Kanpur","longName":"Green Park, Kanpur","slug":"green-park-kanpur","location":"Civil Lines","image":{"id":5145,"objectId":58202,"slug":"green-park-kanpur","url":"/lsci/db/PICTURES/DB/022000/009729.jpg","width":400,"height":262,"caption":"Green Park, Kanpur","longCaption":"A view from the Pavilion at Green Park Stadium, Kanpur","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":630,"objectId":58203,"name":"Kanpur","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"45,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"233 \u0026 146","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"285/9d \u0026 98/3","scoreInfo":"T:95","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":115501,"id":115501,"objectId":1439891,"slug":"india-vs-bangladesh-1st-test","title":"1st Test","startDate":"2024-09-19T00:00:00.000Z","startTime":"2024-09-19T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 280 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":328499,"coverage":"Y","series":{"id":16431,"objectId":1439844,"slug":"bangladesh-in-india-2024-25","name":"Bangladesh in India","longName":"Bangladesh tour of India","alternateName":"IND vs BDESH","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-12T00:00:00.000Z"},"ground":{"id":291,"objectId":58008,"name":"MA Chidambaram Stadium, Chepauk, Chennai","smallName":"Chennai","longName":"MA Chidambaram Stadium, Chepauk, Chennai","slug":"ma-chidambaram-stadium-chepauk-chennai","location":"Chepauk","image":{"id":128358,"objectId":501288,"slug":"the-ma-chidambaram-stadium-in-chennai","url":"/lsci/db/PICTURES/CMS/128300/128358.jpg","width":900,"height":566,"caption":"The MA Chidambaram Stadium in Chennai ","longCaption":"The MA Chidambaram Stadium in Chennai, India v New Zealand, World Cup warm-up match, Chennai","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":577,"objectId":57995,"name":"Chennai","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"38,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"376 \u0026 287/4d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"149 \u0026 234","scoreInfo":"T:515","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":115589,"id":115589,"objectId":1442214,"slug":"pakistan-vs-bangladesh-2nd-test","title":"2nd Test","startDate":"2024-08-30T00:00:00.000Z","startTime":"2024-08-30T04:45:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":25,"status":"RESULT","statusText":"Bangladesh won by 6 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327946,"coverage":"Y","series":{"id":16456,"objectId":1442203,"slug":"bangladesh-in-pakistan-2024","name":"Bangladesh in Pakistan","longName":"Bangladesh tour of Pakistan","alternateName":"PAK vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-03T00:00:00.000Z"},"ground":{"id":1001,"objectId":59006,"name":"Rawalpindi Cricket Stadium","smallName":"Rawalpindi","longName":"Rawalpindi Cricket Stadium","slug":"rawalpindi-cricket-stadium","location":"","image":{"id":37701,"objectId":59005,"slug":"a-view-of-the-rawalpindi-cricket-stadium","url":"/lsci/db/PICTURES/DB/102000/017579.jpg","width":450,"height":337,"caption":"A view of the Rawalpindi Cricket Stadium","longCaption":"A view of the Rawalpindi Cricket Stadium, 27 Oct 2000","credit":"ESPNcricinfo Ltd","photographer":"Suhael Ahmed","peerUrls":null},"town":{"id":874,"objectId":58999,"name":"Rawalpindi","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":"15000"},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"274 \u0026 172","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"262 \u0026 185/4","scoreInfo":"T:185","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":115588,"id":115588,"objectId":1442213,"slug":"pakistan-vs-bangladesh-1st-test","title":"1st Test","startDate":"2024-08-21T00:00:00.000Z","startTime":"2024-08-21T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":25,"status":"RESULT","statusText":"Bangladesh won by 10 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327695,"coverage":"Y","series":{"id":16456,"objectId":1442203,"slug":"bangladesh-in-pakistan-2024","name":"Bangladesh in Pakistan","longName":"Bangladesh tour of Pakistan","alternateName":"PAK vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-03T00:00:00.000Z"},"ground":{"id":1001,"objectId":59006,"name":"Rawalpindi Cricket Stadium","smallName":"Rawalpindi","longName":"Rawalpindi Cricket Stadium","slug":"rawalpindi-cricket-stadium","location":"","image":{"id":37701,"objectId":59005,"slug":"a-view-of-the-rawalpindi-cricket-stadium","url":"/lsci/db/PICTURES/DB/102000/017579.jpg","width":450,"height":337,"caption":"A view of the Rawalpindi Cricket Stadium","longCaption":"A view of the Rawalpindi Cricket Stadium, 27 Oct 2000","credit":"ESPNcricinfo Ltd","photographer":"Suhael Ahmed","peerUrls":null},"town":{"id":874,"objectId":58999,"name":"Rawalpindi","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":"15000"},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"448/6d \u0026 146","scoreInfo":null,"points":-6,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"565 \u0026 30/0","scoreInfo":"T:30","points":9,"teamOdds":null}],"languages":["hi"]},{"_uid":113840,"id":113840,"objectId":1419831,"slug":"bangladesh-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-03-30T00:00:00.000Z","startTime":"2024-03-30T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 192 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":323679,"coverage":"Y","series":{"id":16068,"objectId":1419819,"slug":"bangladesh-vs-sri-lanka-2023-24","name":"Bangladesh vs Sri Lanka","longName":"Sri Lanka tour of Bangladesh","alternateName":"BAN v SL","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-04-03T00:00:00.000Z"},"ground":{"id":1931,"objectId":56658,"name":"Zahur Ahmed Chowdhury Stadium, Chattogram","smallName":"Chattogram","longName":"Zahur Ahmed Chowdhury Stadium, Chattogram","slug":"zahur-ahmed-chowdhury-stadium-chattogram","location":"","image":{"id":120912,"objectId":473484,"slug":"an-overview-of-the-zohur-ahmed-chowdhury-stadium","url":"/lsci/db/PICTURES/CMS/120900/120912.jpg","width":900,"height":597,"caption":"An overview of the Zohur Ahmed Chowdhury Stadium","longCaption":"An overview of the Zohur Ahmed Chowdhury Stadium, Bangladesh A v England, March 7, 2010","credit":"Getty Images","photographer":"Stu Forster","peerUrls":null},"town":{"id":57,"objectId":56655,"name":"Chattogram","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"22,000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"531 \u0026 157/7d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"178 \u0026 318","scoreInfo":"T:511","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":113839,"id":113839,"objectId":1419830,"slug":"bangladesh-vs-sri-lanka-1st-test","title":"1st Test","startDate":"2024-03-22T00:00:00.000Z","startTime":"2024-03-22T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 328 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":323451,"coverage":"Y","series":{"id":16068,"objectId":1419819,"slug":"bangladesh-vs-sri-lanka-2023-24","name":"Bangladesh vs Sri Lanka","longName":"Sri Lanka tour of Bangladesh","alternateName":"BAN v SL","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-04-03T00:00:00.000Z"},"ground":{"id":1564,"objectId":56689,"name":"Sylhet International Cricket Stadium","smallName":"Sylhet","longName":"Sylhet International Cricket Stadium","slug":"sylhet-international-cricket-stadium","location":"","image":{"id":174981,"objectId":703707,"slug":"a-view-of-the-sylhet-stadium-during-the-victory-day-t20-cup","url":"/lsci/db/PICTURES/CMS/174900/174981.jpg","width":900,"height":713,"caption":"A view of the Sylhet Stadium during the Victory Day T20 Cup","longCaption":"A view of the Sylhet Stadium during the Victory Day T20 Cup, Sylhet, December 23, 2013","credit":"BCB","photographer":null,"peerUrls":null},"town":{"id":68,"objectId":56688,"name":"Sylhet","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"18,000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"280 \u0026 418","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"188 \u0026 182","scoreInfo":"T:511","points":0,"teamOdds":null}],"languages":["hi"]},{"_uid":111828,"id":111828,"objectId":1395704,"slug":"bangladesh-vs-new-zealand-2nd-test","title":"2nd Test","startDate":"2023-12-06T00:00:00.000Z","startTime":"2023-12-06T03:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 4 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":320744,"coverage":"Y","series":{"id":15765,"objectId":1395688,"slug":"new-zealand-in-bangladesh-2023-24","name":"New Zealand in Bangladesh","longName":"New Zealand tour of Bangladesh","alternateName":"BAN v NZ","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2023-12-10T00:00:00.000Z"},"ground":{"id":2025,"objectId":236761,"name":"Shere Bangla National Stadium, Mirpur","smallName":"Mirpur","longName":"Shere Bangla National Stadium, Mirpur","slug":"shere-bangla-national-stadium-mirpur-dhaka","location":"Mirpur","image":{"id":109296,"objectId":429786,"slug":"fans-enjoy-a-domestic-twenty20-match-at-the-shere-bangla-stadium","url":"/lsci/db/PICTURES/CMS/109200/109296.jpg","width":500,"height":376,"caption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium","longCaption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium, Mirpur, October 15, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":58,"objectId":56660,"name":"Dhaka","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"25,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"172 \u0026 144","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"180 \u0026 139/6","scoreInfo":"T:137","points":12,"teamOdds":null}],"languages":["hi"]},{"_uid":111827,"id":111827,"objectId":1395703,"slug":"bangladesh-vs-new-zealand-1st-test","title":"1st Test","startDate":"2023-11-28T00:00:00.000Z","startTime":"2023-11-28T03:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":25,"status":"RESULT","statusText":"Bangladesh won by 150 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":320517,"coverage":"Y","series":{"id":15765,"objectId":1395688,"slug":"new-zealand-in-bangladesh-2023-24","name":"New Zealand in Bangladesh","longName":"New Zealand tour of Bangladesh","alternateName":"BAN v NZ","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2023-12-10T00:00:00.000Z"},"ground":{"id":1564,"objectId":56689,"name":"Sylhet International Cricket Stadium","smallName":"Sylhet","longName":"Sylhet International Cricket Stadium","slug":"sylhet-international-cricket-stadium","location":"","image":{"id":174981,"objectId":703707,"slug":"a-view-of-the-sylhet-stadium-during-the-victory-day-t20-cup","url":"/lsci/db/PICTURES/CMS/174900/174981.jpg","width":900,"height":713,"caption":"A view of the Sylhet Stadium during the Victory Day T20 Cup","longCaption":"A view of the Sylhet Stadium during the Victory Day T20 Cup, Sylhet, December 23, 2013","credit":"BCB","photographer":null,"peerUrls":null},"town":{"id":68,"objectId":56688,"name":"Sylhet","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"18,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"310 \u0026 338","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"317 \u0026 181","scoreInfo":"T:332","points":0,"teamOdds":null}],"languages":["hi"]}],"nextMatch":{"_uid":115068,"id":115068,"objectId":1433379,"slug":"west-indies-vs-bangladesh-2nd-test","title":"2nd Test","startDate":"2024-11-30T00:00:00.000Z","startTime":"2024-11-30T15:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16328,"objectId":1433357,"slug":"west-indies-vs-bangladesh-2024-25","name":"West Indies vs Bangladesh","longName":"Bangladesh tour of West Indies","alternateName":"WI vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-19T00:00:00.000Z"},"ground":{"id":200,"objectId":59458,"name":"Sabina Park, Kingston, Jamaica","smallName":"Kingston","longName":"Sabina Park, Kingston, Jamaica","slug":"sabina-park-kingston-jamaica","location":"","image":{"id":62378,"objectId":246491,"slug":"artist-s-impression-of-the-developed-sabina-park-close-up","url":"/lsci/db/PICTURES/CMS/62300/62378.jpg","width":500,"height":393,"caption":"Artist's impression of the developed Sabina Park (close up)","longCaption":"Artist's impression of the developed Sabina Park, May 7, 2006","credit":"West Indies Cricket Board","photographer":null,"peerUrls":null},"town":{"id":996,"objectId":59454,"name":"Kingston","area":"Jamaica","timezone":"America/Jamaica"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"20,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"allMatchObjectIds":[1395703,1395704,1419830,1419831,1442213,1442214,1439891,1439892,1453293,1453294,1433378,1433379]}],"finalMatches":[{"finalType":1,"matchObjectIds":[1449769]}]}],"finalMatches":[],"liveTeamIds":[3,8,5,1],"objects":{"matches":{"1336043":{"_uid":107026,"id":107026,"objectId":1336043,"slug":"england-vs-australia-1st-test","title":"1st Test","startDate":"2023-06-16T00:00:00.000Z","startTime":"2023-06-16T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 2 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":315206,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":164,"objectId":56788,"name":"Edgbaston, Birmingham","smallName":"Birmingham","longName":"Edgbaston, Birmingham","slug":"edgbaston-birmingham","location":"","image":{"id":203469,"objectId":819647,"slug":"edgbaston","url":"/lsci/db/PICTURES/CMS/203400/203469.jpg","width":1024,"height":543,"caption":"Edgbaston","longCaption":"Edgbaston","credit":"Warwickshire CCC","photographer":null,"peerUrls":null},"town":{"id":100,"objectId":56785,"name":"Birmingham","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"24,803"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"393/8d \u0026 273","scoreInfo":null,"points":-2,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"386 \u0026 282/8","scoreInfo":"T:281","points":12,"teamOdds":null}],"languages":["hi"]},"1336044":{"_uid":107027,"id":107027,"objectId":1336044,"slug":"england-vs-australia-2nd-test","title":"2nd Test","startDate":"2023-06-28T00:00:00.000Z","startTime":"2023-06-28T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 43 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":315592,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":10,"objectId":57129,"name":"Lord's, London","smallName":"Lord's","longName":"Lord's, London","slug":"lord-s-london","location":"St John's Wood Road","image":{"id":92191,"objectId":360855,"slug":"a-wide-angle-view-of-lord-s","url":"/lsci/db/PICTURES/CMS/92100/92191.jpg","width":500,"height":331,"caption":"A wide-angle view of Lord's","longCaption":"A wide-angle view of Lord's, England v South Africa, 1st Test, Lord's, 3rd day, July 12, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"30000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"416 \u0026 279","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"325 \u0026 327","scoreInfo":"T:371","points":-9,"teamOdds":null}],"languages":["hi"]},"1336045":{"_uid":107028,"id":107028,"objectId":1336045,"slug":"england-vs-australia-3rd-test","title":"3rd Test","startDate":"2023-07-06T00:00:00.000Z","startTime":"2023-07-06T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 3 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":315853,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":179,"objectId":57092,"name":"Headingley, Leeds","smallName":"Leeds","longName":"Headingley, Leeds","slug":"headingley-leeds","location":"","image":{"id":158509,"objectId":637743,"slug":"after-the-rain-the-sun-shone-at-headingley","url":"/lsci/db/PICTURES/CMS/158500/158509.jpg","width":900,"height":628,"caption":"After the rain the sun shone at Headingley","longCaption":"After the rain the sun shone at Headingley, England v New Zealand, 2nd Investec Test, Headingley, 2nd day, May 25, 2013","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":213,"objectId":57091,"name":"Leeds","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"17000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"263 \u0026 224","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"237 \u0026 254/7","scoreInfo":"T:251","points":12,"teamOdds":null}],"languages":["hi"]},"1336046":{"_uid":107029,"id":107029,"objectId":1336046,"slug":"england-vs-australia-4th-test","title":"4th Test","startDate":"2023-07-19T00:00:00.000Z","startTime":"2023-07-19T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":null,"status":"RESULT","statusText":"Match drawn","statusEng":"RESULT","resultStatus":4,"previewStoryId":316274,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":75,"objectId":57160,"name":"Old Trafford, Manchester","smallName":"Manchester","longName":"Old Trafford, Manchester","slug":"old-trafford-manchester","location":"Stretford","image":{"id":194633,"objectId":784927,"slug":"the-final-day-of-the-season-unfolds-under-autumn-sun-at-old-trafford","url":"/lsci/db/PICTURES/CMS/194600/194633.jpg","width":900,"height":646,"caption":"The final day of the season unfolds under autumn sun at Old Trafford","longCaption":"The final day of the season unfolds under autumn sun at Old Trafford, Lancashire v Middlesex, County Championship, Division One, Old Trafford, September 26, 2014","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":232,"objectId":57155,"name":"Manchester","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"19000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"317 \u0026 214/5","scoreInfo":null,"points":-6,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"592","scoreInfo":null,"points":1,"teamOdds":null}],"languages":["hi"]},"1336047":{"_uid":107030,"id":107030,"objectId":1336047,"slug":"england-vs-australia-5th-test","title":"5th Test","startDate":"2023-07-27T00:00:00.000Z","startTime":"2023-07-27T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 49 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":316522,"coverage":"Y","series":{"id":14989,"objectId":1336037,"slug":"the-ashes-2023","name":"The Ashes","longName":"The Ashes","alternateName":"The Ashes","longAlternateName":"The Ashes","unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-31T00:00:00.000Z"},"ground":{"id":45,"objectId":57127,"name":"Kennington Oval, London","smallName":"The Oval","longName":"Kennington Oval, London","slug":"kennington-oval-london","location":"","image":{"id":107862,"objectId":423593,"slug":"a-stunning-view-of-the-oval-under-lights","url":"/lsci/db/PICTURES/CMS/107800/107862.jpg","width":500,"height":313,"caption":"A stunning view of The Oval under lights","longCaption":"A stunning view of The Oval under lights, England v Australia, 1st ODI, The Oval, September 4, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"23500"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"283 \u0026 395","scoreInfo":null,"points":7,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"295 \u0026 334","scoreInfo":"T:384","points":0,"teamOdds":null}],"languages":["hi"]},"1375842":{"_uid":109447,"id":109447,"objectId":1375842,"slug":"australia-vs-pakistan-1st-test","title":"1st Test","startDate":"2023-12-14T00:00:00.000Z","startTime":"2023-12-14T02:20:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 360 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":320942,"coverage":"Y","series":{"id":15389,"objectId":1375835,"slug":"pakistan-in-australia-2023-24","name":"Pakistan in Australia","longName":"Pakistan tour of Australia","alternateName":"AUS v PAK","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":3404,"objectId":1126475,"name":"Perth Stadium","smallName":"Perth","longName":"Perth Stadium","slug":"perth-stadium","location":"","image":null,"town":{"id":27,"objectId":56486,"name":"Perth","area":"Western Australia","timezone":"Australia/Perth"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":null},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"487 \u0026 233/5d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"271 \u0026 89","scoreInfo":"T:450","points":-2,"teamOdds":null}],"languages":["hi"]},"1375843":{"_uid":109448,"id":109448,"objectId":1375843,"slug":"australia-vs-pakistan-2nd-test","title":"2nd Test","startDate":"2023-12-26T00:00:00.000Z","startTime":"2023-12-25T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 79 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321214,"coverage":"Y","series":{"id":15389,"objectId":1375835,"slug":"pakistan-in-australia-2023-24","name":"Pakistan in Australia","longName":"Pakistan tour of Australia","alternateName":"AUS v PAK","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":61,"objectId":56441,"name":"Melbourne Cricket Ground","smallName":"Melbourne","longName":"Melbourne Cricket Ground","slug":"melbourne-cricket-ground","location":"Jolimont","image":{"id":86316,"objectId":335266,"slug":"the-magnificent-melbourne-cricket-ground-in-full-bloom","url":"/lsci/db/PICTURES/CMS/86300/86316.jpg","width":500,"height":333,"caption":"The magnificent Melbourne Cricket Ground in full bloom","longCaption":"The magnificent Melbourne Cricket Ground in full bloom, Victoria v Queensland, FR Cup, MCG, February 6, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":25,"objectId":56434,"name":"Melbourne","area":"Victoria","timezone":"Australia/Melbourne"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"90,000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"318 \u0026 262","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"264 \u0026 237","scoreInfo":"T:317","points":0,"teamOdds":null}],"languages":["hi"]},"1375844":{"_uid":109449,"id":109449,"objectId":1375844,"slug":"australia-vs-pakistan-3rd-test","title":"3rd Test","startDate":"2024-01-03T00:00:00.000Z","startTime":"2024-01-02T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 8 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":321378,"coverage":"Y","series":{"id":15389,"objectId":1375835,"slug":"pakistan-in-australia-2023-24","name":"Pakistan in Australia","longName":"Pakistan tour of Australia","alternateName":"AUS v PAK","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":132,"objectId":56544,"name":"Sydney Cricket Ground","smallName":"Sydney","longName":"Sydney Cricket Ground","slug":"sydney-cricket-ground","location":"Moore Park","image":{"id":516,"objectId":56543,"slug":"sydney-cricket-ground","url":"/lsci/db/PICTURES/DB/011999/003928.jpg","width":450,"height":275,"caption":"Sydney Cricket Ground","longCaption":"Sydney Cricket Ground","credit":"Action Photographics","photographer":null,"peerUrls":null},"town":{"id":29,"objectId":56531,"name":"Sydney","area":"New South Wales","timezone":"Australia/Sydney"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"44,002"},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"313 \u0026 115","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"299 \u0026 130/2","scoreInfo":"T:130","points":12,"teamOdds":null}],"languages":["hi"]},"1375845":{"_uid":109450,"id":109450,"objectId":1375845,"slug":"australia-vs-west-indies-1st-test","title":"1st Test","startDate":"2024-01-17T00:00:00.000Z","startTime":"2024-01-16T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 10 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":321721,"coverage":"Y","series":{"id":15391,"objectId":1375837,"slug":"west-indies-in-australia-2023-24","name":"West Indies in Australia","longName":"West Indies tour of Australia","alternateName":"AUS v WI","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-13T00:00:00.000Z"},"ground":{"id":131,"objectId":56293,"name":"Adelaide Oval","smallName":"Adelaide","longName":"Adelaide Oval","slug":"adelaide-oval","location":"North Adelaide","image":{"id":173155,"objectId":695353,"slug":"a-general-view-of-the-adelaide-oval","url":"/lsci/db/PICTURES/CMS/173100/173155.jpg","width":900,"height":600,"caption":"A general view of the Adelaide Oval","longCaption":"A general view of the Adelaide Oval, South Australia v Tasmania, Sheffield Shield, 3rd day, Adelaide, November 24, 2013","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":2,"objectId":56292,"name":"Adelaide","area":"South Australia","timezone":"Australia/Adelaide"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"50,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"188 \u0026 120","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"283 \u0026 26/0","scoreInfo":"T:26","points":12,"teamOdds":null}],"languages":["hi"]},"1375846":{"_uid":109451,"id":109451,"objectId":1375846,"slug":"australia-vs-west-indies-2nd-test","title":"2nd Test","startDate":"2024-01-25T00:00:00.000Z","startTime":"2024-01-25T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":4,"status":"RESULT","statusText":"West Indies won by 8 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321931,"coverage":"Y","series":{"id":15391,"objectId":1375837,"slug":"west-indies-in-australia-2023-24","name":"West Indies in Australia","longName":"West Indies tour of Australia","alternateName":"AUS v WI","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-13T00:00:00.000Z"},"ground":{"id":209,"objectId":56336,"name":"Brisbane Cricket Ground, Woolloongabba, Brisbane","smallName":"Brisbane","longName":"Brisbane Cricket Ground, Woolloongabba, Brisbane","slug":"brisbane-cricket-ground-woolloongabba-brisbane","location":"Woolloongabba","image":{"id":35809,"objectId":189133,"slug":"australia-have-not-lost-a-test-at-the-gabba-since-1988","url":"/lsci/db/PICTURES/CMS/35800/35809.jpg","width":350,"height":232,"caption":"Australia have not lost a Test at the Gabba since 1988","longCaption":"Australia have not lost a Test at the Gabba since 1988","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":8,"objectId":56332,"name":"Brisbane","area":"Queensland","timezone":"Australia/Brisbane"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"37,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"311 \u0026 193","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"289/9d \u0026 207","scoreInfo":"T:216","points":0,"teamOdds":null}],"languages":["hi"]},"1381212":{"_uid":110006,"id":110006,"objectId":1381212,"slug":"west-indies-vs-india-1st-test","title":"1st Test","startDate":"2023-07-12T00:00:00.000Z","startTime":"2023-07-12T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by an innings and 141 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":316060,"coverage":"Y","series":{"id":15492,"objectId":1381201,"slug":"india-in-west-indies-2023","name":"India in West Indies","longName":"India tour of West Indies and United States of America","alternateName":"WI v IND","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-08-13T00:00:00.000Z"},"ground":{"id":629,"objectId":59480,"name":"Windsor Park, Roseau, Dominica","smallName":"Roseau","longName":"Windsor Park, Roseau, Dominica","slug":"windsor-park-roseau-dominica","location":"","image":{"id":106421,"objectId":416281,"slug":"a-view-of-the-stands-at-windsor-park","url":"/lsci/db/PICTURES/CMS/106400/106421.jpg","width":500,"height":375,"caption":"A view of the stands at Windsor Park","longCaption":"A view of the stands at Windsor Park, Roseau, July 24, 2009","credit":"DigicelCricket.com","photographer":null,"peerUrls":null},"town":{"id":1003,"objectId":59478,"name":"Roseau","area":"Dominica","timezone":"America/Port_of_Spain"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":null},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"150 \u0026 130","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2],"isHome":false,"isLive":false,"score":"421/5d","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi","ta"]},"1381213":{"_uid":110007,"id":110007,"objectId":1381213,"slug":"west-indies-vs-india-2nd-test","title":"2nd Test","startDate":"2023-07-20T00:00:00.000Z","startTime":"2023-07-20T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":null,"status":"RESULT","statusText":"Match drawn","statusEng":"RESULT","resultStatus":4,"previewStoryId":316302,"coverage":"Y","series":{"id":15492,"objectId":1381201,"slug":"india-in-west-indies-2023","name":"India in West Indies","longName":"India tour of West Indies and United States of America","alternateName":"WI v IND","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-08-13T00:00:00.000Z"},"ground":{"id":208,"objectId":59475,"name":"Queen's Park Oval, Port of Spain, Trinidad","smallName":"Port of Spain","longName":"Queen's Park Oval, Port of Spain, Trinidad","slug":"queen-s-park-oval-port-of-spain-trinidad","location":"","image":{"id":10767,"objectId":59473,"slug":"queen-s-park-oval-port-of-spain-trinidad","url":"/lsci/db/PICTURES/CMS/10700/10767.jpg","width":442,"height":289,"caption":"Queen's Park Oval, Port of Spain, Trinidad","longCaption":"West Indies v South Africa, 2nd Test, Queen's Park Oval, Port of Spain, Trinidad, 17-21 March 2001","credit":"ESPNcricinfo Ltd","photographer":"Rian Botes","peerUrls":null},"town":{"id":1002,"objectId":59474,"name":"Port of Spain","area":"Trinidad","timezone":"America/Port_of_Spain"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"25,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"438 \u0026 181/2d","scoreInfo":null,"points":4,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"255 \u0026 76/2","scoreInfo":"T:365","points":4,"teamOdds":null}],"languages":["hi","ta"]},"1385685":{"_uid":110823,"id":110823,"objectId":1385685,"slug":"sri-lanka-vs-pakistan-1st-test","title":"1st Test","startDate":"2023-07-16T00:00:00.000Z","startTime":"2023-07-16T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by 4 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":316178,"coverage":"Y","series":{"id":15566,"objectId":1385664,"slug":"pakistan-in-sri-lanka-2023","name":"Pakistan in Sri Lanka","longName":"Pakistan tour of Sri Lanka","alternateName":"SL v PAK","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-28T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"312 \u0026 279","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"461 \u0026 133/6","scoreInfo":"T:131","points":12,"teamOdds":null}],"languages":["hi"]},"1385686":{"_uid":110824,"id":110824,"objectId":1385686,"slug":"sri-lanka-vs-pakistan-2nd-test","title":"2nd Test","startDate":"2023-07-24T00:00:00.000Z","startTime":"2023-07-24T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by an innings and 222 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":316415,"coverage":"Y","series":{"id":15566,"objectId":1385664,"slug":"pakistan-in-sri-lanka-2023","name":"Pakistan in Sri Lanka","longName":"Pakistan tour of Sri Lanka","alternateName":"SL v PAK","longAlternateName":null,"unofficialName":null,"season":"2023","typeId":4,"endDate":"2023-07-28T00:00:00.000Z"},"ground":{"id":679,"objectId":59308,"name":"Sinhalese Sports Club Ground, Colombo","smallName":"Colombo (SSC)","longName":"Sinhalese Sports Club Ground, Colombo","slug":"sinhalese-sports-club-ground-colombo","location":"","image":{"id":83728,"objectId":325334,"slug":"the-clouds-linger-over-the-ssc-in-colombo-before-the-rain-fell-to-force-a-draw","url":"/lsci/db/PICTURES/CMS/83700/83728.jpg","width":500,"height":307,"caption":"The clouds linger over the SSC in Colombo, before the rain fell to force a draw","longCaption":"The clouds linger over the SSC in Colombo, before the rain fell to force a draw, Sri Lanka v England, 2nd Test, Colombo, December 13, 2007","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":955,"objectId":59288,"name":"Colombo","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":"10,000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"166 \u0026 188","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2],"isHome":false,"isLive":false,"score":"576/5d","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},"1385691":{"_uid":110829,"id":110829,"objectId":1385691,"slug":"england-vs-west-indies-1st-test","title":"1st Test","startDate":"2024-07-10T00:00:00.000Z","startTime":"2024-07-10T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by an innings and 114 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":326746,"coverage":"Y","series":{"id":15570,"objectId":1385669,"slug":"west-indies-in-england-2024","name":"West Indies in England","longName":"West Indies tour of England","alternateName":"ENG v WI","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-07-30T00:00:00.000Z"},"ground":{"id":10,"objectId":57129,"name":"Lord's, London","smallName":"Lord's","longName":"Lord's, London","slug":"lord-s-london","location":"St John's Wood Road","image":{"id":92191,"objectId":360855,"slug":"a-wide-angle-view-of-lord-s","url":"/lsci/db/PICTURES/CMS/92100/92191.jpg","width":500,"height":331,"caption":"A wide-angle view of Lord's","longCaption":"A wide-angle view of Lord's, England v South Africa, 1st Test, Lord's, 3rd day, July 12, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"30000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"121 \u0026 136","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"371","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},"1385692":{"_uid":110830,"id":110830,"objectId":1385692,"slug":"england-vs-west-indies-2nd-test","title":"2nd Test","startDate":"2024-07-18T00:00:00.000Z","startTime":"2024-07-18T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 241 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":326919,"coverage":"Y","series":{"id":15570,"objectId":1385669,"slug":"west-indies-in-england-2024","name":"West Indies in England","longName":"West Indies tour of England","alternateName":"ENG v WI","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-07-30T00:00:00.000Z"},"ground":{"id":34,"objectId":57219,"name":"Trent Bridge, Nottingham","smallName":"Nottingham","longName":"Trent Bridge, Nottingham","slug":"trent-bridge-nottingham","location":"","image":{"id":52792,"objectId":217127,"slug":"a-general-view-of-trent-bridge-during-the-fourth-test","url":"/lsci/db/PICTURES/CMS/52700/52792.jpg","width":500,"height":334,"caption":"A general view of Trent Bridge during the fourth Test","longCaption":"A general view of Trent Bridge during the fourth Test, England v Australia, Trent Bridge, August 25, 2005","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":254,"objectId":57215,"name":"Nottingham","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"15,350 (to be 17,000)"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"416 \u0026 425","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"457 \u0026 143","scoreInfo":"T:385","points":0,"teamOdds":null}],"languages":["hi"]},"1385693":{"_uid":110831,"id":110831,"objectId":1385693,"slug":"england-vs-west-indies-3rd-test","title":"3rd Test","startDate":"2024-07-26T00:00:00.000Z","startTime":"2024-07-26T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 10 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327098,"coverage":"Y","series":{"id":15570,"objectId":1385669,"slug":"west-indies-in-england-2024","name":"West Indies in England","longName":"West Indies tour of England","alternateName":"ENG v WI","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-07-30T00:00:00.000Z"},"ground":{"id":164,"objectId":56788,"name":"Edgbaston, Birmingham","smallName":"Birmingham","longName":"Edgbaston, Birmingham","slug":"edgbaston-birmingham","location":"","image":{"id":203469,"objectId":819647,"slug":"edgbaston","url":"/lsci/db/PICTURES/CMS/203400/203469.jpg","width":1024,"height":543,"caption":"Edgbaston","longCaption":"Edgbaston","credit":"Warwickshire CCC","photographer":null,"peerUrls":null},"town":{"id":100,"objectId":56785,"name":"Birmingham","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"24,803"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"282 \u0026 175","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"376 \u0026 87/0","scoreInfo":"T:82","points":12,"teamOdds":null}],"languages":["hi"]},"1385694":{"_uid":110832,"id":110832,"objectId":1385694,"slug":"england-vs-sri-lanka-1st-test","title":"1st Test","startDate":"2024-08-21T00:00:00.000Z","startTime":"2024-08-21T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 5 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327697,"coverage":"Y","series":{"id":15572,"objectId":1385672,"slug":"sri-lanka-in-england-2024","name":"Sri Lanka in England","longName":"Sri Lanka tour of England","alternateName":"ENG v SL","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-10T00:00:00.000Z"},"ground":{"id":75,"objectId":57160,"name":"Old Trafford, Manchester","smallName":"Manchester","longName":"Old Trafford, Manchester","slug":"old-trafford-manchester","location":"Stretford","image":{"id":194633,"objectId":784927,"slug":"the-final-day-of-the-season-unfolds-under-autumn-sun-at-old-trafford","url":"/lsci/db/PICTURES/CMS/194600/194633.jpg","width":900,"height":646,"caption":"The final day of the season unfolds under autumn sun at Old Trafford","longCaption":"The final day of the season unfolds under autumn sun at Old Trafford, Lancashire v Middlesex, County Championship, Division One, Old Trafford, September 26, 2014","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":232,"objectId":57155,"name":"Manchester","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"19000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"236 \u0026 326","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"358 \u0026 205/5","scoreInfo":"T:205","points":12,"teamOdds":null}],"languages":["hi"]},"1385695":{"_uid":110833,"id":110833,"objectId":1385695,"slug":"england-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-08-29T00:00:00.000Z","startTime":"2024-08-29T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 190 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":327923,"coverage":"Y","series":{"id":15572,"objectId":1385672,"slug":"sri-lanka-in-england-2024","name":"Sri Lanka in England","longName":"Sri Lanka tour of England","alternateName":"ENG v SL","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-10T00:00:00.000Z"},"ground":{"id":10,"objectId":57129,"name":"Lord's, London","smallName":"Lord's","longName":"Lord's, London","slug":"lord-s-london","location":"St John's Wood Road","image":{"id":92191,"objectId":360855,"slug":"a-wide-angle-view-of-lord-s","url":"/lsci/db/PICTURES/CMS/92100/92191.jpg","width":500,"height":331,"caption":"A wide-angle view of Lord's","longCaption":"A wide-angle view of Lord's, England v South Africa, 1st Test, Lord's, 3rd day, July 12, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"30000"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"427 \u0026 251","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"196 \u0026 292","scoreInfo":"T:483","points":0,"teamOdds":null}],"languages":["hi"]},"1385696":{"_uid":110834,"id":110834,"objectId":1385696,"slug":"england-vs-sri-lanka-3rd-test","title":"3rd Test","startDate":"2024-09-06T00:00:00.000Z","startTime":"2024-09-06T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 8 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":328139,"coverage":"Y","series":{"id":15572,"objectId":1385672,"slug":"sri-lanka-in-england-2024","name":"Sri Lanka in England","longName":"Sri Lanka tour of England","alternateName":"ENG v SL","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-10T00:00:00.000Z"},"ground":{"id":45,"objectId":57127,"name":"Kennington Oval, London","smallName":"The Oval","longName":"Kennington Oval, London","slug":"kennington-oval-london","location":"","image":{"id":107862,"objectId":423593,"slug":"a-stunning-view-of-the-oval-under-lights","url":"/lsci/db/PICTURES/CMS/107800/107862.jpg","width":500,"height":313,"caption":"A stunning view of The Oval under lights","longCaption":"A stunning view of The Oval under lights, England v Australia, 1st ODI, The Oval, September 4, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"23500"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"325 \u0026 156","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"263 \u0026 219/2","scoreInfo":"T:219","points":12,"teamOdds":null}],"languages":["hi"]},"1387603":{"_uid":110998,"id":110998,"objectId":1387603,"slug":"south-africa-vs-india-1st-test","title":"1st Test","startDate":"2023-12-26T00:00:00.000Z","startTime":"2023-12-26T08:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by an innings and 32 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321246,"coverage":"Y","series":{"id":15593,"objectId":1387592,"slug":"india-in-south-africa-2023-24","name":"India in South Africa","longName":"India tour of South Africa","alternateName":"SA v IND","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":902,"objectId":59079,"name":"SuperSport Park, Centurion","smallName":"Centurion","longName":"SuperSport Park, Centurion","slug":"supersport-park-centurion","location":"","image":{"id":82249,"objectId":320685,"slug":"a-view-of-the-supersport-park-from-the-stands","url":"/lsci/db/PICTURES/CMS/82200/82249.jpg","width":500,"height":333,"caption":"A view of the SuperSport Park from the stands","longCaption":"A view of the SuperSport Park from the stands, South Africa v New Zealand, 2nd Test, Centurion, 2nd day, November 17, 2007","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":894,"objectId":59078,"name":"Centurion","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"20,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"245 \u0026 131","scoreInfo":null,"points":-2,"teamOdds":null},{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"408","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},"1387604":{"_uid":110999,"id":110999,"objectId":1387604,"slug":"south-africa-vs-india-2nd-test","title":"2nd Test","startDate":"2024-01-03T00:00:00.000Z","startTime":"2024-01-03T08:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":321389,"coverage":"Y","series":{"id":15593,"objectId":1387592,"slug":"india-in-south-africa-2023-24","name":"India in South Africa","longName":"India tour of South Africa","alternateName":"SA v IND","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-01-07T00:00:00.000Z"},"ground":{"id":174,"objectId":59068,"name":"Newlands, Cape Town","smallName":"Cape Town","longName":"Newlands, Cape Town","slug":"newlands-cape-town","location":"","image":{"id":50681,"objectId":209653,"slug":"general-view-of-newlands-cape-town","url":"/lsci/db/PICTURES/CMS/50600/50681.jpg","width":500,"height":333,"caption":"General view of Newlands, Cape Town","longCaption":"General view of Newlands, Cape Town","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":893,"objectId":59060,"name":"Cape Town","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"25,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"55 \u0026 176","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"153 \u0026 80/3","scoreInfo":"T:79","points":12,"teamOdds":null}],"languages":["hi"]},"1388221":{"_uid":111039,"id":111039,"objectId":1388221,"slug":"new-zealand-vs-south-africa-1st-test","title":"1st Test","startDate":"2024-02-04T00:00:00.000Z","startTime":"2024-02-03T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 281 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":null,"coverage":"Y","series":{"id":15614,"objectId":1388186,"slug":"south-africa-in-new-zealand-2023-24","name":"South Africa in New Zealand","longName":"South Africa tour of New Zealand","alternateName":"NZ v SA","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-16T00:00:00.000Z"},"ground":{"id":2524,"objectId":444258,"name":"Bay Oval, Mount Maunganui","smallName":"Mount Maunganui","longName":"Bay Oval, Mount Maunganui","slug":"bay-oval-mount-maunganui","location":"","image":{"id":199935,"objectId":806959,"slug":"an-overview-of-bay-oval-in-mount-maunganui","url":"/lsci/db/PICTURES/CMS/199900/199935.jpg","width":1400,"height":933,"caption":"An overview of Bay Oval in Mount Maunganui","longCaption":"An overview of Bay Oval in Mount Maunganui, Mount Maunganui, October 21, 2014","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":853,"objectId":58902,"name":"Mount Maunganui","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"10000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"511 \u0026 179/4d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"162 \u0026 247","scoreInfo":"T:529","points":0,"teamOdds":null}],"languages":["hi"]},"1388222":{"_uid":111040,"id":111040,"objectId":1388222,"slug":"new-zealand-vs-south-africa-2nd-test","title":"2nd Test","startDate":"2024-02-13T00:00:00.000Z","startTime":"2024-02-12T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":null,"coverage":"Y","series":{"id":15614,"objectId":1388186,"slug":"south-africa-in-new-zealand-2023-24","name":"South Africa in New Zealand","longName":"South Africa tour of New Zealand","alternateName":"NZ v SA","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-02-16T00:00:00.000Z"},"ground":{"id":504,"objectId":58831,"name":"Seddon Park, Hamilton","smallName":"Hamilton","longName":"Seddon Park, Hamilton","slug":"seddon-park-hamilton","location":"","image":{"id":88142,"objectId":341524,"slug":"a-wide-angle-view-of-the-picturesque-seddon-park-in-hamilton","url":"/lsci/db/PICTURES/CMS/88100/88142.jpg","width":500,"height":332,"caption":"A wide-angle view of the picturesque Seddon Park in Hamilton","longCaption":"A wide-angle view of the picturesque Seddon Park in Hamilton, New Zealand v England, 1st Test, Hamilton, March 8, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":827,"objectId":58830,"name":"Hamilton","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"10,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"242 \u0026 235","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"211 \u0026 269/3","scoreInfo":"T:267","points":12,"teamOdds":null}],"languages":["hi"]},"1388226":{"_uid":111044,"id":111044,"objectId":1388226,"slug":"new-zealand-vs-australia-1st-test","title":"1st Test","startDate":"2024-02-29T00:00:00.000Z","startTime":"2024-02-28T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 172 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":322832,"coverage":"Y","series":{"id":15616,"objectId":1388188,"slug":"australia-in-new-zealand-2023-24","name":"Australia in New Zealand","longName":"Australia tour of New Zealand","alternateName":"NZ v AUS","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-12T00:00:00.000Z"},"ground":{"id":116,"objectId":58895,"name":"Basin Reserve, Wellington","smallName":"Wellington","longName":"Basin Reserve, Wellington","slug":"basin-reserve-wellington","location":"","image":{"id":88393,"objectId":342515,"slug":"a-general-view-across-the-basin-reserve","url":"/lsci/db/PICTURES/CMS/88300/88393.jpg","width":500,"height":299,"caption":"A general view across the Basin Reserve","longCaption":"A general view across the Basin Reserve, New Zealand v England, 2nd Test, Wellington, March 15, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":851,"objectId":58894,"name":"Wellington","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"11,600"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"383 \u0026 164","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"179 \u0026 196","scoreInfo":"T:369","points":0,"teamOdds":null}],"languages":["hi"]},"1388227":{"_uid":111045,"id":111045,"objectId":1388227,"slug":"new-zealand-vs-australia-2nd-test","title":"2nd Test","startDate":"2024-03-08T00:00:00.000Z","startTime":"2024-03-07T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":2,"status":"RESULT","statusText":"Australia won by 3 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":323026,"coverage":"Y","series":{"id":15616,"objectId":1388188,"slug":"australia-in-new-zealand-2023-24","name":"Australia in New Zealand","longName":"Australia tour of New Zealand","alternateName":"NZ v AUS","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-12T00:00:00.000Z"},"ground":{"id":93,"objectId":58810,"name":"Hagley Oval, Christchurch","smallName":"Christchurch","longName":"Hagley Oval, Christchurch","slug":"hagley-oval-christchurch","location":"","image":{"id":206697,"objectId":837175,"slug":"the-hagley-oval-drew-a-big-crowd-for-the-england-scotland-game","url":"/lsci/db/PICTURES/CMS/206600/206697.jpg","width":900,"height":600,"caption":"The Hagley Oval drew a big crowd for the England-Scotland game","longCaption":"The Hagley Oval drew a big crowd , England v Scotland, World Cup 2015, Group A, Christchurch, February 23, 2015","credit":"ICC","photographer":null,"peerUrls":null},"town":{"id":824,"objectId":58807,"name":"Christchurch","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"18,000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"162 \u0026 372","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"256 \u0026 281/7","scoreInfo":"T:279","points":12,"teamOdds":null}],"languages":["hi"]},"1389399":{"_uid":111108,"id":111108,"objectId":1389399,"slug":"india-vs-england-1st-test","title":"1st Test","startDate":"2024-01-25T00:00:00.000Z","startTime":"2024-01-25T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by 28 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":321939,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":1981,"objectId":58142,"name":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","smallName":"Hyderabad","longName":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","slug":"rajiv-gandhi-international-stadium-uppal-hyderabad","location":"","image":{"id":79644,"objectId":311040,"slug":"rajiv-gandhi-international-stadium-uppal-hyderabad","url":"/lsci/db/PICTURES/CMS/79600/79644.jpg","width":500,"height":323,"caption":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","longCaption":"Rajiv Gandhi International Stadium, Uppal, Hyderabad","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":613,"objectId":58135,"name":"Hyderabad","area":"Deccan","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":null},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"246 \u0026 420","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"436 \u0026 202","scoreInfo":"T:231","points":0,"teamOdds":null}],"languages":["hi"]},"1389400":{"_uid":111109,"id":111109,"objectId":1389400,"slug":"india-vs-england-2nd-test","title":"2nd Test","startDate":"2024-02-02T00:00:00.000Z","startTime":"2024-02-02T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 106 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":322157,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":1896,"objectId":58547,"name":"Dr. Y.S. Rajasekhara Reddy ACA-VDCA Cricket Stadium, Visakhapatnam","smallName":"Visakhapatnam","longName":"Dr. Y.S. Rajasekhara Reddy ACA-VDCA Cricket Stadium, Visakhapatnam","slug":"dr-y-s-rajasekhara-reddy-aca-vdca-cricket-stadium-visakhapatnam","location":"Pothanamallayapalam","image":null,"town":{"id":737,"objectId":58540,"name":"Visakhapatnam","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"25,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"396 \u0026 255","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"253 \u0026 292","scoreInfo":"T:399","points":0,"teamOdds":null}],"languages":["hi"]},"1389401":{"_uid":111110,"id":111110,"objectId":1389401,"slug":"india-vs-england-3rd-test","title":"3rd Test","startDate":"2024-02-15T00:00:00.000Z","startTime":"2024-02-15T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 434 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":322494,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":2401,"objectId":377285,"name":"Saurashtra Cricket Association Stadium, Rajkot","smallName":"Rajkot","longName":"Saurashtra Cricket Association Stadium, Rajkot","slug":"saurashtra-cricket-association-stadium-rajkot","location":"Khandheri","image":{"id":152967,"objectId":598909,"slug":"the-media-centre-at-the-saurashtra-cricket-association-stadium","url":"/lsci/db/PICTURES/CMS/152900/152967.jpg","width":900,"height":600,"caption":"The media centre at the Saurashtra Cricket Association Stadium","longCaption":"The media centre at the Saurashtra Cricket Association Stadium, Rajkot, December 28, 2012","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":689,"objectId":58399,"name":"Rajkot","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"28,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"445 \u0026 430/4d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"319 \u0026 122","scoreInfo":"T:557","points":0,"teamOdds":null}],"languages":["hi"]},"1389402":{"_uid":111111,"id":111111,"objectId":1389402,"slug":"india-vs-england-4th-test","title":"4th Test","startDate":"2024-02-23T00:00:00.000Z","startTime":"2024-02-23T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 5 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":322712,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":2575,"objectId":485865,"name":"JSCA International Stadium Complex, Ranchi","smallName":"Ranchi","longName":"JSCA International Stadium Complex, Ranchi","slug":"jsca-international-stadium-complex-ranchi","location":"","image":{"id":152178,"objectId":594099,"slug":"jsca-international-cricket-stadium","url":"/lsci/db/PICTURES/CMS/152100/152178.jpg","width":900,"height":725,"caption":"JSCA International Cricket Stadium","longCaption":"JSCA International Cricket Stadium, Ranchi, November 28, 2012","credit":"Aakshi Chopra","photographer":null,"peerUrls":null},"town":{"id":691,"objectId":58408,"name":"Ranchi","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":null},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"353 \u0026 145","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"307 \u0026 192/5","scoreInfo":"T:192","points":12,"teamOdds":null}],"languages":["hi"]},"1389403":{"_uid":111112,"id":111112,"objectId":1389403,"slug":"india-vs-england-5th-test","title":"5th Test","startDate":"2024-03-07T00:00:00.000Z","startTime":"2024-03-07T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by an innings and 64 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":323012,"coverage":"Y","series":{"id":15633,"objectId":1389386,"slug":"england-in-india-2023-24","name":"England in India","longName":"England tour of India","alternateName":"IND v ENG","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-03-09T00:00:00.000Z"},"ground":{"id":1920,"objectId":58056,"name":"Himachal Pradesh Cricket Association Stadium, Dharamsala","smallName":"Dharamsala","longName":"Himachal Pradesh Cricket Association Stadium, Dharamsala","slug":"himachal-pradesh-cricket-association-stadium-dharamsala","location":"","image":{"id":116258,"objectId":456322,"slug":"the-picturesque-stadium-in-dharamsala","url":"/lsci/db/PICTURES/CMS/116200/116258.jpg","width":500,"height":370,"caption":"The picturesque stadium in Dharamsala","longCaption":"The picturesque stadium in Dharamsala, Kings XI Punjab v Deccan Chargers, IPL, Dharamsala, April 16, 2010","credit":"Indian Premier League","photographer":null,"peerUrls":null},"town":{"id":586,"objectId":58054,"name":"Dharamsala","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"21200"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"218 \u0026 195","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"477","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},"1395703":{"_uid":111827,"id":111827,"objectId":1395703,"slug":"bangladesh-vs-new-zealand-1st-test","title":"1st Test","startDate":"2023-11-28T00:00:00.000Z","startTime":"2023-11-28T03:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":25,"status":"RESULT","statusText":"Bangladesh won by 150 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":320517,"coverage":"Y","series":{"id":15765,"objectId":1395688,"slug":"new-zealand-in-bangladesh-2023-24","name":"New Zealand in Bangladesh","longName":"New Zealand tour of Bangladesh","alternateName":"BAN v NZ","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2023-12-10T00:00:00.000Z"},"ground":{"id":1564,"objectId":56689,"name":"Sylhet International Cricket Stadium","smallName":"Sylhet","longName":"Sylhet International Cricket Stadium","slug":"sylhet-international-cricket-stadium","location":"","image":{"id":174981,"objectId":703707,"slug":"a-view-of-the-sylhet-stadium-during-the-victory-day-t20-cup","url":"/lsci/db/PICTURES/CMS/174900/174981.jpg","width":900,"height":713,"caption":"A view of the Sylhet Stadium during the Victory Day T20 Cup","longCaption":"A view of the Sylhet Stadium during the Victory Day T20 Cup, Sylhet, December 23, 2013","credit":"BCB","photographer":null,"peerUrls":null},"town":{"id":68,"objectId":56688,"name":"Sylhet","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"18,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"310 \u0026 338","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"317 \u0026 181","scoreInfo":"T:332","points":0,"teamOdds":null}],"languages":["hi"]},"1395704":{"_uid":111828,"id":111828,"objectId":1395704,"slug":"bangladesh-vs-new-zealand-2nd-test","title":"2nd Test","startDate":"2023-12-06T00:00:00.000Z","startTime":"2023-12-06T03:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 4 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":320744,"coverage":"Y","series":{"id":15765,"objectId":1395688,"slug":"new-zealand-in-bangladesh-2023-24","name":"New Zealand in Bangladesh","longName":"New Zealand tour of Bangladesh","alternateName":"BAN v NZ","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2023-12-10T00:00:00.000Z"},"ground":{"id":2025,"objectId":236761,"name":"Shere Bangla National Stadium, Mirpur","smallName":"Mirpur","longName":"Shere Bangla National Stadium, Mirpur","slug":"shere-bangla-national-stadium-mirpur-dhaka","location":"Mirpur","image":{"id":109296,"objectId":429786,"slug":"fans-enjoy-a-domestic-twenty20-match-at-the-shere-bangla-stadium","url":"/lsci/db/PICTURES/CMS/109200/109296.jpg","width":500,"height":376,"caption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium","longCaption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium, Mirpur, October 15, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":58,"objectId":56660,"name":"Dhaka","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"25,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"172 \u0026 144","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"180 \u0026 139/6","scoreInfo":"T:137","points":12,"teamOdds":null}],"languages":["hi"]},"1419830":{"_uid":113839,"id":113839,"objectId":1419830,"slug":"bangladesh-vs-sri-lanka-1st-test","title":"1st Test","startDate":"2024-03-22T00:00:00.000Z","startTime":"2024-03-22T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 328 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":323451,"coverage":"Y","series":{"id":16068,"objectId":1419819,"slug":"bangladesh-vs-sri-lanka-2023-24","name":"Bangladesh vs Sri Lanka","longName":"Sri Lanka tour of Bangladesh","alternateName":"BAN v SL","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-04-03T00:00:00.000Z"},"ground":{"id":1564,"objectId":56689,"name":"Sylhet International Cricket Stadium","smallName":"Sylhet","longName":"Sylhet International Cricket Stadium","slug":"sylhet-international-cricket-stadium","location":"","image":{"id":174981,"objectId":703707,"slug":"a-view-of-the-sylhet-stadium-during-the-victory-day-t20-cup","url":"/lsci/db/PICTURES/CMS/174900/174981.jpg","width":900,"height":713,"caption":"A view of the Sylhet Stadium during the Victory Day T20 Cup","longCaption":"A view of the Sylhet Stadium during the Victory Day T20 Cup, Sylhet, December 23, 2013","credit":"BCB","photographer":null,"peerUrls":null},"town":{"id":68,"objectId":56688,"name":"Sylhet","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"18,000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"280 \u0026 418","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"188 \u0026 182","scoreInfo":"T:511","points":0,"teamOdds":null}],"languages":["hi"]},"1419831":{"_uid":113840,"id":113840,"objectId":1419831,"slug":"bangladesh-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-03-30T00:00:00.000Z","startTime":"2024-03-30T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 192 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":323679,"coverage":"Y","series":{"id":16068,"objectId":1419819,"slug":"bangladesh-vs-sri-lanka-2023-24","name":"Bangladesh vs Sri Lanka","longName":"Sri Lanka tour of Bangladesh","alternateName":"BAN v SL","longAlternateName":null,"unofficialName":null,"season":"2023/24","typeId":4,"endDate":"2024-04-03T00:00:00.000Z"},"ground":{"id":1931,"objectId":56658,"name":"Zahur Ahmed Chowdhury Stadium, Chattogram","smallName":"Chattogram","longName":"Zahur Ahmed Chowdhury Stadium, Chattogram","slug":"zahur-ahmed-chowdhury-stadium-chattogram","location":"","image":{"id":120912,"objectId":473484,"slug":"an-overview-of-the-zohur-ahmed-chowdhury-stadium","url":"/lsci/db/PICTURES/CMS/120900/120912.jpg","width":900,"height":597,"caption":"An overview of the Zohur Ahmed Chowdhury Stadium","longCaption":"An overview of the Zohur Ahmed Chowdhury Stadium, Bangladesh A v England, March 7, 2010","credit":"Getty Images","photographer":"Stu Forster","peerUrls":null},"town":{"id":57,"objectId":56655,"name":"Chattogram","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"22,000"},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"531 \u0026 157/7d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"178 \u0026 318","scoreInfo":"T:511","points":0,"teamOdds":null}],"languages":["hi"]},"1426555":{"_uid":114384,"id":114384,"objectId":1426555,"slug":"australia-vs-india-1st-test","title":"1st Test","startDate":"2024-11-22T00:00:00.000Z","startTime":"2024-11-22T02:20:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 295 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":330363,"coverage":"Y","series":{"id":16215,"objectId":1426547,"slug":"australia-vs-india-2024-25","name":"Australia vs India","longName":"India tour of Australia","alternateName":"AUS vs IND","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-03T00:00:00.000Z"},"ground":{"id":3404,"objectId":1126475,"name":"Perth Stadium","smallName":"Perth","longName":"Perth Stadium","slug":"perth-stadium","location":"","image":null,"town":{"id":27,"objectId":56486,"name":"Perth","area":"Western Australia","timezone":"Australia/Perth"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":null},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"150 \u0026 487/6d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"104 \u0026 238","scoreInfo":"T:534","points":0,"teamOdds":null}],"languages":["hi"]},"1426556":{"_uid":114385,"id":114385,"objectId":1426556,"slug":"australia-vs-india-2nd-test","title":"2nd Test","startDate":"2024-12-06T00:00:00.000Z","startTime":"2024-12-06T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16215,"objectId":1426547,"slug":"australia-vs-india-2024-25","name":"Australia vs India","longName":"India tour of Australia","alternateName":"AUS vs IND","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-03T00:00:00.000Z"},"ground":{"id":131,"objectId":56293,"name":"Adelaide Oval","smallName":"Adelaide","longName":"Adelaide Oval","slug":"adelaide-oval","location":"North Adelaide","image":{"id":173155,"objectId":695353,"slug":"a-general-view-of-the-adelaide-oval","url":"/lsci/db/PICTURES/CMS/173100/173155.jpg","width":900,"height":600,"caption":"A general view of the Adelaide Oval","longCaption":"A general view of the Adelaide Oval, South Australia v Tasmania, Sheffield Shield, 3rd day, Adelaide, November 24, 2013","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":2,"objectId":56292,"name":"Adelaide","area":"South Australia","timezone":"Australia/Adelaide"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"50,000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":["hi"]},"1426557":{"_uid":114386,"id":114386,"objectId":1426557,"slug":"australia-vs-india-3rd-test","title":"3rd Test","startDate":"2024-12-14T00:00:00.000Z","startTime":"2024-12-14T00:20:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16215,"objectId":1426547,"slug":"australia-vs-india-2024-25","name":"Australia vs India","longName":"India tour of Australia","alternateName":"AUS vs IND","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-03T00:00:00.000Z"},"ground":{"id":209,"objectId":56336,"name":"Brisbane Cricket Ground, Woolloongabba, Brisbane","smallName":"Brisbane","longName":"Brisbane Cricket Ground, Woolloongabba, Brisbane","slug":"brisbane-cricket-ground-woolloongabba-brisbane","location":"Woolloongabba","image":{"id":35809,"objectId":189133,"slug":"australia-have-not-lost-a-test-at-the-gabba-since-1988","url":"/lsci/db/PICTURES/CMS/35800/35809.jpg","width":350,"height":232,"caption":"Australia have not lost a Test at the Gabba since 1988","longCaption":"Australia have not lost a Test at the Gabba since 1988","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":8,"objectId":56332,"name":"Brisbane","area":"Queensland","timezone":"Australia/Brisbane"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"37,000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":["hi"]},"1426558":{"_uid":114387,"id":114387,"objectId":1426558,"slug":"australia-vs-india-4th-test","title":"4th Test","startDate":"2024-12-26T00:00:00.000Z","startTime":"2024-12-25T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16215,"objectId":1426547,"slug":"australia-vs-india-2024-25","name":"Australia vs India","longName":"India tour of Australia","alternateName":"AUS vs IND","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-03T00:00:00.000Z"},"ground":{"id":61,"objectId":56441,"name":"Melbourne Cricket Ground","smallName":"Melbourne","longName":"Melbourne Cricket Ground","slug":"melbourne-cricket-ground","location":"Jolimont","image":{"id":86316,"objectId":335266,"slug":"the-magnificent-melbourne-cricket-ground-in-full-bloom","url":"/lsci/db/PICTURES/CMS/86300/86316.jpg","width":500,"height":333,"caption":"The magnificent Melbourne Cricket Ground in full bloom","longCaption":"The magnificent Melbourne Cricket Ground in full bloom, Victoria v Queensland, FR Cup, MCG, February 6, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":25,"objectId":56434,"name":"Melbourne","area":"Victoria","timezone":"Australia/Melbourne"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"90,000"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":["hi"]},"1426559":{"_uid":114388,"id":114388,"objectId":1426559,"slug":"australia-vs-india-5th-test","title":"5th Test","startDate":"2025-01-03T00:00:00.000Z","startTime":"2025-01-02T23:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16215,"objectId":1426547,"slug":"australia-vs-india-2024-25","name":"Australia vs India","longName":"India tour of Australia","alternateName":"AUS vs IND","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-03T00:00:00.000Z"},"ground":{"id":132,"objectId":56544,"name":"Sydney Cricket Ground","smallName":"Sydney","longName":"Sydney Cricket Ground","slug":"sydney-cricket-ground","location":"Moore Park","image":{"id":516,"objectId":56543,"slug":"sydney-cricket-ground","url":"/lsci/db/PICTURES/DB/011999/003928.jpg","width":450,"height":275,"caption":"Sydney Cricket Ground","longCaption":"Sydney Cricket Ground","credit":"Action Photographics","photographer":null,"peerUrls":null},"town":{"id":29,"objectId":56531,"name":"Sydney","area":"New South Wales","timezone":"Australia/Sydney"},"country":{"id":2,"objectId":2,"name":"Australia","shortName":"Australia","abbreviation":"AUS","slug":"australia"},"capacity":"44,002"},"teams":[{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":["hi"]},"1428554":{"_uid":114662,"id":114662,"objectId":1428554,"slug":"new-zealand-vs-england-1st-test","title":"1st Test","startDate":"2024-11-28T00:00:00.000Z","startTime":"2024-11-27T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"RUNNING","state":"LIVE","winnerTeamId":null,"status":"Stumps","statusText":"Day 1 - England chose to field.","statusEng":"Stumps","resultStatus":null,"previewStoryId":330515,"coverage":"Y","series":{"id":16249,"objectId":1428550,"slug":"england-in-new-zealand-2024-25","name":"England in New Zealand","longName":"England tour of New Zealand","alternateName":"NZ vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-18T00:00:00.000Z"},"ground":{"id":93,"objectId":58810,"name":"Hagley Oval, Christchurch","smallName":"Christchurch","longName":"Hagley Oval, Christchurch","slug":"hagley-oval-christchurch","location":"","image":{"id":206697,"objectId":837175,"slug":"the-hagley-oval-drew-a-big-crowd-for-the-england-scotland-game","url":"/lsci/db/PICTURES/CMS/206600/206697.jpg","width":900,"height":600,"caption":"The Hagley Oval drew a big crowd for the England-Scotland game","longCaption":"The Hagley Oval drew a big crowd , England v Scotland, World Cup 2015, Group A, Christchurch, February 23, 2015","credit":"ICC","photographer":null,"peerUrls":null},"town":{"id":824,"objectId":58807,"name":"Christchurch","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"18,000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1],"isHome":true,"isLive":true,"score":"319/8","scoreInfo":"83 ov","points":null,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":["hi"]},"1428555":{"_uid":114663,"id":114663,"objectId":1428555,"slug":"new-zealand-vs-england-2nd-test","title":"2nd Test","startDate":"2024-12-06T00:00:00.000Z","startTime":"2024-12-05T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16249,"objectId":1428550,"slug":"england-in-new-zealand-2024-25","name":"England in New Zealand","longName":"England tour of New Zealand","alternateName":"NZ vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-18T00:00:00.000Z"},"ground":{"id":116,"objectId":58895,"name":"Basin Reserve, Wellington","smallName":"Wellington","longName":"Basin Reserve, Wellington","slug":"basin-reserve-wellington","location":"","image":{"id":88393,"objectId":342515,"slug":"a-general-view-across-the-basin-reserve","url":"/lsci/db/PICTURES/CMS/88300/88393.jpg","width":500,"height":299,"caption":"A general view across the Basin Reserve","longCaption":"A general view across the Basin Reserve, New Zealand v England, 2nd Test, Wellington, March 15, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":851,"objectId":58894,"name":"Wellington","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"11,600"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"1428556":{"_uid":114664,"id":114664,"objectId":1428556,"slug":"new-zealand-vs-england-3rd-test","title":"3rd Test","startDate":"2024-12-14T00:00:00.000Z","startTime":"2024-12-13T22:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16249,"objectId":1428550,"slug":"england-in-new-zealand-2024-25","name":"England in New Zealand","longName":"England tour of New Zealand","alternateName":"NZ vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-18T00:00:00.000Z"},"ground":{"id":504,"objectId":58831,"name":"Seddon Park, Hamilton","smallName":"Hamilton","longName":"Seddon Park, Hamilton","slug":"seddon-park-hamilton","location":"","image":{"id":88142,"objectId":341524,"slug":"a-wide-angle-view-of-the-picturesque-seddon-park-in-hamilton","url":"/lsci/db/PICTURES/CMS/88100/88142.jpg","width":500,"height":332,"caption":"A wide-angle view of the picturesque Seddon Park in Hamilton","longCaption":"A wide-angle view of the picturesque Seddon Park in Hamilton, New Zealand v England, 1st Test, Hamilton, March 8, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":827,"objectId":58830,"name":"Hamilton","area":"","timezone":"Pacific/Auckland"},"country":{"id":5,"objectId":5,"name":"New Zealand","shortName":"New Zealand","abbreviation":"NZ","slug":"new-zealand"},"capacity":"10,000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"1432209":{"_uid":114921,"id":114921,"objectId":1432209,"slug":"south-africa-vs-sri-lanka-1st-test","title":"1st Test","startDate":"2024-11-27T00:00:00.000Z","startTime":"2024-11-27T07:30:00.000Z","format":"TEST","isCancelled":false,"stage":"RUNNING","state":"LIVE","winnerTeamId":null,"status":"Stumps","statusText":"Day 2 - South Africa lead by 281 runs.","statusEng":"Stumps","resultStatus":null,"previewStoryId":330484,"coverage":"Y","series":{"id":16305,"objectId":1432203,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-09T00:00:00.000Z"},"ground":{"id":302,"objectId":59089,"name":"Kingsmead, Durban","smallName":"Durban","longName":"Kingsmead, Durban","slug":"kingsmead-durban","location":"","image":{"id":50670,"objectId":209597,"slug":"general-view-of-kingsmead-durban","url":"/lsci/db/PICTURES/CMS/50600/50670.jpg","width":500,"height":328,"caption":"General view of Kingsmead, Durban","longCaption":"General view of Kingsmead, Durban","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":897,"objectId":59085,"name":"Durban","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"25000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":true,"score":"191 \u0026 132/3","scoreInfo":"40 ov","points":null,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[2],"isHome":false,"isLive":false,"score":"42","scoreInfo":null,"points":null,"teamOdds":null}],"languages":["hi"]},"1432210":{"_uid":114922,"id":114922,"objectId":1432210,"slug":"south-africa-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-12-05T00:00:00.000Z","startTime":"2024-12-05T08:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16305,"objectId":1432203,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-09T00:00:00.000Z"},"ground":{"id":173,"objectId":59159,"name":"St George's Park, Gqeberha","smallName":"Gqeberha","longName":"St George's Park, Gqeberha","slug":"st-george-s-park-gqeberha","location":"","image":{"id":50675,"objectId":209605,"slug":"general-view-st-george-s-park-port-elizabeth","url":"/lsci/db/PICTURES/CMS/50600/50675.jpg","width":500,"height":333,"caption":"General view, St George's Park, Port Elizabeth","longCaption":"General view, St George's Park, Port Elizabeth","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":911,"objectId":59158,"name":"Gqeberha","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"19000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"1432217":{"_uid":114929,"id":114929,"objectId":1432217,"slug":"south-africa-vs-pakistan-1st-test","title":"1st Test","startDate":"2024-12-26T00:00:00.000Z","startTime":"2024-12-26T08:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16307,"objectId":1432205,"slug":"south-africa-vs-pakistan-2024-25","name":"South Africa vs Pakistan","longName":"Pakistan tour of South Africa","alternateName":"SA vs PAK","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-07T00:00:00.000Z"},"ground":{"id":902,"objectId":59079,"name":"SuperSport Park, Centurion","smallName":"Centurion","longName":"SuperSport Park, Centurion","slug":"supersport-park-centurion","location":"","image":{"id":82249,"objectId":320685,"slug":"a-view-of-the-supersport-park-from-the-stands","url":"/lsci/db/PICTURES/CMS/82200/82249.jpg","width":500,"height":333,"caption":"A view of the SuperSport Park from the stands","longCaption":"A view of the SuperSport Park from the stands, South Africa v New Zealand, 2nd Test, Centurion, 2nd day, November 17, 2007","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":894,"objectId":59078,"name":"Centurion","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"20,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"1432218":{"_uid":114930,"id":114930,"objectId":1432218,"slug":"south-africa-vs-pakistan-2nd-test","title":"2nd Test","startDate":"2025-01-03T00:00:00.000Z","startTime":"2025-01-03T08:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16307,"objectId":1432205,"slug":"south-africa-vs-pakistan-2024-25","name":"South Africa vs Pakistan","longName":"Pakistan tour of South Africa","alternateName":"SA vs PAK","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-07T00:00:00.000Z"},"ground":{"id":174,"objectId":59068,"name":"Newlands, Cape Town","smallName":"Cape Town","longName":"Newlands, Cape Town","slug":"newlands-cape-town","location":"","image":{"id":50681,"objectId":209653,"slug":"general-view-of-newlands-cape-town","url":"/lsci/db/PICTURES/CMS/50600/50681.jpg","width":500,"height":333,"caption":"General view of Newlands, Cape Town","longCaption":"General view of Newlands, Cape Town","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":893,"objectId":59060,"name":"Cape Town","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"25,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"1433365":{"_uid":115054,"id":115054,"objectId":1433365,"slug":"west-indies-vs-south-africa-1st-test","title":"1st Test","startDate":"2024-08-07T00:00:00.000Z","startTime":"2024-08-07T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":null,"status":"RESULT","statusText":"Match drawn","statusEng":"RESULT","resultStatus":4,"previewStoryId":327379,"coverage":"Y","series":{"id":16332,"objectId":1433361,"slug":"west-indies-vs-south-africa-2024","name":"West Indies vs South Africa","longName":"South Africa tour of West Indies","alternateName":"WI vs SA","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-08-27T00:00:00.000Z"},"ground":{"id":208,"objectId":59475,"name":"Queen's Park Oval, Port of Spain, Trinidad","smallName":"Port of Spain","longName":"Queen's Park Oval, Port of Spain, Trinidad","slug":"queen-s-park-oval-port-of-spain-trinidad","location":"","image":{"id":10767,"objectId":59473,"slug":"queen-s-park-oval-port-of-spain-trinidad","url":"/lsci/db/PICTURES/CMS/10700/10767.jpg","width":442,"height":289,"caption":"Queen's Park Oval, Port of Spain, Trinidad","longCaption":"West Indies v South Africa, 2nd Test, Queen's Park Oval, Port of Spain, Trinidad, 17-21 March 2001","credit":"ESPNcricinfo Ltd","photographer":"Rian Botes","peerUrls":null},"town":{"id":1002,"objectId":59474,"name":"Port of Spain","area":"Trinidad","timezone":"America/Port_of_Spain"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"25,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"357 \u0026 173/3d","scoreInfo":null,"points":4,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"233 \u0026 201/5","scoreInfo":"T:298","points":4,"teamOdds":null}],"languages":["hi"]},"1433366":{"_uid":115055,"id":115055,"objectId":1433366,"slug":"west-indies-vs-south-africa-2nd-test","title":"2nd Test","startDate":"2024-08-15T00:00:00.000Z","startTime":"2024-08-15T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by 40 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":327577,"coverage":"Y","series":{"id":16332,"objectId":1433361,"slug":"west-indies-vs-south-africa-2024","name":"West Indies vs South Africa","longName":"South Africa tour of West Indies","alternateName":"WI vs SA","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-08-27T00:00:00.000Z"},"ground":{"id":1986,"objectId":208544,"name":"Providence Stadium, Guyana","smallName":"Providence","longName":"Providence Stadium, Guyana","slug":"providence-stadium-guyana","location":"","image":{"id":74347,"objectId":289745,"slug":"an-overview-of-the-providence-stadium-in-guyana","url":"/lsci/db/PICTURES/CMS/74300/74347.jpg","width":500,"height":333,"caption":"An overview of the Providence Stadium in Guyana","longCaption":"An overview of the Providence Stadium in Guyana, Ireland v New Zealand, Super Eights, Guyana, April 9, 2007 ","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":1076,"objectId":248162,"name":"Providence","area":"Guyana","timezone":"America/Guyana"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"15,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"160 \u0026 246","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"144 \u0026 222","scoreInfo":"T:263","points":0,"teamOdds":null}],"languages":["hi"]},"1433378":{"_uid":115067,"id":115067,"objectId":1433378,"slug":"west-indies-vs-bangladesh-1st-test","title":"1st Test","startDate":"2024-11-22T00:00:00.000Z","startTime":"2024-11-22T14:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":4,"status":"RESULT","statusText":"West Indies won by 201 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":330347,"coverage":"Y","series":{"id":16328,"objectId":1433357,"slug":"west-indies-vs-bangladesh-2024-25","name":"West Indies vs Bangladesh","longName":"Bangladesh tour of West Indies","alternateName":"WI vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-19T00:00:00.000Z"},"ground":{"id":1985,"objectId":208543,"name":"Sir Vivian Richards Stadium, North Sound, Antigua","smallName":"North Sound","longName":"Sir Vivian Richards Stadium, North Sound, Antigua","slug":"sir-vivian-richards-stadium-north-sound-antigua","location":"","image":{"id":73681,"objectId":287424,"slug":"an-overview-of-the-sir-vivian-richards-stadium-in-north-sound","url":"/lsci/db/PICTURES/CMS/73600/73681.jpg","width":500,"height":268,"caption":"An overview of the Sir Vivian Richards Stadium in North Sound","longCaption":"An overview of the Sir Vivian Richards Stadium in North Sound, Antigua, March 26, 2007","credit":"AFP","photographer":null,"peerUrls":null},"town":{"id":1102,"objectId":273715,"name":"North Sound","area":"Antigua","timezone":"America/Barbados"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"10,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"450/9d \u0026 152","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"269/9d \u0026 132","scoreInfo":"T:334","points":0,"teamOdds":null}],"languages":["hi"]},"1433379":{"_uid":115068,"id":115068,"objectId":1433379,"slug":"west-indies-vs-bangladesh-2nd-test","title":"2nd Test","startDate":"2024-11-30T00:00:00.000Z","startTime":"2024-11-30T15:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16328,"objectId":1433357,"slug":"west-indies-vs-bangladesh-2024-25","name":"West Indies vs Bangladesh","longName":"Bangladesh tour of West Indies","alternateName":"WI vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-19T00:00:00.000Z"},"ground":{"id":200,"objectId":59458,"name":"Sabina Park, Kingston, Jamaica","smallName":"Kingston","longName":"Sabina Park, Kingston, Jamaica","slug":"sabina-park-kingston-jamaica","location":"","image":{"id":62378,"objectId":246491,"slug":"artist-s-impression-of-the-developed-sabina-park-close-up","url":"/lsci/db/PICTURES/CMS/62300/62378.jpg","width":500,"height":393,"caption":"Artist's impression of the developed Sabina Park (close up)","longCaption":"Artist's impression of the developed Sabina Park, May 7, 2006","credit":"West Indies Cricket Board","photographer":null,"peerUrls":null},"town":{"id":996,"objectId":59454,"name":"Kingston","area":"Jamaica","timezone":"America/Jamaica"},"country":{"id":4,"objectId":4,"name":"West Indies","shortName":"West Indies","abbreviation":"WI","slug":"west-indies"},"capacity":"20,000"},"teams":[{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"1439891":{"_uid":115501,"id":115501,"objectId":1439891,"slug":"india-vs-bangladesh-1st-test","title":"1st Test","startDate":"2024-09-19T00:00:00.000Z","startTime":"2024-09-19T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 280 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":328499,"coverage":"Y","series":{"id":16431,"objectId":1439844,"slug":"bangladesh-in-india-2024-25","name":"Bangladesh in India","longName":"Bangladesh tour of India","alternateName":"IND vs BDESH","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-12T00:00:00.000Z"},"ground":{"id":291,"objectId":58008,"name":"MA Chidambaram Stadium, Chepauk, Chennai","smallName":"Chennai","longName":"MA Chidambaram Stadium, Chepauk, Chennai","slug":"ma-chidambaram-stadium-chepauk-chennai","location":"Chepauk","image":{"id":128358,"objectId":501288,"slug":"the-ma-chidambaram-stadium-in-chennai","url":"/lsci/db/PICTURES/CMS/128300/128358.jpg","width":900,"height":566,"caption":"The MA Chidambaram Stadium in Chennai ","longCaption":"The MA Chidambaram Stadium in Chennai, India v New Zealand, World Cup warm-up match, Chennai","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":577,"objectId":57995,"name":"Chennai","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"38,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"376 \u0026 287/4d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"149 \u0026 234","scoreInfo":"T:515","points":0,"teamOdds":null}],"languages":["hi"]},"1439892":{"_uid":115502,"id":115502,"objectId":1439892,"slug":"india-vs-bangladesh-2nd-test","title":"2nd Test","startDate":"2024-09-27T00:00:00.000Z","startTime":"2024-09-27T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":328724,"coverage":"Y","series":{"id":16431,"objectId":1439844,"slug":"bangladesh-in-india-2024-25","name":"Bangladesh in India","longName":"Bangladesh tour of India","alternateName":"IND vs BDESH","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-12T00:00:00.000Z"},"ground":{"id":419,"objectId":58204,"name":"Green Park, Kanpur","smallName":"Kanpur","longName":"Green Park, Kanpur","slug":"green-park-kanpur","location":"Civil Lines","image":{"id":5145,"objectId":58202,"slug":"green-park-kanpur","url":"/lsci/db/PICTURES/DB/022000/009729.jpg","width":400,"height":262,"caption":"Green Park, Kanpur","longCaption":"A view from the Pavilion at Green Park Stadium, Kanpur","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":630,"objectId":58203,"name":"Kanpur","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"45,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"233 \u0026 146","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"285/9d \u0026 98/3","scoreInfo":"T:95","points":12,"teamOdds":null}],"languages":["hi"]},"1439896":{"_uid":115506,"id":115506,"objectId":1439896,"slug":"india-vs-new-zealand-1st-test","title":"1st Test","startDate":"2024-10-16T00:00:00.000Z","startTime":"2024-10-16T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 8 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":329316,"coverage":"Y","series":{"id":16434,"objectId":1439847,"slug":"new-zealand-in-india-2024-25","name":"New Zealand in India","longName":"New Zealand tour of India","alternateName":"India vs New Zealand","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-03T00:00:00.000Z"},"ground":{"id":683,"objectId":57897,"name":"M Chinnaswamy Stadium, Bengaluru","smallName":"Bengaluru","longName":"M Chinnaswamy Stadium, Bengaluru","slug":"m-chinnaswamy-stadium-bengaluru","location":"","image":{"id":127631,"objectId":498407,"slug":"a-view-of-the-chinnaswamy-stadium-in-bangalore","url":"/lsci/db/PICTURES/CMS/127600/127631.jpg","width":900,"height":565,"caption":"A view of the Chinnaswamy Stadium in Bangalore","longCaption":"A view of the Chinnaswamy Stadium in Bangalore","credit":"AFP","photographer":null,"peerUrls":null},"town":{"id":549,"objectId":57892,"name":"Bengaluru","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"40,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"46 \u0026 462","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"402 \u0026 110/2","scoreInfo":"T:107","points":12,"teamOdds":null}],"languages":["hi"]},"1439897":{"_uid":115507,"id":115507,"objectId":1439897,"slug":"india-vs-new-zealand-2nd-test","title":"2nd Test","startDate":"2024-10-24T00:00:00.000Z","startTime":"2024-10-24T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 113 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329596,"coverage":"Y","series":{"id":16434,"objectId":1439847,"slug":"new-zealand-in-india-2024-25","name":"New Zealand in India","longName":"New Zealand tour of India","alternateName":"India vs New Zealand","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-03T00:00:00.000Z"},"ground":{"id":2677,"objectId":545380,"name":"Maharashtra Cricket Association Stadium, Pune","smallName":"Pune","longName":"Maharashtra Cricket Association Stadium, Pune","slug":"maharashtra-cricket-association-stadium-pune","location":"","image":{"id":154886,"objectId":622794,"slug":"a-wide-angle-view-of-the-subrata-roy-sahara-stadium-in-pune","url":"/lsci/db/PICTURES/CMS/154800/154886.jpg","width":900,"height":600,"caption":"A wide-angle view of the Subrata Roy Sahara Stadium in Pune","longCaption":"A wide-angle view of the Subrata Roy Sahara Stadium, Pune, May 11, 2012","credit":"Hindustan Times","photographer":null,"peerUrls":null},"town":{"id":683,"objectId":58379,"name":"Pune","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":null},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"259 \u0026 255","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"156 \u0026 245","scoreInfo":"T:359","points":0,"teamOdds":null}],"languages":["hi"]},"1439898":{"_uid":115508,"id":115508,"objectId":1439898,"slug":"india-vs-new-zealand-3rd-test","title":"3rd Test","startDate":"2024-11-01T00:00:00.000Z","startTime":"2024-11-01T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":5,"status":"RESULT","statusText":"New Zealand won by 25 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329810,"coverage":"Y","series":{"id":16434,"objectId":1439847,"slug":"new-zealand-in-india-2024-25","name":"New Zealand in India","longName":"New Zealand tour of India","alternateName":"India vs New Zealand","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-03T00:00:00.000Z"},"ground":{"id":713,"objectId":58324,"name":"Wankhede Stadium, Mumbai","smallName":"Wankhede","longName":"Wankhede Stadium, Mumbai","slug":"wankhede-stadium-mumbai","location":"","image":{"id":128755,"objectId":502224,"slug":"the-wankhede-stadium-under-lights","url":"/lsci/db/PICTURES/CMS/128700/128755.jpg","width":900,"height":585,"caption":"The Wankhede Stadium under lights","longCaption":"The Wankhede Stadium under lights, Mumbai, February 20, 2011","credit":"AFP","photographer":null,"peerUrls":null},"town":{"id":665,"objectId":58316,"name":"Mumbai","area":"","timezone":"Asia/Kolkata"},"country":{"id":6,"objectId":6,"name":"India","shortName":"India","abbreviation":"IND","slug":"india"},"capacity":"32,000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"235 \u0026 174","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"263 \u0026 121","scoreInfo":"T:147","points":0,"teamOdds":null}],"languages":["hi"]},"1442213":{"_uid":115588,"id":115588,"objectId":1442213,"slug":"pakistan-vs-bangladesh-1st-test","title":"1st Test","startDate":"2024-08-21T00:00:00.000Z","startTime":"2024-08-21T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":25,"status":"RESULT","statusText":"Bangladesh won by 10 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327695,"coverage":"Y","series":{"id":16456,"objectId":1442203,"slug":"bangladesh-in-pakistan-2024","name":"Bangladesh in Pakistan","longName":"Bangladesh tour of Pakistan","alternateName":"PAK vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-03T00:00:00.000Z"},"ground":{"id":1001,"objectId":59006,"name":"Rawalpindi Cricket Stadium","smallName":"Rawalpindi","longName":"Rawalpindi Cricket Stadium","slug":"rawalpindi-cricket-stadium","location":"","image":{"id":37701,"objectId":59005,"slug":"a-view-of-the-rawalpindi-cricket-stadium","url":"/lsci/db/PICTURES/DB/102000/017579.jpg","width":450,"height":337,"caption":"A view of the Rawalpindi Cricket Stadium","longCaption":"A view of the Rawalpindi Cricket Stadium, 27 Oct 2000","credit":"ESPNcricinfo Ltd","photographer":"Suhael Ahmed","peerUrls":null},"town":{"id":874,"objectId":58999,"name":"Rawalpindi","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":"15000"},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"448/6d \u0026 146","scoreInfo":null,"points":-6,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"565 \u0026 30/0","scoreInfo":"T:30","points":9,"teamOdds":null}],"languages":["hi"]},"1442214":{"_uid":115589,"id":115589,"objectId":1442214,"slug":"pakistan-vs-bangladesh-2nd-test","title":"2nd Test","startDate":"2024-08-30T00:00:00.000Z","startTime":"2024-08-30T04:45:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":25,"status":"RESULT","statusText":"Bangladesh won by 6 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":327946,"coverage":"Y","series":{"id":16456,"objectId":1442203,"slug":"bangladesh-in-pakistan-2024","name":"Bangladesh in Pakistan","longName":"Bangladesh tour of Pakistan","alternateName":"PAK vs BAN","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-03T00:00:00.000Z"},"ground":{"id":1001,"objectId":59006,"name":"Rawalpindi Cricket Stadium","smallName":"Rawalpindi","longName":"Rawalpindi Cricket Stadium","slug":"rawalpindi-cricket-stadium","location":"","image":{"id":37701,"objectId":59005,"slug":"a-view-of-the-rawalpindi-cricket-stadium","url":"/lsci/db/PICTURES/DB/102000/017579.jpg","width":450,"height":337,"caption":"A view of the Rawalpindi Cricket Stadium","longCaption":"A view of the Rawalpindi Cricket Stadium, 27 Oct 2000","credit":"ESPNcricinfo Ltd","photographer":"Suhael Ahmed","peerUrls":null},"town":{"id":874,"objectId":58999,"name":"Rawalpindi","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":"15000"},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"274 \u0026 172","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"262 \u0026 185/4","scoreInfo":"T:185","points":12,"teamOdds":null}],"languages":["hi"]},"1442215":{"_uid":115590,"id":115590,"objectId":1442215,"slug":"pakistan-vs-england-1st-test","title":"1st Test","startDate":"2024-10-07T00:00:00.000Z","startTime":"2024-10-07T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":1,"status":"RESULT","statusText":"England won by an innings and 47 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329027,"coverage":"Y","series":{"id":16458,"objectId":1442205,"slug":"england-in-pakistan-2024-25","name":"England in Pakistan","longName":"England tour of Pakistan","alternateName":"PAK vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-28T00:00:00.000Z"},"ground":{"id":1597,"objectId":58986,"name":"Multan Cricket Stadium","smallName":"Multan","longName":"Multan Cricket Stadium","slug":"multan-cricket-stadium","location":"","image":{"id":55442,"objectId":225849,"slug":"a-general-view-of-multan-cricket-stadium","url":"/lsci/db/PICTURES/CMS/55400/55442.jpg","width":500,"height":240,"caption":"A general view of Multan Cricket Stadium","longCaption":"A general view of Multan Cricket Stadium, Pakistan v England, 1st Test, Multan, November 14, 2005","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":870,"objectId":58979,"name":"Multan","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":null},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"556 \u0026 220","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2],"isHome":false,"isLive":false,"score":"823/7d","scoreInfo":null,"points":12,"teamOdds":null}],"languages":["hi"]},"1442216":{"_uid":115591,"id":115591,"objectId":1442216,"slug":"pakistan-vs-england-2nd-test","title":"2nd Test","startDate":"2024-10-15T00:00:00.000Z","startTime":"2024-10-15T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by 152 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329287,"coverage":"Y","series":{"id":16458,"objectId":1442205,"slug":"england-in-pakistan-2024-25","name":"England in Pakistan","longName":"England tour of Pakistan","alternateName":"PAK vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-28T00:00:00.000Z"},"ground":{"id":1597,"objectId":58986,"name":"Multan Cricket Stadium","smallName":"Multan","longName":"Multan Cricket Stadium","slug":"multan-cricket-stadium","location":"","image":{"id":55442,"objectId":225849,"slug":"a-general-view-of-multan-cricket-stadium","url":"/lsci/db/PICTURES/CMS/55400/55442.jpg","width":500,"height":240,"caption":"A general view of Multan Cricket Stadium","longCaption":"A general view of Multan Cricket Stadium, Pakistan v England, 1st Test, Multan, November 14, 2005","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":870,"objectId":58979,"name":"Multan","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":null},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"366 \u0026 221","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"291 \u0026 144","scoreInfo":"T:297","points":0,"teamOdds":null}],"languages":["hi"]},"1442217":{"_uid":115592,"id":115592,"objectId":1442217,"slug":"pakistan-vs-england-3rd-test","title":"3rd Test","startDate":"2024-10-24T00:00:00.000Z","startTime":"2024-10-24T05:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":7,"status":"RESULT","statusText":"Pakistan won by 9 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":329581,"coverage":"Y","series":{"id":16458,"objectId":1442205,"slug":"england-in-pakistan-2024-25","name":"England in Pakistan","longName":"England tour of Pakistan","alternateName":"PAK vs ENG","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-10-28T00:00:00.000Z"},"ground":{"id":1001,"objectId":59006,"name":"Rawalpindi Cricket Stadium","smallName":"Rawalpindi","longName":"Rawalpindi Cricket Stadium","slug":"rawalpindi-cricket-stadium","location":"","image":{"id":37701,"objectId":59005,"slug":"a-view-of-the-rawalpindi-cricket-stadium","url":"/lsci/db/PICTURES/DB/102000/017579.jpg","width":450,"height":337,"caption":"A view of the Rawalpindi Cricket Stadium","longCaption":"A view of the Rawalpindi Cricket Stadium, 27 Oct 2000","credit":"ESPNcricinfo Ltd","photographer":"Suhael Ahmed","peerUrls":null},"town":{"id":874,"objectId":58999,"name":"Rawalpindi","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":"15000"},"teams":[{"team":{"id":1,"objectId":1,"slug":"england","name":"England","longName":"England","abbreviation":"ENG","imageUrl":"/lsci/db/PICTURES/CMS/381800/381894.png","unofficialName":""},"inningNumbers":[1,3],"isHome":false,"isLive":false,"score":"267 \u0026 112","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[2,4],"isHome":true,"isLive":false,"score":"344 \u0026 37/1","scoreInfo":"T:36","points":12,"teamOdds":null}],"languages":["hi"]},"1442218":{"_uid":115593,"id":115593,"objectId":1442218,"slug":"pakistan-vs-west-indies-1st-test","title":"1st Test","startDate":"2025-01-16T00:00:00.000Z","startTime":"2025-01-16T05:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16460,"objectId":1442208,"slug":"west-indies-in-pakistan-2024-25","name":"West Indies in Pakistan","longName":"West Indies tour of Pakistan","alternateName":"PAK vs WI","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-28T00:00:00.000Z"},"ground":{"id":487,"objectId":58956,"name":"National Stadium, Karachi","smallName":"Karachi","longName":"National Stadium, Karachi","slug":"national-stadium-karachi","location":"","image":{"id":127072,"objectId":496654,"slug":"a-view-of-the-national-stadium-in-karachi","url":"/lsci/db/PICTURES/CMS/127000/127072.jpg","width":900,"height":614,"caption":"A view of the National Stadium in Karachi","longCaption":"A view of the National Stadium, HBL v PIA, Quaid-e-Azam Trophy Division One Final, Karachi, January 13, 2011","credit":"AFP","photographer":null,"peerUrls":null},"town":{"id":867,"objectId":58943,"name":"Karachi","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":null},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"1442219":{"_uid":115594,"id":115594,"objectId":1442219,"slug":"pakistan-vs-west-indies-2nd-test","title":"2nd Test","startDate":"2025-01-24T00:00:00.000Z","startTime":"2025-01-24T05:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16460,"objectId":1442208,"slug":"west-indies-in-pakistan-2024-25","name":"West Indies in Pakistan","longName":"West Indies tour of Pakistan","alternateName":"PAK vs WI","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2025-01-28T00:00:00.000Z"},"ground":{"id":1597,"objectId":58986,"name":"Multan Cricket Stadium","smallName":"Multan","longName":"Multan Cricket Stadium","slug":"multan-cricket-stadium","location":"","image":{"id":55442,"objectId":225849,"slug":"a-general-view-of-multan-cricket-stadium","url":"/lsci/db/PICTURES/CMS/55400/55442.jpg","width":500,"height":240,"caption":"A general view of Multan Cricket Stadium","longCaption":"A general view of Multan Cricket Stadium, Pakistan v England, 1st Test, Multan, November 14, 2005","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":870,"objectId":58979,"name":"Multan","area":"","timezone":"Asia/Karachi"},"country":{"id":7,"objectId":7,"name":"Pakistan","shortName":"Pakistan","abbreviation":"PAK","slug":"pakistan"},"capacity":null},"teams":[{"team":{"id":7,"objectId":7,"slug":"pakistan","name":"Pakistan","longName":"Pakistan","abbreviation":"PAK","imageUrl":"/lsci/db/PICTURES/CMS/381800/381891.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":4,"objectId":4,"slug":"west-indies","name":"West Indies","longName":"West Indies","abbreviation":"WI","imageUrl":"/lsci/db/PICTURES/CMS/317600/317615.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"1447096":{"_uid":116685,"id":116685,"objectId":1447096,"slug":"sri-lanka-vs-new-zealand-1st-test","title":"1st Test","startDate":"2024-09-18T00:00:00.000Z","startTime":"2024-09-18T04:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by 63 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":328462,"coverage":"Y","series":{"id":16571,"objectId":1447091,"slug":"sri-lanka-vs-new-zealand-2024","name":"Sri Lanka vs New Zealand","longName":"New Zealand tour of Sri Lanka","alternateName":"SL vs NZ","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-30T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"305 \u0026 309","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"340 \u0026 211","scoreInfo":"T:275","points":0,"teamOdds":null}],"languages":["hi"]},"1447097":{"_uid":116686,"id":116686,"objectId":1447097,"slug":"sri-lanka-vs-new-zealand-2nd-test","title":"2nd Test","startDate":"2024-09-26T00:00:00.000Z","startTime":"2024-09-26T04:30:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":8,"status":"RESULT","statusText":"Sri Lanka won by an innings and 154 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":328704,"coverage":"Y","series":{"id":16571,"objectId":1447091,"slug":"sri-lanka-vs-new-zealand-2024","name":"Sri Lanka vs New Zealand","longName":"New Zealand tour of Sri Lanka","alternateName":"SL vs NZ","longAlternateName":null,"unofficialName":null,"season":"2024","typeId":4,"endDate":"2024-09-30T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[1],"isHome":true,"isLive":false,"score":"602/5d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[2,3],"isHome":false,"isLive":false,"score":"(fo) 88 \u0026 360","scoreInfo":null,"points":0,"teamOdds":null}],"languages":["hi"]},"1449769":{"_uid":117011,"id":117011,"objectId":1449769,"slug":"tba-vs-tba-final","title":"Final","startDate":"2025-06-11T00:00:00.000Z","startTime":"2025-06-11T10:00:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":15144,"objectId":1345943,"slug":"icc-world-test-championship-2023-2025","name":"ICC World Test Championship","longName":"ICC World Test Championship","alternateName":"WTC","longAlternateName":null,"unofficialName":null,"season":"2023-2025","typeId":3,"endDate":"2025-12-31T00:00:00.000Z"},"ground":{"id":10,"objectId":57129,"name":"Lord's, London","smallName":"Lord's","longName":"Lord's, London","slug":"lord-s-london","location":"St John's Wood Road","image":{"id":92191,"objectId":360855,"slug":"a-wide-angle-view-of-lord-s","url":"/lsci/db/PICTURES/CMS/92100/92191.jpg","width":500,"height":331,"caption":"A wide-angle view of Lord's","longCaption":"A wide-angle view of Lord's, England v South Africa, 1st Test, Lord's, 3rd day, July 12, 2008","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":224,"objectId":57124,"name":"London","area":"","timezone":"Europe/London"},"country":{"id":1,"objectId":1,"name":"England","shortName":"England","abbreviation":"ENG","slug":"england"},"capacity":"30000"},"teams":[{"team":{"id":0,"objectId":0,"slug":"tba","name":"TBA","longName":"TBA","abbreviation":"TBA","imageUrl":null,"unofficialName":null},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":0,"objectId":0,"slug":"tba","name":"TBA","longName":"TBA","abbreviation":"TBA","imageUrl":null,"unofficialName":null},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"1453293":{"_uid":117373,"id":117373,"objectId":1453293,"slug":"bangladesh-vs-south-africa-1st-test","title":"1st Test","startDate":"2024-10-21T00:00:00.000Z","startTime":"2024-10-21T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by 7 wickets","statusEng":"RESULT","resultStatus":1,"previewStoryId":329481,"coverage":"Y","series":{"id":16718,"objectId":1453291,"slug":"south-africa-in-bangladesh-2024-25","name":"South Africa in Bangladesh","longName":"South Africa tour of Bangladesh","alternateName":"BAN vs SA","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-02T00:00:00.000Z"},"ground":{"id":2025,"objectId":236761,"name":"Shere Bangla National Stadium, Mirpur","smallName":"Mirpur","longName":"Shere Bangla National Stadium, Mirpur","slug":"shere-bangla-national-stadium-mirpur-dhaka","location":"Mirpur","image":{"id":109296,"objectId":429786,"slug":"fans-enjoy-a-domestic-twenty20-match-at-the-shere-bangla-stadium","url":"/lsci/db/PICTURES/CMS/109200/109296.jpg","width":500,"height":376,"caption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium","longCaption":"Fans enjoy a domestic Twenty20 match at the Shere-Bangla Stadium, Mirpur, October 15, 2009","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":58,"objectId":56660,"name":"Dhaka","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"25,000"},"teams":[{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[1,3],"isHome":true,"isLive":false,"score":"106 \u0026 307","scoreInfo":null,"points":0,"teamOdds":null},{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[2,4],"isHome":false,"isLive":false,"score":"308 \u0026 106/3","scoreInfo":"T:106","points":12,"teamOdds":null}],"languages":["hi"]},"1453294":{"_uid":117374,"id":117374,"objectId":1453294,"slug":"bangladesh-vs-south-africa-2nd-test","title":"2nd Test","startDate":"2024-10-29T00:00:00.000Z","startTime":"2024-10-29T04:00:00.000Z","format":"TEST","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":3,"status":"RESULT","statusText":"South Africa won by an innings and 273 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":329722,"coverage":"Y","series":{"id":16718,"objectId":1453291,"slug":"south-africa-in-bangladesh-2024-25","name":"South Africa in Bangladesh","longName":"South Africa tour of Bangladesh","alternateName":"BAN vs SA","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-02T00:00:00.000Z"},"ground":{"id":1931,"objectId":56658,"name":"Zahur Ahmed Chowdhury Stadium, Chattogram","smallName":"Chattogram","longName":"Zahur Ahmed Chowdhury Stadium, Chattogram","slug":"zahur-ahmed-chowdhury-stadium-chattogram","location":"","image":{"id":120912,"objectId":473484,"slug":"an-overview-of-the-zohur-ahmed-chowdhury-stadium","url":"/lsci/db/PICTURES/CMS/120900/120912.jpg","width":900,"height":597,"caption":"An overview of the Zohur Ahmed Chowdhury Stadium","longCaption":"An overview of the Zohur Ahmed Chowdhury Stadium, Bangladesh A v England, March 7, 2010","credit":"Getty Images","photographer":"Stu Forster","peerUrls":null},"town":{"id":57,"objectId":56655,"name":"Chattogram","area":"","timezone":"Asia/Dhaka"},"country":{"id":25,"objectId":25,"name":"Bangladesh","shortName":"Bangladesh","abbreviation":"BAN","slug":"bangladesh"},"capacity":"22,000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[1],"isHome":false,"isLive":false,"score":"575/6d","scoreInfo":null,"points":12,"teamOdds":null},{"team":{"id":25,"objectId":25,"slug":"bangladesh","name":"Bangladesh","longName":"Bangladesh","abbreviation":"BAN","imageUrl":"/lsci/db/PICTURES/CMS/341400/341456.png","unofficialName":""},"inningNumbers":[2,3],"isHome":true,"isLive":false,"score":"(fo) 159 \u0026 143","scoreInfo":null,"points":0,"teamOdds":null}],"languages":["hi"]},"1459906":{"_uid":117905,"id":117905,"objectId":1459906,"slug":"sri-lanka-vs-australia-1st-test","title":"1st Test","startDate":"2025-01-29T00:00:00.000Z","startTime":"2025-01-29T04:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16827,"objectId":1459901,"slug":"warne-muralitharan-trophy-2024-25","name":"Warne-Muralitharan Trophy","longName":"Warne-Muralitharan Trophy","alternateName":null,"longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":1,"endDate":"2024-02-10T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]},"1459907":{"_uid":117906,"id":117906,"objectId":1459907,"slug":"sri-lanka-vs-australia-2nd-test","title":"2nd Test","startDate":"2025-02-06T00:00:00.000Z","startTime":"2025-02-06T04:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16827,"objectId":1459901,"slug":"warne-muralitharan-trophy-2024-25","name":"Warne-Muralitharan Trophy","longName":"Warne-Muralitharan Trophy","alternateName":null,"longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":1,"endDate":"2024-02-10T00:00:00.000Z"},"ground":{"id":847,"objectId":59325,"name":"Galle International Stadium","smallName":"Galle","longName":"Galle International Stadium","slug":"galle-international-stadium","location":"","image":{"id":48491,"objectId":200438,"slug":"the-galle-fort-is-in-view-as-shane-warne-bowls","url":"/lsci/db/PICTURES/CMS/48400/48491.jpg","width":1400,"height":989,"caption":"The Galle Fort is in view as Shane Warne bowls","longCaption":"The Galle Fort is in view as Shane Warne bowls, Sri Lanka vs Australia, 1st Test, Galle, 2nd day, March 9, 2004","credit":"Getty Images","photographer":"Hamish Blair","peerUrls":null},"town":{"id":957,"objectId":59324,"name":"Galle","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":null},"teams":[{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":2,"objectId":2,"slug":"australia","name":"Australia","longName":"Australia","abbreviation":"AUS","imageUrl":"/lsci/db/PICTURES/CMS/340400/340493.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]}}}},"liveInfo":{"type":"OVER","currentRunRate":3.3,"requiredRunrate":0,"lastFewOversRunrate":3.3,"lastFewOversRuns":"33","lastFewOversWickets":"0","lastFewOversSixes":"0","lastFewOversFours":"1"},"liveSummary":{"recentBalls":[{"_uid":47359583,"id":47359583,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":39.06,"oversActual":39.6,"overNumber":40,"ballNumber":6,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":231,"wagonY":236,"wagonZone":4,"pitchLine":"ON_THE_STUMPS","pitchLength":"FULL","shotType":"ON_DRIVE","shotControl":1,"timestamp":"2024-11-28T15:32:26.000Z","modified":"2024-11-28T15:32:30.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":132,"totalInningWickets":3,"predictions":null},{"_uid":47359582,"id":47359582,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":39.05,"oversActual":39.5,"overNumber":40,"ballNumber":5,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":181,"wagonY":198,"wagonZone":4,"pitchLine":"ON_THE_STUMPS","pitchLength":"FULL","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:31:55.000Z","modified":"2024-11-28T15:31:57.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":132,"totalInningWickets":3,"predictions":null},{"_uid":47359580,"id":47359580,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":39.04,"oversActual":39.4,"overNumber":40,"ballNumber":4,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":168,"wagonY":191,"wagonZone":5,"pitchLine":"ON_THE_STUMPS","pitchLength":"GOOD_LENGTH","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:31:35.000Z","modified":"2024-11-28T15:31:38.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":132,"totalInningWickets":3,"predictions":null},{"_uid":47359578,"id":47359578,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":39.03,"oversActual":39.3,"overNumber":40,"ballNumber":3,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":220,"wagonY":199,"wagonZone":3,"pitchLine":"DOWN_LEG","pitchLength":"FULL","shotType":"FLICK","shotControl":1,"timestamp":"2024-11-28T15:30:58.000Z","modified":"2024-11-28T15:31:01.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":132,"totalInningWickets":3,"predictions":null},{"_uid":47359576,"id":47359576,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":39.02,"oversActual":39.2,"overNumber":40,"ballNumber":2,"totalRuns":1,"batsmanRuns":1,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":148,"wagonY":314,"wagonZone":5,"pitchLine":"DOWN_LEG","pitchLength":"GOOD_LENGTH","shotType":"ON_DRIVE","shotControl":1,"timestamp":"2024-11-28T15:30:38.000Z","modified":"2024-11-28T15:30:41.000Z","batsmanPlayerId":69697,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":132,"totalInningWickets":3,"predictions":null},{"_uid":47359573,"id":47359573,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":39.01,"oversActual":39.1,"overNumber":40,"ballNumber":1,"totalRuns":1,"batsmanRuns":1,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":291,"wagonY":236,"wagonZone":3,"pitchLine":"DOWN_LEG","pitchLength":"GOOD_LENGTH","shotType":"FLICK","shotControl":1,"timestamp":"2024-11-28T15:30:03.000Z","modified":"2024-11-28T15:30:06.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":131,"totalInningWickets":3,"predictions":null},{"_uid":47359571,"id":47359571,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":38.06,"oversActual":38.6,"overNumber":39,"ballNumber":6,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":145,"wagonY":194,"wagonZone":6,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"SHORT_OF_A_GOOD_LENGTH","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:28:23.000Z","modified":"2024-11-28T15:28:26.000Z","batsmanPlayerId":69697,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":130,"totalInningWickets":3,"predictions":null},{"_uid":47359570,"id":47359570,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":38.05,"oversActual":38.5,"overNumber":39,"ballNumber":5,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":149,"wagonY":197,"wagonZone":5,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"SHORT_OF_A_GOOD_LENGTH","shotType":"COVER_DRIVE","shotControl":1,"timestamp":"2024-11-28T15:27:39.000Z","modified":"2024-11-28T15:27:41.000Z","batsmanPlayerId":69697,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":130,"totalInningWickets":3,"predictions":null},{"_uid":47359569,"id":47359569,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":38.04,"oversActual":38.4,"overNumber":39,"ballNumber":4,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":156,"wagonY":204,"wagonZone":5,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"FULL","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:26:56.000Z","modified":"2024-11-28T15:26:59.000Z","batsmanPlayerId":69697,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":130,"totalInningWickets":3,"predictions":null},{"_uid":47359568,"id":47359568,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":38.03,"oversActual":38.3,"overNumber":39,"ballNumber":3,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":139,"wagonY":184,"wagonZone":6,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"GOOD_LENGTH","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:26:12.000Z","modified":"2024-11-28T15:26:15.000Z","batsmanPlayerId":69697,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":130,"totalInningWickets":3,"predictions":null},{"_uid":47359565,"id":47359565,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":38.02,"oversActual":38.2,"overNumber":39,"ballNumber":2,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":235,"wagonY":174,"wagonZone":3,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"GOOD_LENGTH","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:25:28.000Z","modified":"2024-11-28T15:25:31.000Z","batsmanPlayerId":69697,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":130,"totalInningWickets":3,"predictions":null},{"_uid":47359563,"id":47359563,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":38.01,"oversActual":38.1,"overNumber":39,"ballNumber":1,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":0,"wagonY":0,"wagonZone":0,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"SHORT_OF_A_GOOD_LENGTH","shotType":"LEFT_ALONE","shotControl":1,"timestamp":"2024-11-28T15:24:42.000Z","modified":"2024-11-28T15:24:45.000Z","batsmanPlayerId":69697,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":130,"totalInningWickets":3,"predictions":null},{"_uid":47359559,"id":47359559,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":37.06,"oversActual":37.6,"overNumber":38,"ballNumber":6,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":152,"wagonY":220,"wagonZone":5,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"FULL","shotType":"ON_DRIVE","shotControl":1,"timestamp":"2024-11-28T15:23:30.000Z","modified":"2024-11-28T15:23:33.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":130,"totalInningWickets":3,"predictions":null},{"_uid":47359556,"id":47359556,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":37.05,"oversActual":37.5,"overNumber":38,"ballNumber":5,"totalRuns":1,"batsmanRuns":1,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":114,"wagonY":189,"wagonZone":6,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"GOOD_LENGTH","shotType":"COVER_DRIVE","shotControl":1,"timestamp":"2024-11-28T15:22:36.000Z","modified":"2024-11-28T15:22:39.000Z","batsmanPlayerId":69697,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":130,"totalInningWickets":3,"predictions":null},{"_uid":47359555,"id":47359555,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":37.04,"oversActual":37.4,"overNumber":38,"ballNumber":4,"totalRuns":1,"batsmanRuns":1,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":55,"wagonY":212,"wagonZone":6,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"GOOD_LENGTH","shotType":"COVER_DRIVE","shotControl":1,"timestamp":"2024-11-28T15:21:55.000Z","modified":"2024-11-28T15:21:58.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":129,"totalInningWickets":3,"predictions":null},{"_uid":47359552,"id":47359552,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":37.03,"oversActual":37.3,"overNumber":38,"ballNumber":3,"totalRuns":4,"batsmanRuns":4,"isFour":true,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":344,"wagonY":265,"wagonZone":3,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"SHORT_OF_A_GOOD_LENGTH","shotType":"PULL","shotControl":1,"timestamp":"2024-11-28T15:21:19.000Z","modified":"2024-11-28T15:21:22.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":128,"totalInningWickets":3,"predictions":null},{"_uid":47359550,"id":47359550,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":37.02,"oversActual":37.2,"overNumber":38,"ballNumber":2,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":214,"wagonY":184,"wagonZone":3,"pitchLine":"ON_THE_STUMPS","pitchLength":"FULL","shotType":"FLICK","shotControl":1,"timestamp":"2024-11-28T15:20:55.000Z","modified":"2024-11-28T15:20:58.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":124,"totalInningWickets":3,"predictions":null},{"_uid":47359548,"id":47359548,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":37.01,"oversActual":37.1,"overNumber":38,"ballNumber":1,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":167,"wagonY":189,"wagonZone":5,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"FULL","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:20:22.000Z","modified":"2024-11-28T15:20:25.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":124,"totalInningWickets":3,"predictions":null},{"_uid":47359544,"id":47359544,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":36.06,"oversActual":36.6,"overNumber":37,"ballNumber":6,"totalRuns":1,"batsmanRuns":1,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":299,"wagonY":120,"wagonZone":2,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"SHORT_OF_A_GOOD_LENGTH","shotType":"FLICK","shotControl":1,"timestamp":"2024-11-28T15:18:59.000Z","modified":"2024-11-28T15:19:02.000Z","batsmanPlayerId":58190,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":124,"totalInningWickets":3,"predictions":null},{"_uid":47359542,"id":47359542,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":36.05,"oversActual":36.5,"overNumber":37,"ballNumber":5,"totalRuns":2,"batsmanRuns":2,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":309,"wagonY":107,"wagonZone":2,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"GOOD_LENGTH","shotType":"FLICK","shotControl":1,"timestamp":"2024-11-28T15:18:14.000Z","modified":"2024-11-28T15:18:17.000Z","batsmanPlayerId":58190,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":123,"totalInningWickets":3,"predictions":null},{"_uid":47359539,"id":47359539,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":36.04,"oversActual":36.4,"overNumber":37,"ballNumber":4,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":0,"wagonY":0,"wagonZone":0,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"GOOD_LENGTH","shotType":"LEFT_ALONE","shotControl":1,"timestamp":"2024-11-28T15:17:21.000Z","modified":"2024-11-28T15:17:24.000Z","batsmanPlayerId":58190,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":121,"totalInningWickets":3,"predictions":null},{"_uid":47359536,"id":47359536,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":36.03,"oversActual":36.3,"overNumber":37,"ballNumber":3,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":139,"wagonY":172,"wagonZone":6,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"GOOD_LENGTH","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:16:09.000Z","modified":"2024-11-28T15:16:12.000Z","batsmanPlayerId":58190,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":121,"totalInningWickets":3,"predictions":null},{"_uid":47359533,"id":47359533,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":36.02,"oversActual":36.2,"overNumber":37,"ballNumber":2,"totalRuns":1,"batsmanRuns":1,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":59,"wagonY":120,"wagonZone":7,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"SHORT_OF_A_GOOD_LENGTH","shotType":"STEERED","shotControl":1,"timestamp":"2024-11-28T15:15:32.000Z","modified":"2024-11-28T15:15:35.000Z","batsmanPlayerId":69697,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":121,"totalInningWickets":3,"predictions":null},{"_uid":47359529,"id":47359529,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":36.01,"oversActual":36.1,"overNumber":37,"ballNumber":1,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":157,"wagonY":190,"wagonZone":5,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"SHORT_OF_A_GOOD_LENGTH","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:15:01.000Z","modified":"2024-11-28T15:15:05.000Z","batsmanPlayerId":69697,"bowlerPlayerId":78235,"outPlayerId":null,"totalInningRuns":120,"totalInningWickets":3,"predictions":null},{"_uid":47359522,"id":47359522,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":35.06,"oversActual":35.6,"overNumber":36,"ballNumber":6,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":114,"wagonY":190,"wagonZone":6,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"FULL","shotType":"COVER_DRIVE","shotControl":1,"timestamp":"2024-11-28T15:12:50.000Z","modified":"2024-11-28T15:12:53.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":120,"totalInningWickets":3,"predictions":null},{"_uid":47359520,"id":47359520,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":35.05,"oversActual":35.5,"overNumber":36,"ballNumber":5,"totalRuns":1,"batsmanRuns":1,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":140,"wagonY":313,"wagonZone":5,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"FULL","shotType":"ON_DRIVE","shotControl":1,"timestamp":"2024-11-28T15:12:23.000Z","modified":"2024-11-28T15:12:26.000Z","batsmanPlayerId":69697,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":120,"totalInningWickets":3,"predictions":null},{"_uid":47359518,"id":47359518,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":35.04,"oversActual":35.4,"overNumber":36,"ballNumber":4,"totalRuns":1,"batsmanRuns":1,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":227,"wagonY":241,"wagonZone":4,"pitchLine":"ON_THE_STUMPS","pitchLength":"FULL","shotType":"ON_DRIVE","shotControl":1,"timestamp":"2024-11-28T15:11:54.000Z","modified":"2024-11-28T15:11:57.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":119,"totalInningWickets":3,"predictions":null},{"_uid":47359515,"id":47359515,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":35.03,"oversActual":35.3,"overNumber":36,"ballNumber":3,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":155,"wagonY":174,"wagonZone":6,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"FULL","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:11:30.000Z","modified":"2024-11-28T15:11:33.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":118,"totalInningWickets":3,"predictions":null},{"_uid":47359511,"id":47359511,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":35.02,"oversActual":35.2,"overNumber":36,"ballNumber":2,"totalRuns":2,"batsmanRuns":2,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":31,"wagonY":163,"wagonZone":7,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"GOOD_LENGTH","shotType":"CUT_SHOT","shotControl":1,"timestamp":"2024-11-28T15:10:54.000Z","modified":"2024-11-28T15:10:57.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":118,"totalInningWickets":3,"predictions":null},{"_uid":47359509,"id":47359509,"inningNumber":3,"ballsActual":null,"ballsUnique":null,"oversUnique":35.01,"oversActual":35.1,"overNumber":36,"ballNumber":1,"totalRuns":0,"batsmanRuns":0,"isFour":false,"isSix":false,"isWicket":false,"dismissalType":null,"byes":0,"legbyes":0,"wides":0,"noballs":0,"penalties":0,"wagonX":154,"wagonY":177,"wagonZone":6,"pitchLine":"OUTSIDE_OFFSTUMP","pitchLength":"FULL","shotType":"DEFENDED","shotControl":1,"timestamp":"2024-11-28T15:10:24.000Z","modified":"2024-11-28T15:10:27.000Z","batsmanPlayerId":58190,"bowlerPlayerId":60591,"outPlayerId":null,"totalInningRuns":116,"totalInningWickets":3,"predictions":null}],"batsmen":[{"_uid":69697,"player":{"id":69697,"objectId":595978,"name":"T Stubbs","longName":"Tristan Stubbs","mobileName":"Stubbs","indexName":"Stubbs, T","battingName":"T Stubbs","fieldingName":"Stubbs","slug":"tristan-stubbs","imageUrl":"/lsci/db/PICTURES/CMS/348500/348577.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/348500/348577.png","dateOfBirth":{"year":2000,"month":8,"date":14},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["ob"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm offbreak"],"image":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.1.png","width":160,"height":136,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[8],"playingRoles":["batter"],"headshotImage":{"id":348577,"objectId":1342866,"slug":"tristan-stubbs-player-page-headshot-cutout-2022","url":"/lsci/db/PICTURES/CMS/348500/348577.png","width":600,"height":436,"caption":"Tristan Stubbs, player page headshot cutout 2022","longCaption":"Tristan Stubbs, player page headshot cutout 2022","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/348500/348577.square.png"}}},"runs":17,"balls":51,"fours":1,"sixes":0,"strikerate":33.33,"battedType":"yes","currentType":1,"currentBowlerRuns":9,"currentBowlerBalls":23,"lastFewOversRuns":8,"lastFewOversBalls":22,"careerMatches":6,"careerRuns":334,"careerAverage":37.1111,"careerHS":106,"careerHSNotOut":false,"videos":[],"images":[]},{"_uid":58190,"player":{"id":58190,"objectId":372116,"name":"T Bavuma","longName":"Temba Bavuma","mobileName":"Bavuma","indexName":"Bavuma, T","battingName":"T Bavuma","fieldingName":"Bavuma","slug":"temba-bavuma","imageUrl":"/lsci/db/PICTURES/CMS/320300/320389.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/320300/320389.png","dateOfBirth":{"year":1990,"month":5,"date":17},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["rm"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["right-arm medium"],"image":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.1.png","width":160,"height":136,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":3,"playerRoleTypeIds":[3],"playingRoles":["middle-order batter"],"headshotImage":{"id":320389,"objectId":1261183,"slug":"temba-bavuma-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/320300/320389.png","width":600,"height":436,"caption":"Temba Bavuma player page headshot cutout, 2021","longCaption":"Temba Bavuma player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/320300/320389.square.png"}}},"runs":24,"balls":45,"fours":1,"sixes":0,"strikerate":53.33,"battedType":"yes","currentType":2,"currentBowlerRuns":15,"currentBowlerBalls":27,"lastFewOversRuns":22,"lastFewOversBalls":38,"careerMatches":60,"careerRuns":3196,"careerAverage":35.9101,"careerHS":172,"careerHSNotOut":false,"videos":[],"images":[]}],"bowlers":[{"_uid":60591,"player":{"id":60591,"objectId":422871,"name":"NGRP Jayasuriya","longName":"Prabath Jayasuriya","mobileName":"Jayasuriya","indexName":"Jayasuriya, NGRP","battingName":"NGRP Jayasuriya","fieldingName":"Jayasuriya","slug":"prabath-jayasuriya","imageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/387900/387968.png","dateOfBirth":{"year":1991,"month":11,"date":5},"dateOfDeath":null,"gender":"M","battingStyles":["rhb"],"bowlingStyles":["sla"],"longBattingStyles":["right-hand bat"],"longBowlingStyles":["slow left-arm orthodox"],"image":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":387968,"objectId":1452444,"slug":"prabath-jayasuriya","url":"/lsci/db/PICTURES/CMS/387900/387968.png","width":345,"height":230,"caption":"Prabath Jayasuriya","longCaption":"Prabath Jayasuriya","credit":"Chaminda de Silva","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/387900/387968.icon.png","WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/387900/387968.square.png"}}},"overs":15,"balls":90,"conceded":48,"wickets":2,"economy":3.2,"dots":61,"currentType":1,"maidens":1,"fours":2,"sixes":1,"spellBalls":90,"spellOvers":15,"spellMaidens":1,"spellRuns":48,"spellWickets":2,"careerMatches":17,"careerWickets":101,"careerAverage":28.0099,"careerBBIWickets":7,"careerBBIRuns":52,"videos":[],"images":[{"id":391848,"objectId":1462442,"slug":"prabath-jayasuriya-trapped-wiaan-mulder-in-front","url":"/lsci/db/PICTURES/CMS/391800/391848.jpg","width":1400,"height":2099,"caption":"Prabath Jayasuriya trapped Wiaan Mulder in front","longCaption":"Prabath Jayasuriya trapped Wiaan Mulder in front, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391848.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391848.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391848.10.jpg"},"dateTaken":"2024-11-28","capturedOn":{"year":2024,"month":11,"date":28}}],"rollOver":false},{"_uid":78235,"player":{"id":78235,"objectId":784375,"name":"CBRLS Kumara","longName":"Lahiru Kumara","mobileName":"Lahiru Kumara","indexName":"Kumara, CBRLS","battingName":"CBRLS Kumara","fieldingName":"Kumara","slug":"lahiru-kumara","imageUrl":"/lsci/db/PICTURES/CMS/322900/322942.1.png","headshotImageUrl":"/lsci/db/PICTURES/CMS/322900/322942.png","dateOfBirth":{"year":1997,"month":2,"date":13},"dateOfDeath":null,"gender":"M","battingStyles":["lhb"],"bowlingStyles":["rf"],"longBattingStyles":["left-hand bat"],"longBowlingStyles":["right-arm fast"],"image":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.1.png","width":160,"height":136,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":null},"countryTeamId":8,"playerRoleTypeIds":[4],"playingRoles":["bowler"],"headshotImage":{"id":322942,"objectId":1266037,"slug":"lahiru-kumara-player-page-headshot-cutout-2021","url":"/lsci/db/PICTURES/CMS/322900/322942.png","width":600,"height":436,"caption":"Lahiru Kumara player page headshot cutout, 2021","longCaption":"Lahiru Kumara player page headshot cutout, 2021","credit":null,"photographer":null,"peerUrls":{"FILM":null,"WIDE":null,"SQUARE":"/lsci/db/PICTURES/CMS/322900/322942.square.png"}}},"overs":7,"balls":42,"conceded":14,"wickets":0,"economy":2,"dots":34,"currentType":2,"maidens":3,"fours":1,"sixes":0,"spellBalls":12,"spellOvers":2,"spellMaidens":1,"spellRuns":4,"spellWickets":0,"careerMatches":32,"careerWickets":99,"careerAverage":35.6869,"careerBBIWickets":6,"careerBBIRuns":122,"videos":[],"images":[],"rollOver":false}],"partnershipText":"43 Runs, 15.2 Ov (RR: 2.8)","lastBatText":"Aiden Markram 47 (81b)","reviewsText":"South Africa - 2 of 3, Sri Lanka - 2 of 3","reviewsShortText":"SA - 2 of 3, SL - 2 of 3","fowText":"89/3 (24.4 Ov)"},"superOverLiveSummary":null,"mostValuedPlayerOfTheMatch":null,"playersOfTheMatch":null,"playersOfTheSeries":null,"matchSeriesResult":null,"recentReportStory":{"id":330550,"objectId":1462309,"scribeId":42658275,"slug":"sa-vs-sl-2024-marco-jansen-seven-for-blows-sl-away-to-record-low","title":"Jansen seven-for blows SL away to record low as SA take command at Kingsmead","subTitle":"","seoTitle":"SA vs SL 2024 - Marco Jansen seven-for blows SL away to record low","summary":"SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead","shortText":null,"byline":"Firdose Moonda","categoryType":"OTHERS","genreType":"REPORT","genreId":3,"genreName":"Report","publishedAt":"2024-11-28T10:36:00.000Z","modifiedAt":"2024-11-28T16:21:00.000Z","showPublishedAt":true,"showModifiedAt":true,"day":2,"authorId":315,"image":{"id":391830,"objectId":1462337,"slug":"marco-jansen-ran-through-the-sri-lankan-batting-order","url":"/lsci/db/PICTURES/CMS/391800/391830.5.jpg","width":365,"height":205,"caption":"Marco Jansen ran through the Sri Lankan batting order","longCaption":"Marco Jansen ran through the Sri Lankan batting order, South Africa vs Sri Lanka, 1st Test, 2nd day, Durban, November 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/391800/391830.12.jpg","WIDE":"/lsci/db/PICTURES/CMS/391800/391830.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/391800/391830.10.jpg"}},"matchMeta":{"id":114921,"objectId":1432209,"scribeId":1432209,"slug":"south-africa-vs-sri-lanka-1st-test","seriesId":16305,"seriesObjectId":1432203,"seriesSlug":"south-africa-vs-sri-lanka-2024-25"},"isLiveBlog":false,"isLive":false,"language":"en","generatedAt":"2024-11-28T19:33:04.529Z","credit":"Firdose Moonda is ESPNcricinfo's correspondent for South Africa and women's cricket","copyright":"ESPN Sports Media Ltd.","overviewHtml":null,"keywords":[""],"video":null,"storyGenre":{"id":3,"slug":"report","title":"Report","summary":null}},"recentPreviewStory":{"id":330484,"objectId":1461780,"scribeId":42615134,"slug":"sa-vs-sl-1st-test-sri-lanka-begin-crucial-south-africa-tour-in-happy-hunting-ground","title":"Sri Lanka begin crucial South Africa tour in happy hunting ground","subTitle":"","seoTitle":"SA vs SL 1st Test - Sri Lanka begin crucial South Africa tour in happy hunting ground","summary":"With both teams in with a good shot of making the WTC final, there will be plenty at stake in Durban","shortText":null,"byline":"Andrew Fidel Fernando","categoryType":"OTHERS","genreType":"PREVIEW","genreId":2,"genreName":"Preview","publishedAt":"2024-11-26T04:29:00.000Z","modifiedAt":"2024-11-26T12:30:24.000Z","showPublishedAt":true,"showModifiedAt":false,"day":null,"authorId":335,"image":{"id":388151,"objectId":1452976,"slug":"dhananjaya-de-silva-and-kamindu-mendis-celebrate-the-wicket-of-devon-conway","url":"/lsci/db/PICTURES/CMS/388100/388151.5.jpg","width":365,"height":205,"caption":"Dhananjaya de Silva and Kamindu Mendis celebrate the wicket of Devon Conway","longCaption":"Dhananjaya de Silva and Kamindu Mendis celebrate the wicket of Devon Conway, Sri Lanka vs New Zealand, 2nd Test, Galle, 3rd day, September 28, 2024","credit":"AFP/Getty Images","photographer":null,"peerUrls":{"FILM":"/lsci/db/PICTURES/CMS/388100/388151.14.jpg","WIDE":"/lsci/db/PICTURES/CMS/388100/388151.6.jpg","SQUARE":"/lsci/db/PICTURES/CMS/388100/388151.10.jpg"}},"matchMeta":{"id":114921,"objectId":1432209,"scribeId":1432209,"slug":"south-africa-vs-sri-lanka-1st-test","seriesId":16305,"seriesObjectId":1432203,"seriesSlug":"south-africa-vs-sri-lanka-2024-25"},"isLiveBlog":false,"isLive":false,"language":"en","generatedAt":"2024-11-28T19:32:05.326Z","credit":"Andrew Fidel Fernando is a senior writer at ESPNcricinfo. @afidelf","copyright":"ESPN Sports Media Ltd.","overviewHtml":null,"keywords":[""],"video":null,"storyGenre":{"id":2,"slug":"preview","title":"Preview","summary":null}},"liveBlogStory":null,"fantasyPickStory":null,"commentaryStarted":true,"superOver":false,"bet365Odds":{"nextBatsmen":[{"playerName":"T Bavuma (v T Stubbs) - 4th Wicket (South Africa, 2nd Inns)","odds":"11/10","url":"https://www.bet365.com/dl/sportsbookredirect?affiliate=365_307576\u0026bs=165666627-1766905622~11/10\u0026bet=1"},{"playerName":"T Stubbs (v T Bavuma) - 4th Wicket (South Africa, 2nd Inns)","odds":"4/6","url":"https://www.bet365.com/dl/sportsbookredirect?affiliate=365_307576\u0026bs=165666627-1766905633~4/6\u0026bet=1"}],"dismissals":[{"type":"not_caught","name":"Not Caught (4th South Africa wkt, 2nd Inns)","odds":"7/4","url":"https://www.bet365.com/dl/sportsbookredirect?affiliate=365_307576\u0026bs=165666627-1766898548~7/4\u0026bet=1"},{"type":"caught","name":"Caught (4th South Africa wkt, 2nd Inns)","odds":"2/5","url":"https://www.bet365.com/dl/sportsbookredirect?affiliate=365_307576\u0026bs=165666627-1766898545~2/5\u0026bet=1"}]},"teamsPrevMatches":{"3":[{"_uid":116915,"id":116915,"objectId":1449304,"slug":"south-africa-vs-india-4th-t20i","title":"4th T20I","startDate":"2024-11-15T00:00:00.000Z","startTime":"2024-11-15T15:00:00.000Z","format":"T20","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":6,"status":"RESULT","statusText":"India won by 135 runs","statusEng":"RESULT","resultStatus":1,"previewStoryId":330174,"coverage":"Y","series":{"id":16615,"objectId":1449299,"slug":"india-in-south-africa-2024-25","name":"India in South Africa","longName":"India tour of South Africa","alternateName":"SA vs IND","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-15T00:00:00.000Z"},"ground":{"id":508,"objectId":59120,"name":"The Wanderers Stadium, Johannesburg","smallName":"Johannesburg","longName":"The Wanderers Stadium, Johannesburg","slug":"the-wanderers-stadium-johannesburg","location":"","image":{"id":86109,"objectId":334806,"slug":"a-wide-angle-view-of-the-wanderers","url":"/lsci/db/PICTURES/CMS/86100/86109.jpg","width":500,"height":333,"caption":"A wide-angle view of The Wanderers","longCaption":"A wide-angle view of The Wanderers, South Africa v West Indies, 5th ODI, Johannesburg, February 3, 2008","credit":"ESPNcricinfo Ltd","photographer":null,"peerUrls":null},"town":{"id":901,"objectId":59111,"name":"Johannesburg","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"28,000"},"teams":[{"team":{"id":6,"objectId":6,"slug":"india","name":"India","longName":"India","abbreviation":"IND","imageUrl":"/lsci/db/PICTURES/CMS/381800/381895.png","unofficialName":""},"inningNumbers":[1],"isHome":false,"isLive":false,"score":"283/1","scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[2],"isHome":true,"isLive":false,"score":"148","scoreInfo":"18.2/20 ov, T:284","points":null,"teamOdds":null}],"languages":["hi"]}],"8":[{"_uid":117524,"id":117524,"objectId":1456445,"slug":"sri-lanka-vs-new-zealand-3rd-odi","title":"3rd ODI","startDate":"2024-11-19T00:00:00.000Z","startTime":"2024-11-19T09:00:00.000Z","format":"ODI","isCancelled":false,"stage":"FINISHED","state":"POST","winnerTeamId":null,"status":"NO RESULT","statusText":"No result","statusEng":"NO RESULT","resultStatus":5,"previewStoryId":null,"coverage":"Y","series":{"id":16771,"objectId":1456440,"slug":"sri-lanka-vs-new-zealand-2024-25","name":"Sri Lanka vs New Zealand","longName":"New Zealand tour of Sri Lanka","alternateName":"SL vs NZ","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-11-19T00:00:00.000Z"},"ground":{"id":2503,"objectId":434211,"name":"Pallekele International Cricket Stadium","smallName":"Pallekele","longName":"Pallekele International Cricket Stadium","slug":"pallekele-international-cricket-stadium","location":"Pallekele","image":{"id":110642,"objectId":436832,"slug":"pallekale-international-cricket-stadium","url":"/lsci/db/PICTURES/CMS/110600/110642.jpg","width":310,"height":166,"caption":"Pallekale International Cricket Stadium","longCaption":null,"credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":958,"objectId":59328,"name":"Kandy","area":"","timezone":"Asia/Colombo"},"country":{"id":8,"objectId":8,"name":"Sri Lanka","shortName":"Sri Lanka","abbreviation":"SL","slug":"sri-lanka"},"capacity":"35,000"},"teams":[{"team":{"id":5,"objectId":5,"slug":"new-zealand","name":"New Zealand","longName":"New Zealand","abbreviation":"NZ","imageUrl":"/lsci/db/PICTURES/CMS/340500/340505.png","unofficialName":""},"inningNumbers":[1],"isHome":false,"isLive":false,"score":"112/1","scoreInfo":"21/50 ov","points":null,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":["hi"]}]},"teamsNextMatches":{"3":[{"_uid":114922,"id":114922,"objectId":1432210,"slug":"south-africa-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-12-05T00:00:00.000Z","startTime":"2024-12-05T08:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16305,"objectId":1432203,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-09T00:00:00.000Z"},"ground":{"id":173,"objectId":59159,"name":"St George's Park, Gqeberha","smallName":"Gqeberha","longName":"St George's Park, Gqeberha","slug":"st-george-s-park-gqeberha","location":"","image":{"id":50675,"objectId":209605,"slug":"general-view-st-george-s-park-port-elizabeth","url":"/lsci/db/PICTURES/CMS/50600/50675.jpg","width":500,"height":333,"caption":"General view, St George's Park, Port Elizabeth","longCaption":"General view, St George's Park, Port Elizabeth","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":911,"objectId":59158,"name":"Gqeberha","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"19000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]}],"8":[{"_uid":114922,"id":114922,"objectId":1432210,"slug":"south-africa-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-12-05T00:00:00.000Z","startTime":"2024-12-05T08:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16305,"objectId":1432203,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-09T00:00:00.000Z"},"ground":{"id":173,"objectId":59159,"name":"St George's Park, Gqeberha","smallName":"Gqeberha","longName":"St George's Park, Gqeberha","slug":"st-george-s-park-gqeberha","location":"","image":{"id":50675,"objectId":209605,"slug":"general-view-st-george-s-park-port-elizabeth","url":"/lsci/db/PICTURES/CMS/50600/50675.jpg","width":500,"height":333,"caption":"General view, St George's Park, Port Elizabeth","longCaption":"General view, St George's Park, Port Elizabeth","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":911,"objectId":59158,"name":"Gqeberha","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"19000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]}]},"seriesPrevMatches":[],"seriesNextMatches":[{"_uid":114922,"id":114922,"objectId":1432210,"slug":"south-africa-vs-sri-lanka-2nd-test","title":"2nd Test","startDate":"2024-12-05T00:00:00.000Z","startTime":"2024-12-05T08:30:00.000Z","format":"TEST","isCancelled":false,"stage":"SCHEDULED","state":"PRE","winnerTeamId":null,"status":"{{MATCH_START_TIME}}","statusText":"Match yet to begin","statusEng":"{{MATCH_START_TIME}}","resultStatus":null,"previewStoryId":null,"coverage":"Y","series":{"id":16305,"objectId":1432203,"slug":"south-africa-vs-sri-lanka-2024-25","name":"South Africa vs Sri Lanka","longName":"Sri Lanka tour of South Africa","alternateName":"SA vs SL","longAlternateName":null,"unofficialName":null,"season":"2024/25","typeId":4,"endDate":"2024-12-09T00:00:00.000Z"},"ground":{"id":173,"objectId":59159,"name":"St George's Park, Gqeberha","smallName":"Gqeberha","longName":"St George's Park, Gqeberha","slug":"st-george-s-park-gqeberha","location":"","image":{"id":50675,"objectId":209605,"slug":"general-view-st-george-s-park-port-elizabeth","url":"/lsci/db/PICTURES/CMS/50600/50675.jpg","width":500,"height":333,"caption":"General view, St George's Park, Port Elizabeth","longCaption":"General view, St George's Park, Port Elizabeth","credit":"Getty Images","photographer":null,"peerUrls":null},"town":{"id":911,"objectId":59158,"name":"Gqeberha","area":"","timezone":"Africa/Johannesburg"},"country":{"id":3,"objectId":3,"name":"South Africa","shortName":"South Africa","abbreviation":"SA","slug":"south-africa"},"capacity":"19000"},"teams":[{"team":{"id":3,"objectId":3,"slug":"south-africa","name":"South Africa","longName":"South Africa","abbreviation":"SA","imageUrl":"/lsci/db/PICTURES/CMS/382700/382733.png","unofficialName":""},"inningNumbers":[],"isHome":true,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null},{"team":{"id":8,"objectId":8,"slug":"sri-lanka","name":"Sri Lanka","longName":"Sri Lanka","abbreviation":"SL","imageUrl":"/lsci/db/PICTURES/CMS/340000/340047.png","unofficialName":""},"inningNumbers":[],"isHome":false,"isLive":false,"score":null,"scoreInfo":null,"points":null,"teamOdds":null}],"languages":[]}],"hasTeamPlayers":true,"weather":null,"social":{"latestTwitterUrls":[]},"hasTeamSquads":true,"hasStats":true,"hasFantasyStats":false,"hasFanComments":false,"hasPolls":true}}},"layout":{"type":"DEFAULT","view":{"desktopHeader":true,"desktopFooter":false,"desktopHsb":true,"desktopFooterLegalLinks":true,"mobileHeader":true,"mobileFooter":true,"mobileHsb":false,"mobileFooterLegalLinks":true,"mobileStickyAd":false,"mobileStickyAsk":false,"appStickyAd":true},"ad":{"gpt":{"webAdUnitPath":"game/report","appAdUnitPath":"game/report","attributes":{"pgtyp":"game","kvpt":"livescorecard","kvsite":"report","kvseriesid":1432203,"kvmatchid":1432209,"kvbattingteam":"south-africa"},"units":{"exclusions":{"unit":"exclusions","type":"OUT_OF_PAGE","attributes":{"pos":"exclusions"}},"overlay":{"unit":"overlay","type":"OUT_OF_PAGE","attributes":{"pos":"outofpage"}},"wallpaper":{"unit":"wallpaper","type":"IN_PAGE","attributes":{"pos":"wallpaper"}},"scoresCarousel":{"unit":"scoresCarousel","type":"IN_PAGE","attributes":{"pos":"scoresCarousel"}},"presbyHeader":{"unit":"presbyHeader","type":"IN_PAGE","attributes":{"pos":"presbyHeader"}},"bannerTop":{"unit":"banner","type":"IN_PAGE","attributes":{"pos":"banner","kvpos":"top"}},"bannerTopRoW":{"unit":"bannerRoW","type":"IN_PAGE","attributes":{"pos":"banner","kvpos":"top"}},"bannerTopNonIS":{"unit":"bannerNonIS","type":"IN_PAGE","attributes":{"pos":"banner","kvpos":"top"}},"bannerBottom":{"unit":"banner","type":"IN_PAGE","attributes":{"pos":"banner","kvpos":"bottom"}},"bannerBottom2":{"unit":"banner","type":"IN_PAGE","attributes":{"pos":"banner","kvpos":"bottom2"}},"bannerNewBottom":{"unit":"banner","type":"IN_PAGE","attributes":{"pos":"banner","kvpos":"newbottom"}},"bannerBottomRoW":{"unit":"bannerRoW","type":"IN_VIEW","attributes":{"pos":"banner","kvpos":"bottom"}},"longstrip":{"unit":"longstrip","type":"IN_PAGE","attributes":{"pos":"longstrip"}},"longstrip2":{"unit":"longstrip2","type":"IN_PAGE","attributes":{"pos":"longstrip2"}},"incontentstrip":{"unit":"incontentstrip","type":"IN_PAGE","attributes":{"pos":"incontentstrip"}},"incontent":{"unit":"incontent","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"top"}},"incontentNewBottom":{"unit":"incontent","type":"IN_VIEW","attributes":{"pos":"newbottom","kvpos":"top"}},"incontentNewTop":{"unit":"incontent","type":"IN_PAGE","attributes":{"pos":"newtop","kvpos":"newtop"}},"incontentRoW":{"unit":"incontentRoW","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"top"}},"promobox":{"unit":"promobox","type":"IN_PAGE","attributes":{"pos":"promobox"}},"promoboxTop":{"unit":"promobox","type":"IN_PAGE","attributes":{"pos":"promobox","kvpos":"top"}},"incontent2":{"unit":"incontent2","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"middle"}},"incontent2RoW":{"unit":"incontent2RoW","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"middle"}},"incontent3":{"unit":"incontent3","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"bottom"}},"incontent3RoW":{"unit":"incontent3RoW","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"bottom"}},"incontent3Bottom2":{"unit":"incontent3","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"bottom2"}},"incontent4":{"unit":"incontent4","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"newtop"}},"incontentStory":{"unit":"incontentStory","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"middle"}},"incontentStoryRoW":{"unit":"incontentStoryRoW","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"middle"}},"promoboxBottom":{"unit":"promobox","type":"IN_VIEW","attributes":{"pos":"promobox","kvpos":"bottom"}},"bannerSticky":{"unit":"bannerSticky","type":"IN_PAGE","attributes":{"pos":"banner","kvpos":"sticky"}},"bannerStickyRoW":{"unit":"bannerStickyRoW","type":"IN_PAGE","attributes":{"pos":"banner","kvpos":"sticky"}},"scoresCarouselApp":{"unit":"scoresCarouselApp","type":"IN_PAGE","attributes":{"pos":"scoresCarouselApp","kvpos":"hsb"}},"incontentApp":{"unit":"incontent","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"top"}},"incontentAppRoW":{"unit":"incontentRoW","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"top"}},"incontentApp2":{"unit":"incontent2","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"middle"}},"incontentApp2RoW":{"unit":"incontent2RoW","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"middle"}},"incontentApp3":{"unit":"incontent3","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"bottom"}},"incontentApp3RoW":{"unit":"incontent3RoW","type":"IN_VIEW","attributes":{"pos":"incontent","kvpos":"bottom"}},"bannerTopApp":{"unit":"banner","type":"IN_VIEW","attributes":{"pos":"banner","kvpos":"top"}},"bannerTopAppRoW":{"unit":"bannerRoW","type":"IN_VIEW","attributes":{"pos":"banner","kvpos":"top"}},"bannerBottomApp":{"unit":"banner","type":"IN_VIEW","attributes":{"pos":"banner","kvpos":"bottom"}},"bannerBottomAppRoW":{"unit":"bannerRoW","type":"IN_VIEW","attributes":{"pos":"banner","kvpos":"bottom"}},"bannerNewBottomApp":{"unit":"banner","type":"IN_VIEW","attributes":{"pos":"banner","kvpos":"newbottom"}},"largeBannerTopIS":{"unit":"largeBannerIS","type":"IN_PAGE","attributes":{"pos":"largeBanner","kvpos":"top"}},"longstripGamepackageLeft":{"unit":"longstripGamepackage","type":"IN_PAGE","attributes":{"pos":"longstripGamepackage","kvpos":"left"}},"longstripGamepackageRight":{"unit":"longstripGamepackage","type":"IN_PAGE","attributes":{"pos":"longstripGamepackage","kvpos":"right"}},"presbyMobile":{"unit":"presbyMobile","type":"IN_PAGE","attributes":{"pos":"presbyMobile","kvpos":"top"}},"instream":{"unit":"instream","type":"IN_PAGE","attributes":{"pos":"instream"}},"nativeText":{"unit":"nativeText","type":"IN_VIEW","attributes":{"pos":"nativeText","kvpos":"top"}},"nativeText2":{"unit":"nativeText","type":"IN_VIEW","attributes":{"pos":"nativeText","kvpos":"middle"}},"nativeText3":{"unit":"nativeText","type":"IN_VIEW","attributes":{"pos":"nativeText","kvpos":"bottom"}},"bannerNative":{"unit":"bannerNative","type":"IN_VIEW","attributes":{"pos":"bannerNative","kvpos":"newbottom"}}}},"video":{"adUnitPath":"game/report","siteSection":"espn:cricinfo:cricket:gamepackage"},"taboola":{"type":"article"}},"analytics":{"attributes":{"pageName":"game:south-africa-vs-sri-lanka-1st-test:report","siteSection":"south-africa-vs-sri-lanka-2024-25","subSection":"game:south-africa-vs-sri-lanka-2024-25","contentType":"game","league":"south-africa-vs-sri-lanka-2024-25","gameid":"1432209-South Africa vs Sri Lanka1st Test-2024/25","gameState":"live"}},"seo":{"title":"SA vs SL 2024/25, SA vs SL 1st Test Match Report, November 27 - December 01, 2024 - Jansen seven-for blows SL away to record low as SA take command at Kingsmead","description":"SA vs SL 2024/25, South Africa vs Sri Lanka Match Report: SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead","canonical":"/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report","keywords":["","South Africa vs Sri Lanka 1st Test cricket news","articles","reports","SA vs SL","South Africa vs Sri Lanka"],"image":"https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/391800/391830.6.jpg","canonicalEng":"/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report","twitter":{"title":"Jansen seven-for blows SL away to record low as SA take command at Kingsmead"},"openGraph":{"title":"Jansen seven-for blows SL away to record low as SA take command at Kingsmead"},"metaTags":{"dateModified":"2024-11-28T21:51:00+05:30","datePublished":"2024-11-28T16:06:00+05:30"},"structuredData":{"newsArticle":{"@context":"https://schema.org","@type":"NewsArticle","url":"https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report","articleBody":"South Africa 191 (Bavuma 70, Maharaj 24, Asitha 3-44) and 132 for 3 (Markram 47, Bavuma 24*, Jayasuriya 2-48) lead Sri Lanka 42 (Kamindu 13, Jansen 7-13, Coetzee 2-18) by 281 runsSouth Africa are in control at Kingsmead after a fast-forward second day in which 19 wickets fell, and records tumbled. Sri Lanka were dismissed for 42, their lowest Test total, which was also the lowest Test score against South Africa, and the second-shortest in terms of number of balls faced: 83.Marco Jansen's 7 for 13 headlined South Africa's pace pack. He bowled 41 balls in the innings - the joint-fewest in history to take seven wickets - and gave South Africa a 149-run first-innings lead. By the end of the day, that had grown to 281, and the partnership between Temba Bavuma and Tristan Stubbs to 43, the second-highest of the match.Under blue skies and in sunshine, there was still significant movement on offer, and batting conditions remained tough. South Africa had started day two by resuming their first innings on 80 for 4, and found themselves in trouble 15 overs into the day on 117 for 7. They were in danger of being shot out for their lowest score against Sri Lanka - 128 - but three handy lower-order partnerships, and Bavuma's knock of 70 took them to 191, their third-lowest against Sri Lanka. And it was made to look like a much bigger total when South Africa got the ball in hand.Only two Sri Lanka batters got into double figures, and their misfortunes were a combination of incisive bowling and poor shot selection. Of the top seven, Pathum Nissanka, Angelo Mathews, Kamindu Mendis and Dhananjaya de Silva all played at deliveries they could have left.Kagiso Rabada started the slide when Dimuth Karunatratne hung his bat out to a length ball outside off. and edged to David Bedingham at first slip. Four balls later, Jansen drew Nissanka forward, as the latter reached out for a wide-ish ball. As a result, he was caught at third slip.Two overs after that, Dinesh Chandimal displayed questionable defence when he left a gap between bat and pad, as a delivery from Jansen nipped through to bowl him. Mathews' experience also let him down when he wafted at a ball that angled away, and edged to Bedingham. Sri Lanka were 16 for 4 in the eighth over.South Africa's first, and as it turned out only, bowling change was to bring on Gerald Coetzee in place of Rabada. He started with a full toss that Kamindu drove for four. Coetzee soon had reward when Kamindu played a big shot, attempting to whack him through the covers, but edged to first slip.Jansen's two wickets in his sixth over brought him his second Test five-for. The first of those two wickets was came when Dhananjaya missed an attempted drive and was bowled. The second wicket in the over was of Prabath Jayasuriya's, as he was kept on the back foot and prodded to Stubbs in the slips.Coetzee took the eighth off the next ball, an lbw that was confirmed on review, before Jansen did another double in his last over to end Sri Lanka's innings 78 minutes after it began.Their bowling effort eclipsed a strong Sri Lanka performance earlier in the day, led by good pace from Lahiru Kumara, and well supported by Asitha and Vishwa Fernando. They shared five wickets between them, seamed and swung the ball, and enjoyed operating on a surface with good bounce and carry. Add to that Sri Lanka's good catching in breezy conditions, and they would have been fairly satisfied with their first session's work.Vishwa appealed for an lbw against Kyle Verreynne second ball, but replays showed an inside edge. Verreynne only faced three more deliveries, before Kumara fired in a 141kph ball that beat him and rapped him on the front pad.Three balls later, Sri Lanka wasted a review as Wiaan Mulder inside-edged onto his pad, but Mulder's troubles were only just beginning. In Kumara's next over, he was hit on the middle finger of his right hand as he tried to defend a ball that nipped back in. He received treatment on field and tried to continue despite struggling to grip the bat.Mulder kept out the next ball he faced and immediately wrung his hand in pain, left the last ball of the over, and then retired hurt. He returned to bat for the final partnership and also in the second innings, though X-rays confirmed he had fractured the finger and would not be able to bowl or field in the match.After Kumara's opening spell, which had started on day one, ended with an analysis of 8-1-51-3, Sri Lanka went for a double change. Asitha replaced Kumara, while Jayasuriya's spin came on for Vishwa. Jayasuriya had success with his tenth ball, when Jansen missed a tossed-up delivery, and was rapped on the pads.Coetzee was also drawn in by one that was tossed up, and recklessly hit Jayasuriya to deep midwicket, where Kamindu ran forward to take a good catch. South Africa had lost 3 for 34 in 9.1 overs at that stage, with no real batting to come.Keshav Maharaj joined Bavuma on the back of four successive Test ducks, and made his highest Test score in nine innings. He showed some fight against Jayasuriya, whose fourth over he hit for 15 runs, including a stunning six straight down the ground. When Jayasuriya was replaced by Vishwa, Maharaj did not rein his instincts in, and reached for a wide ball to drive it aerially to Dhananjaya at mid-off.Bavuma had only just reached fifty but was running out of partners, and took matters into his own hands. He left his feet to ramp Kumara for six, and drove him through extra cover and then back past him. The fun didn't last long, and when Kumara was replaced by Asitha, Bavuma swiped across the line and top-edged to midwicket, where Kumara judged the catch well in the wind. That brought the first stanza of Mulder's bravery, and he ended on 9 not out.Later, Mulder came in at No. 3 in South Africa's second innings, after Tony de Zorzi and Aiden Markram's 47-run opening stand ended when de Zorzi skied Jayasuriya to deep-backward square to become his 100th Test wicket. Jayasuriya, in his 17th Test, became the joint-fastest bowler in 74 years to the landmark.Meanwhile, Mulder scored 16 off 31 balls and looked in increasing levels of discomfort before being given out lbw. Markram, whose last five Test innings have not yielded a single half-century, looked convincing until he inside-edged Vishwa on to his stumps. Bavuma and Stubbs bedded in for the rest of the session, and will resume on what is expected to be an easier day for batting on Friday.","articleSection":"South Africa vs Sri Lanka","mainEntityOfPage":{"@type":"WebPage","@id":"https://www.espncricinfo.com/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report"},"headline":"Jansen seven-for blows SL away to record low as SA take command at Kingsmead","description":"SL were bowled out for 42, their lowest Test total, as SA gained a 149-run first-innings lead","datePublished":"2024-11-28T10:36:00+00:00","dateModified":"2024-11-28T16:21:00+00:00","publisher":{"@type":"Organization","name":"ESPNcricinfo","logo":{"@type":"ImageObject","url":"/static/images/espncricinfo-logo-full.png","width":"125","height":"26"}},"author":{"@type":"Person","name":"Firdose Moonda","url":"/author/firdose-moonda-315"},"image":{"@type":"ImageObject","url":"https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/391800/391830.6.jpg","width":"350","height":"200"},"isAccessibleForFree":true}},"languagesCanonical":[{"lang":"hi","canonical":"/hindi/series/south-africa-vs-sri-lanka-2024-25-1432203/south-africa-vs-sri-lanka-1st-test-1432209/match-report"}]}}}},"page":"/match/CiMatchReportPage","query":{"seriesSlug":"south-africa-vs-sri-lanka-2024-25","seriesId":"1432203","matchSlug":"south-africa-vs-sri-lanka-1st-test","matchId":"1432209"},"buildId":"VLVOZhiS3mogEQM0MDmuV","assetPrefix":"https://wassets.hscicdn.com","isFallback":false,"dynamicIds":[10507,40037,785],"customServer":true,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10