IPL T20 2025 Live Scores
Current Match: Mumbai Indians vs Chennai Super Kings
Live Commentary
Live Score API
Access real-time match data using our REST API:
GET https://cricket.sportmonks.com/api/v2.0/livescores
Headers:
Authorization: Bearer YOUR_API_KEY
Response:
{
"matches": [
{
"match_id": "MIvCSK_20250327",
"teams": ["Mumbai Indians", "Chennai Super Kings"],
"score": "MI: 182/4 (18.2) | CSK: 180/7 (20)",
"status": "MI need 3 runs from 10 balls",
"current_over": "18.2: Bumrah to Rohit, 1 run",
"timestamp": "2025-03-27T19:30:00Z"
}
]
}
.png)