The 37th match of the Indian Premier League 2026 brings Chennai Super Kings (CSK) and Gujarat Titans (GT) face-to-face at the MA Chidambaram Stadium in Chennai on April 26, 2026, at 3:30 PM IST. Both teams sit on identical records—3 wins and 4 losses from 7 games—placing them in the congested mid-table region. With the playoff race intensifying, this afternoon encounter is crucial for momentum.
CSK appear to be turning a corner after a difficult start, most recently securing a strong victory over Mumbai Indians. Gujarat Titans, meanwhile, have lost their last two matches after a promising beginning, raising questions about their middle-order fragility and overall balance.
const API_KEY = "YOUR_API_KEY"; // 🔴 PUT YOUR KEY
async function getMatch() { try { let res = await fetch(`https://api.cricapi.com/v1/currentMatches?apikey=${API_KEY}&offset=0`); let data = await res.json();
let match = data.data.find(m => m.name.includes("Chennai") && m.name.includes("Gujarat") );
if (!match) return;
let score = match.score?.[0]; if (!score) return;
// SCORE document.getElementById("score").innerText = score.r + "/" + score.w;
document.getElementById("overs").innerText = score.o;
document.getElementById("crr").innerText = (score.r / score.o).toFixed(2);
document.getElementById("status").innerText = match.status;
// FAKE BALL ANIMATION (until paid API) let runs = Math.floor(Math.random()*7);
document.getElementById("lastBall").innerText = runs === 0 ? "W" : runs;
let ball = document.createElement("div"); ball.classList.add("ball");
if(runs === 4) ball.classList.add("four"); else if(runs === 6) ball.classList.add("six"); else if(runs === 0) ball.classList.add("wicket"); else ball.classList.add("run");
ball.innerText = runs === 0 ? "W" : runs;
let balls = document.getElementById("balls"); balls.prepend(ball);
if(balls.children.length > 6) { balls.removeChild(balls.lastChild); }
// COMMENTARY let comm = document.getElementById("commentary"); let line = document.createElement("div"); line.innerText = match.status;
comm.prepend(line);
} catch(e) { console.log(e); } }
setInterval(getMatch, 8000); getMatch();
Pitch Report and Weather
The MA Chidambaram Stadium pitch (Pitch No. 6) has evolved in recent seasons. Once a notorious spin trap, it has become significantly more batting-friendly with higher average scores. While spinners like Noor Ahmad, Akeal Hosein, and Rashid Khan will find some grip and turn in the middle overs, pacers who hit hard lengths and use variations will also play a key role. Recent IPL games here have seen teams batting first win three out of the last five.
An afternoon start in peak Chennai summer means hot and humid conditions. Dew could become a factor under lights, potentially making chasing preferable. Expect a high-scoring contest if batters apply themselves early.
Team News and Form
Chennai Super Kings (Form: WLWWL): Sanju Samson has been the standout performer, scoring two hundreds and a 48 in his last four innings after a slow start. Noor Ahmad has been economical and effective with the ball. Ruturaj Gaikwad leads a side boosted by home advantage. MS Dhoni remains a major talking point—he is recovering from a calf strain, has been progressing well in the nets, but is yet to feature this season. No major changes are expected in the playing XI.
Gujarat Titans (Form: LLWWW): Shubman Gill and his top order (including Jos Buttler and Sai Sudharsan) have carried much of the batting load, but the middle order has struggled, forcing conservative play from the top three. Rashid Khan remains their trump card with the ball, supported by Mohammed Siraj, Kagiso Rabada, and spin options like Washington Sundar. The team is likely to stick with the same combination after recent defeats.
Predicted Playing XI
Chennai Super Kings: Sanju Samson (wk), Ruturaj Gaikwad (c), Sarfaraz Khan, Shivam Dube, Dewald Brevis, Kartik Sharma, Jamie Overton, Akeal Hosein, Noor Ahmad, Anshul Kamboj, Mukesh Choudhary. (Impact: Gurjapneet Singh or similar)
Gujarat Titans: Sai Sudharsan, Shubman Gill (c), Jos Buttler (wk), Washington Sundar, Shahrukh Khan, Rahul Tewatia, Jason Holder, Rashid Khan, Manav Suthar, Kagiso Rabada, Mohammed Siraj. (Impact: Prasidh Krishna)
Key Battles to Watch
- Sanju Samson vs Rashid Khan: Samson is in prime form and loves pace, but Rashid has historically troubled him. This clash could decide the middle overs.
- Shubman Gill vs Akeal Hosein/Noor Ahmad: Gill is in excellent touch. CSK’s left-arm spin duo will look to exploit any early grip.
- Mohammed Siraj vs CSK top order: Siraj has a good record against Samson and will be tasked with early breakthroughs.
- MS Dhoni Factor: If Dhoni features (even as a finisher or pure batter), the Chepauk crowd will go wild. His presence alone lifts CSK.
Head-to-Head Record
The two sides have met 8 times in the IPL with an even 4-4 split. CSK have posted a highest of 230 against GT, while GT’s highest stands at 231. Recent encounters have been competitive, though CSK won convincingly by a big margin in one of the 2025 clashes.
Match Prediction
This looks like a closely contested match. CSK hold a slight edge due to home conditions, improving form, and Samson’s explosive batting. However, GT’s explosive top order (Gill, Buttler, Sudharsan) and world-class bowling attack (Rashid, Rabada, Siraj) make them dangerous on any given day.
Many experts lean toward the team chasing successfully if dew arrives, but a strong toss win and disciplined batting first could also post a defendable total on this surface. Expect fireworks and a high-scoring thriller.
How to Watch: The match will be broadcast live on Star Sports network and streamed on JioHotstar. Live commentary and ball-by-ball updates will be available across major cricket apps and websites.
Stay tuned for what promises to be an entertaining Sunday afternoon in Chennai. Will CSK capitalize on home advantage and Samson’s form, or can GT’s star performers pull them out of their recent slump? The “Whistle Podu” army versus the Titans—game on!
