Zum Inhalt springen
GET /v1/match

Full scorecard for a match

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/cricketlive-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

curl "https://api.oanor.com/cricketlive-api/v1/match" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/cricketlive-api/v1/match", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/cricketlive-api/v1/match");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/cricketlive-api/v1/match",
    headers={"x-oanor-key": "oanor_test_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "data": {
        "match": {
            "id": "1535465",
            "date": "2026-05-31T14:00Z",
            "name": "Royal Challengers Bengaluru v Gujarat Titans",
            "teams": [
                {
                    "id": "335970",
                    "logo": "https://a.espncdn.com/i/teamlogos/cricket/500/335970.png",
                    "name": "Royal Challengers Bengaluru",
                    "score": "161/5 (18/20 ov, target 156)",
                    "winner": false,
                    "innings": [
                        {
                            "runs": null,
                            "overs": 20,
                            "wickets": 0
                        },
                        {
                            "runs": null,
                            "overs": 18,
                            "wickets": 5
                        }
                    ],
                    "home_away": "home",
                    "abbreviation": "RCB"
                },
                {
                    "id": "1298769",
                    "logo": "https://a.espncdn.com/i/teamlogos/cricket/500/1298769.png",
                    "name": "Gujarat Titans",
                    "score": "155/8",
                    "winner": false,
                    "innings": [
                        {
                            "runs": null,
                            "overs": 20,
                            "wickets": 8
                        },
                        {
                            "runs": null,
                            "overs": 18,
                            "wickets": 0
                        }
                    ],
                    "home_away": "away",
                    "abbreviation": "GT"
                }
            ],
            "venue": "Narendra Modi Stadium, Motera, Ahmedabad",
            "detail": "Final",
            "status": "Result"
        },
        "notes": [
            "Royal Challengers Bengaluru won the 2026 Indian Premier League",
            "2026",
            "31 May 2026 - night match (20-over match)",
            "19.30 start, First Session 19.30-21.00, Interval 21.00-21.15, Second Session 21.15-22.45",
            "Royal Challengers Bengaluru , elected to field first",
            "Ashish Pant and Ekanth",
            "Chandan Duorah",
            "Gujarat Titans innings",
            "Powerplay 1: Overs 0.1 - 6.0 (Mandatory - 45 runs, 2 wickets)",
            "Over 0.4: Review by Gujarat Titans (Batting), Decision Challenged - Wicket, Umpire - Nitin Menon, Batter - B Sai Sudharsan (Upheld)",
            "Gujarat Titans Impact Player Subs: Prasidh Krishna, Glenn Phillips, Anuj Rawat, Kumar Kushagra, Sai Kishore.",
            "Royal Challengers Bengaluru Impact Player Subs: Venkatesh Iyer, Kanishk Chohan, Swapnil Singh, Abhinandan Singh, Jordan Cox.",
            "Gujarat Titans: 50 runs in 6.5 overs (41 balls), Extras 3",
            "Strategic Timeout: Gujarat Titans - 59/3 
…