IPL 2025 API

IPL 2025 API

Built by Sannjay. Free, open-source IPL data API. Base URL: https://ipl-okn0.onrender.com

Endpoints

/ipl-2025-schedule

Returns the IPL 2025 match schedule.

{
  "status_code": 200,
  "schedule": {
    "Match 1": {
      "Date": "2025-03-20",
      "Team 1": "Mumbai Indians",
      "Team 2": "Chennai Super Kings",
      "Venue": "Mumbai"
    }
  }
}
Test Endpoint

/ipl-2025-points-table

Returns the current IPL 2025 points table.

{
  "status_code": 200,
  "points_table": {
    "Team 1": {
      "Name": "Mumbai Indians",
      "Matches": 2,
      "Wins": 2,
      "Losses": 0,
      "Points": 4
    }
  }
}
Test Endpoint

/ipl-2025-live-score

Live scores (moderate speed).

{
  "status_code": 200,
  "live_score": {
    "Match 1": {
      "Now": "10th Match",
      "Team 1": "MI",
      "1st innings": "183/4 (20)",
      "Team 2": "CSK",
      "2nd innings": "150/3 (18)",
      "CR": "8.33",
      "RR": "9.00"
    }
  }
}
Test Endpoint

/ipl-2025-live-score-s2

Live scores (slower variant).

{
  "status_code": 200,
  "live_score": {
    "Match 1": {
      "Now": "11th Match",
      "Team 1": "RCB",
      "1st innings": "165/6 (20)",
      "Team 2": "KKR",
      "2nd innings": "120/5 (15)",
      "CR": "8.00",
      "RR": "9.20"
    }
  }
}
Test Endpoint

/ipl-2025-live-score-s3

Live scores (fastest variant).

{
  "status_code": 200,
  "live_score": {
    "Match 1": {
      "Now": "12th Match",
      "Team 1": "CSK",
      "1st innings": "190/5 (20)",
      "Team 2": "DC",
      "2nd innings": "170/4 (19)",
      "CR": "8.94",
      "RR": "10.00"
    }
  }
}
Test Endpoint

/squad/<team_micro>

Team squad details (e.g., /squad/mi).

{
  "status_code": 200,
  "squad": {
    "Player 1": {
      "Name": "Hardik Pandya",
      "Nationality": "IND",
      "Role": "All Rounders",
      "Style": "Right Handed Bat",
      "Wicketkeeper": false,
      "Overseas": false,
      "Captaincy": "Captain"
    }
  }
}
Test Endpoint

/ipl-winners

Historical IPL winners (2008–present).

{
  "status_code": 200,
  "winners": {
    "2023": {
      "Winner": "Chennai Super Kings",
      "Won By": "5 wickets",
      "Runner Up": "Gujarat Titans",
      "Venue": "Ahmedabad"
    }
  }
}
Test Endpoint

Documentation

Free IPL 2025 API by Sannjay. Source: GitHub. MIT License.

Use any HTTP client (e.g., curl, Postman):

curl https://ipl-okn0.onrender.com/ipl-2025-points-table

Team codes for /squad/<team_micro>: mi, rcb, csk, dc, pk, kkr, rr, srh, gt, lsg