Tennis Data and Analytics API

API ID 13207

Real-time tennis scores, players, match-winner market prices and AI win-probability analysis. Tiered read-only REST plus a live WebSocket score feed. All timestamps in UTC.

299 ms avg response

API Documentation

Endpoints

Request
Returns tennis matches filtered by lifecycle status (live, upcoming or completed), each with its players, tournament, surface and latest score.
Endpoint ID: 26961
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26961/list+matches
INPUT PARAMETERS

List Matches — Endpoint Features

Object Description
status Optional Lifecycle filter: live, upcoming, or completed. Default live.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

status
API EXAMPLE RESPONSE
JSON
{
    "data": [
        {
            "event_status": null,
            "format": "BO3",
            "id": 20600,
            "indoor": false,
            "is_doubles": false,
            "players": {
                "p1": {
                    "backhand": null,
                    "birthday": "2001-01-23",
                    "country": "jpn",
                    "hand": "R",
                    "id": 2463,
                    "is_doubles_team": false,
                    "name": "Naho Sato",
                    "ranking": 488,
                    "ranking_movement": "down",
                    "ranking_points": 65,
                    "tour": "wta"
                },
                "p2": {
                    "backhand": null,
                    "birthday": null,
                    "country": "wor",
                    "hand": null,
                    "id": 11212,
                    "is_doubles_team": false,
                    "name": "Alina Tikhonova",
                    "ranking": 885,
                    "ranking_movement": "up",
                    "ranking_points": 32,
                    "tour": "wta"
                }
            },
            "round": "W15 Luan 5 - Semi-finals",
            "scheduled_time": "2026-07-18T06:00:00Z",
            "score": {
                "games": [
                    [
                        2
                    ],
                    [
                        5
                    ]
                ],
                "is_tiebreak": false,
                "points": [
                    "15",
                    "15"
                ],
                "server": 2,
                "sets": [
                    0,
                    0
                ],
                "timestamp": "2026-07-18T07:22:57.934363Z"
            },
            "status": "live",
            "surface": "hard",
            "tournament": "W15 Luan 5"
        },
        {
            "event_status": null,
            "format": "BO3",
            "id": 20605,
            "indoor": false,
            "is_doubles": false,
            "players": {
                "p1": {
                    "backhand": null,
                    "birthday": "2006-03-16",
                    "country": "rou",
                    "hand": "R",
                    "id": 209,
                    "is_doubles_team": false,
                    "name": "Radu David Turcanu",
                    "ranking": 714,
                    "ranking_movement": "down",
                    "ranking_points": 46,
                    "tour": "atp"
                },
                "p2": {
                    "backhand": null,
                    "birthday": "2002-03-20",
                    "country": "mda",
                    "hand": "R",
                    "id": 1709,
                    "is_doubles_team": false,
                    "name": "Ilya Snitari",
                    "ranking": 955,
                    "ranking_movement": "down",
                    "ranking_points": 22,
                    "tour": null
                }
            },
            "round": "M15 Slobozia - Semi-finals",
            "scheduled_time": "2026-07-18T07:00:00Z",
            "score": {
                "games": [
                    [
                        1
                    ],
                    [
                        1
                    ]
                ],
                "is_tiebreak": false,
                "points": [
                    "15",
                    "0"
                ],
                "server": 2,
                "sets": [
                    0,
                    0
                ],
                "timestamp": "2026-07-18T07:23:20.865113Z"
            },
            "status": "live",
            "surface": "clay",
            "tournament": "M15 Slobozia"
        }
    ],
    "meta": {
        "count": 2,
        "limit": 50,
        "offset": 0
    }
}
List Matches — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26961/list+matches?status=live' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Full detail for a single match by id: both players, tournament, surface, format, round, status and the latest score snapshot.
Endpoint ID: 26962
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26962/match+detail
INPUT PARAMETERS

Match Detail — Endpoint Features

Object Description
matchId Optional Numeric match id (path parameter).
match_id Optional Numeric match id.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

matchId
match_id
API EXAMPLE RESPONSE
JSON
{
    "event_status": null,
    "format": "BO3",
    "id": 20564,
    "indoor": false,
    "is_doubles": false,
    "players": {
        "p1": {
            "backhand": null,
            "birthday": "1997-05-14",
            "country": "aus",
            "hand": "R",
            "id": 497,
            "is_doubles_team": false,
            "name": "Jake Delaney",
            "ranking": 384,
            "ranking_movement": "up",
            "ranking_points": 131,
            "tour": "atp"
        },
        "p2": {
            "backhand": null,
            "birthday": "1999-03-31",
            "country": "aus",
            "hand": null,
            "id": 2121,
            "is_doubles_team": false,
            "name": "Benjamin O'Connell",
            "ranking": 1069,
            "ranking_movement": "down",
            "ranking_points": 16,
            "tour": "atp"
        }
    },
    "round": "M25 Brisbane - Semi-finals",
    "scheduled_time": "2026-07-18T02:25:00Z",
    "score": {
        "games": [
            [
                4,
                6,
                6
            ],
            [
                6,
                3,
                4
            ]
        ],
        "is_tiebreak": false,
        "points": [
            "0",
            "0"
        ],
        "server": 1,
        "sets": [
            2,
            1
        ],
        "timestamp": "2026-07-18T04:58:38.940096Z"
    },
    "status": "completed",
    "surface": "hard",
    "tournament": "M25 Brisbane",
    "winner": 1
}
Match Detail — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26962/match+detail?matchId=20564' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Current score snapshot for a match: sets, games, points, current server, tiebreak flag and timestamp. ULTRA adds live win probability and danger.
Endpoint ID: 26963
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26963/live+score
INPUT PARAMETERS

Live Score — Endpoint Features

Object Description
match_id Optional Numeric match id.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

match_id
API EXAMPLE RESPONSE
JSON
{
    "games": [
        [
            4,
            6,
            6
        ],
        [
            6,
            3,
            4
        ]
    ],
    "is_tiebreak": false,
    "points": [
        "0",
        "0"
    ],
    "server": 1,
    "sets": [
        2,
        1
    ],
    "timestamp": "2026-07-18T04:58:38.940096Z"
}
Live Score — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26963/live+score?match_id=20564' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Chronological in-match events for a match — breaks, games won, sets won and momentum runs — newest first. Requires the PRO plan.
Endpoint ID: 26964
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26964/match+events
INPUT PARAMETERS

Match Events — Endpoint Features

Object Description
match_id Optional Numeric match id.
limit Optional Max events to return (1-200, default 50).

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

match_id
limit
API EXAMPLE RESPONSE
JSON
{
    "data": [
        {
            "player": 1,
            "timestamp": "2026-07-18T04:58:39.043690Z",
            "type": "game_won"
        },
        {
            "player": 1,
            "timestamp": "2026-07-18T04:58:39.043688Z",
            "type": "match_won"
        },
        {
            "player": 1,
            "timestamp": "2026-07-18T04:58:39.043683Z",
            "type": "set_won"
        },
        {
            "player": 1,
            "timestamp": "2026-07-18T04:55:07.368178Z",
            "type": "break"
        },
        {
            "player": 1,
            "timestamp": "2026-07-18T04:55:07.368173Z",
            "type": "game_won"
        },
        {
            "player": 1,
            "timestamp": "2026-07-18T04:50:36.073259Z",
            "type": "game_won"
        },
        {
            "player": 2,
            "timestamp": "2026-07-18T04:44:25.300252Z",
            "type": "game_won"
        },
        {
            "player": 1,
            "timestamp": "2026-07-18T04:40:34.247096Z",
            "type": "game_won"
        },
        {
            "player": 2,
            "timestamp": "2026-07-18T04:37:03.084467Z",
            "type": "game_won"
        },
        {
            "player": 1,
            "timestamp": "2026-07-18T04:33:55.598351Z",
            "type": "game_won"
        }
    ],
    "meta": {
        "count": 10,
        "limit": 10,
        "offset": 0
    }
}
Match Events — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26964/match+events?match_id=20564&limit=10' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
AI model analysis for a match: predicted winner side, win probability, confidence, volatility, key factors and the reasoning thesis. Requires the ULTRA plan.
Endpoint ID: 26965
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26965/model+analysis
INPUT PARAMETERS

Model Analysis — Endpoint Features

Object Description
match_id Optional Numeric match id.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

match_id
API EXAMPLE RESPONSE
JSON
{
    "profile": {
        "created_at": "2026-07-18T04:55:45.275413Z",
        "expected_closeness": null,
        "key_factors": [
            "Delaney 384 vs O'Connell 1069 with 10-20 recent hard-court record — clear class gap anchored by ranking, surface W-L, and H2H 1-0; thin P2 data pulls base toward 0.50 but the present signals are too one-sided to ignore",
            "Live: Delaney serving at 5-4 in the third, 83% hold rate, 7 aces, 73% first-serve-won vs O'Connell's 66% — serving dominance throughout and 4 breaks to 2 justifies a positive shift",
            "Momentum reading Delaney (4 of last 6 games, 86-80 total points) with no overwhelming signal — shift capped well inside the hard bound"
        ],
        "volatility_rating": null,
        "win_probability_p1": 0.7
    },
    "thesis": {
        "confidence": 0.7,
        "created_at": "2026-07-18T04:55:45.286183Z",
        "notes": {
            "environment": null,
            "fatigue": null,
            "matchup": "Delaney 384 vs O'Connell 1069 with 10-20 recent hard-court record — clear class gap anchored by ranking, surface W-L, and H2H 1-0; thin P2 data pulls base toward 0.50 but the present signals are too one-sided to ignore, Live: Delaney serving at 5-4 in the third, 83% hold rate, 7 aces, 73% first-serve-won vs O'Connell's 66% — serving dominance throughout and 4 breaks to 2 justifies a positive shift, Momentum reading Delaney (4 of last 6 games, 86-80 total points) with no overwhelming signal — shift capped well inside the hard bound"
        },
        "pick_side": 1,
        "reasoning": "{\"pre_match_base\": 0.62, \"live_shift\": 0.08, \"live_overwhelming\": false, \"key_factors\": [\"Delaney 384 vs O'Connell 1069 with 10-20 recent hard-court record \\u2014 clear class gap anchored by ranking, surface W-L, and H2H 1-0; thin P2 data pulls base toward 0.50 but the present signals are too one-sided to ignore\", \"Live: Delaney serving at 5-4 in the third, 83% hold rate, 7 aces, 73% first-serve-won vs O'Connell's 66% \\u2014 serving dominance throughout and 4 breaks to 2 justifies a positive shift\", \"Momentum reading Delaney (4 of last 6 games, 86-80 total points) with no overwhelming signal \\u2014 shift capped well inside the hard bound\"], \"win_probability_p1\": 0.7}",
        "scenario_playbook": null,
        "state": "valid",
        "win_probability_pick": 0.7
    }
}
Model Analysis — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26965/model+analysis?match_id=20564' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Search tennis players by name substring; returns ranking, ranking points, country, tour, hand and bio for each match, ranked players first.
Endpoint ID: 26966
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26966/search+players
INPUT PARAMETERS

Search Players — Endpoint Features

Object Description
search Optional Name substring to search for.
limit Optional Max players to return (1-200, default 50).

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

search
limit
API EXAMPLE RESPONSE
JSON
{
    "data": [
        {
            "backhand": null,
            "birthday": "1998-05-05",
            "country": "wor",
            "hand": "R",
            "id": 55,
            "is_doubles_team": false,
            "name": "Aryna Sabalenka",
            "ranking": 1,
            "ranking_movement": "same",
            "ranking_points": 9090,
            "tour": "wta"
        },
        {
            "backhand": null,
            "birthday": "2001-08-16",
            "country": "ita",
            "hand": "R",
            "id": 34,
            "is_doubles_team": false,
            "name": "Jannik Sinner",
            "ranking": 1,
            "ranking_movement": "same",
            "ranking_points": 13450,
            "tour": "atp"
        },
        {
            "backhand": null,
            "birthday": "2003-05-05",
            "country": "esp",
            "hand": "R",
            "id": 13,
            "is_doubles_team": false,
            "name": "Carlos Alcaraz",
            "ranking": 2,
            "ranking_movement": "same",
            "ranking_points": 12960,
            "tour": "atp"
        },
        {
            "backhand": null,
            "birthday": "1999-06-17",
            "country": "kaz",
            "hand": "R",
            "id": 47,
            "is_doubles_team": false,
            "name": "Elena Rybakina",
            "ranking": 2,
            "ranking_movement": "same",
            "ranking_points": 8143,
            "tour": "wta"
        },
        {
            "backhand": null,
            "birthday": "2001-05-31",
            "country": "pol",
            "hand": "R",
            "id": 889,
            "is_doubles_team": false,
            "name": "Iga Swiatek",
            "ranking": 3,
            "ranking_movement": "same",
            "ranking_points": 6409,
            "tour": "wta"
        },
        {
            "backhand": 2,
            "birthday": "1997-04-20",
            "country": "ger",
            "hand": "R",
            "id": 6,
            "is_doubles_team": false,
            "name": "Alexander Zverev",
            "ranking": 3,
            "ranking_movement": "same",
            "ranking_points": 7190,
            "tour": "atp"
        },
        {
            "backhand": null,
            "birthday": "2000-08-08",
            "country": "can",
            "hand": null,
            "id": 31,
            "is_doubles_team": false,
            "name": "Felix Auger-Aliassime",
            "ranking": 4,
            "ranking_movement": "same",
            "ranking_points": 4390,
            "tour": "atp"
        },
        {
            "backhand": null,
            "birthday": "1994-02-24",
            "country": "usa",
            "hand": "R",
            "id": 50,
            "is_doubles_team": false,
            "name": "Jessica Pegula",
            "ranking": 4,
            "ranking_movement": "same",
            "ranking_points": 5881,
            "tour": "wta"
        },
        {
            "backhand": null,
            "birthday": "2007-04-29",
            "country": "wor",
            "hand": "R",
            "id": 57,
            "is_doubles_team": false,
            "name": "Mirra Andreeva",
            "ranking": 5,
            "ranking_movement": "same",
            "ranking_points": 5653,
            "tour": "wta"
        },
        {
            "backhand": null,
            "birthday": "2001-08-31",
            "country": "usa",
            "hand": "R",
            "id": 59,
            "is_doubles_team": false,
            "name": "Amanda Anisimova",
            "ranking": 6,
            "ranking_movement": "same",
            "ranking_points": 5523,
            "tour": "wta"
        }
    ],
    "meta": {
        "count": 10,
        "limit": 10,
        "offset": 0
    }
}
Search Players — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26966/search+players?search=a&limit=10' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Full profile for a single player by id: ranking, ranking points and movement, country, tour, hand, backhand, birthday and cached rating and season statistics.
Endpoint ID: 26967
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26967/player+profile
INPUT PARAMETERS

Player Profile — Endpoint Features

Object Description
player_id Optional Numeric player id.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

player_id
API EXAMPLE RESPONSE
JSON
{
    "backhand": null,
    "birthday": "2001-08-16",
    "country": "ita",
    "hand": "R",
    "id": 34,
    "is_doubles_team": false,
    "name": "Jannik Sinner",
    "ranking": 1,
    "ranking_movement": "same",
    "ranking_points": 13450,
    "stats": {
        "ratings": {
            "computed": {
                "by_level": {
                    "G": {
                        "l": 22,
                        "pct": 81.2,
                        "w": 95
                    },
                    "M": {
                        "l": 30,
                        "pct": 80.3,
                        "w": 122
                    },
                    "Other": {
                        "l": 69,
                        "pct": 74.9,
                        "w": 206
                    }
                },
                "by_round": {
                    "F": {
                        "l": 11,
                        "pct": 75.6,
                        "w": 34
                    },
                    "Q1": {
                        "l": 6,
                        "pct": 40,
                        "w": 4
                    },
                    "Q2": {
                        "l": 1,
                        "pct": 75,
                        "w": 3
                    },
                    "Q3": {
                        "l": 0,
                        "pct": 100,
                        "w": 1
                    },
                    "QF": {
                        "l": 19,
                        "pct": 74.7,
                        "w": 56
                    },
                    "R128": {
                        "l": 4,
                        "pct": 84,
                        "w": 21
                    },
                    "R16": {
                        "l": 35,
                        "pct": 68.2,
                        "w": 75
                    },
                    "R32": {
                        "l": 24,
                        "pct": 81.2,
                        "w": 104
                    },
                    "R64": {
                        "l": 4,
                        "pct": 92.9,
                        "w": 52
                    },
                    "RR": {
                        "l": 3,
                        "pct": 90,
                        "w": 27
                    },
                    "SF": {
                        "l": 14,
                        "pct": 76.7,
                        "w": 46
                    }
                },
                "comeback_set1_down": {
                    "clay": {
                        "l": 12,
                        "pct": 57.1,
                        "w": 16
                    },
                    "grass": {
                        "l": 6,
                        "pct": 45.5,
                        "w": 5
                    },
                    "hard": {
                        "l": 17,
                        "pct": 67.9,
                        "w": 36
                    },
                    "overall": {
                        "l": 35,
                        "pct": 62,
                        "w": 57
                    }
                },
                "deciding_sets": {
                    "clay": {
                        "l": 14,
                        "pct": 65.9,
                        "w": 27
                    },
                    "grass": {
                        "l": 6,
                        "pct": 50,
                        "w": 6
                    },
                    "hard": {
                        "l": 32,
                        "pct": 67.7,
                        "w": 67
                    },
                    "overall": {
                        "l": 52,
                        "pct": 65.8,
                        "w": 100
                    }
                },
                "set1": {
                    "clay": {
                        "l": 23,
                        "pct": 79.6,
                        "w": 90
                    },
                    "grass": {
                        "l": 6,
                        "pct": 66.7,
                        "w": 12
                    },
                    "hard": {
                        "l": 42,
                        "pct": 85.4,
                        "w": 246
                    },
                    "overall": {
                        "l": 71,
                        "pct": 83.1,
                        "w": 348
                    }
                },
                "set2": {
                    "clay": {
                        "l": 14,
                        "pct": 87.6,
                        "w": 99
                    },
                    "grass": {
                        "l": 4,
                        "pct": 77.8,
                        "w": 14
                    },
                    "hard": {
                        "l": 44,
                        "pct": 84.7,
                        "w": 244
                    },
                    "overall": {
                        "l": 62,
                        "pct": 85.2,
                        "w": 357
                    }
                },
                "set3": {
                    "clay": {
                        "l": 0,
                        "pct": 100,
                        "w": 37
                    },
                    "grass": {
                        "l": 0,
                        "pct": 100,
                        "w": 10
                    },
                    "hard": {
                        "l": 0,
                        "pct": 100,
                        "w": 88
                    },
                    "overall": {
                        "l": 0,
                        "pct": 100,
                        "w": 135
                    }
                },
                "tiebreaks": {
                    "clay": {
                        "l": 15,
                        "pct": 66.7,
                        "w": 30
                    },
                    "grass": {
                        "l": 8,
                        "pct": 68,
                        "w": 17
                    },
                    "hard": {
                        "l": 21,
                        "pct": 84,
                        "w": 110
                    },
                    "overall": {
                        "l": 44,
                        "pct": 78.1,
                        "w": 157
                    }
                },
                "vs_lefty": {
                    "clay": {
                        "l": 4,
                        "pct": 71.4,
                        "w": 10
                    },
                    "grass": {
                        "l": 2,
                        "pct": 60,
                        "w": 3
                    },
                    "hard": {
                        "l": 4,
                        "pct": 88.2,
                        "w": 30
                    },
                    "overall": {
                        "l": 10,
                        "pct": 81.1,
                        "w": 43
                    }
                },
                "vs_top10": {
                    "clay": {
                        "l": 14,
                        "pct": 50,
                        "w": 14
                    },
                    "grass": {
                        "l": 3,
                        "pct": 62.5,
                        "w": 5
                    },
                    "hard": {
                        "l": 20,
                        "pct": 70.6,
                        "w": 48
                    },
                    "overall": {
                        "l": 37,
                        "pct": 64.4,
                        "w": 67
                    }
                },
                "vs_top20": {
                    "clay": {
                        "l": 15,
                        "pct": 59.5,
                        "w": 22
                    },
                    "grass": {
                        "l": 3,
                        "pct": 66.7,
                        "w": 6
                    },
                    "hard": {
                        "l": 29,
                        "pct": 72.1,
                        "w": 75
                    },
                    "overall": {
                        "l": 47,
                        "pct": 68.7,
                        "w": 103
                    }
                },
                "vs_top50": {
                    "clay": {
                        "l": 18,
                        "pct": 69.5,
                        "w": 41
                    },
                    "grass": {
                        "l": 8,
                        "pct": 65.2,
                        "w": 15
                    },
                    "hard": {
                        "l": 42,
                        "pct": 77,
                        "w": 141
                    },
                    "overall": {
                        "l": 68,
                        "pct": 74.3,
                        "w": 197
                    }
                }
            },
            "elo": {
                "clay": 2222.5,
                "clay_rank": 1,
                "elo_rank": 1,
                "grass": 2094,
                "grass_rank": 2,
                "hard": 2268.9,
                "hard_rank": 1
            }
        }
    },
    "_note": "Response truncated for documentation purposes"
}
Player Profile — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26967/player+profile?player_id=34' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Match-winner prediction market(s) for a match: the question, status, 24h volume, liquidity and end date. Requires the PRO plan.
Endpoint ID: 26968
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26968/match-winner+markets
INPUT PARAMETERS

Match-Winner Markets — Endpoint Features

Object Description
match_id Optional Numeric match id.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

match_id
API EXAMPLE RESPONSE
JSON
{
    "data": [
        {
            "end_date": null,
            "id": 15687,
            "liquidity": 116193.57512,
            "question": "ITF Brisbane: Benjamin O'connell vs Jake Delaney",
            "status": "closed",
            "volume": 74255.18363299998
        }
    ],
    "meta": {
        "count": 1,
        "match_id": 20564
    }
}
Match-Winner Markets — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26968/match-winner+markets?match_id=20564' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Recent match-winner market price ticks for a match, per player side (bid, ask, mid and spread) with timestamps, newest first. Requires the PRO plan.
Endpoint ID: 26969
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26969/market+price+ticks
INPUT PARAMETERS

Market Price Ticks — Endpoint Features

Object Description
limit Optional Max price ticks to return (1-200, default 50).
match_id Optional Numeric match id.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

limit
match_id
API EXAMPLE RESPONSE
JSON
{
    "end_date": null,
    "id": 15687,
    "liquidity": 116193.57512,
    "prices": [
        {
            "ask": null,
            "bid": 0.999,
            "mid": 1,
            "side": 2,
            "spread": null,
            "timestamp": "2026-07-18T05:46:50.173406Z"
        },
        {
            "ask": 0.001,
            "bid": null,
            "mid": 0,
            "side": 1,
            "spread": null,
            "timestamp": "2026-07-18T05:46:50.173403Z"
        },
        {
            "ask": null,
            "bid": 0.999,
            "mid": 0.9995,
            "side": 2,
            "spread": null,
            "timestamp": "2026-07-18T05:31:17.123394Z"
        },
        {
            "ask": 0.001,
            "bid": null,
            "mid": 0.0005,
            "side": 1,
            "spread": null,
            "timestamp": "2026-07-18T05:31:17.123389Z"
        },
        {
            "ask": null,
            "bid": 0.999,
            "mid": 0.9995,
            "side": 2,
            "spread": null,
            "timestamp": "2026-07-18T05:16:35.806298Z"
        },
        {
            "ask": 0.001,
            "bid": null,
            "mid": 0.0005,
            "side": 1,
            "spread": null,
            "timestamp": "2026-07-18T05:16:35.806295Z"
        },
        {
            "ask": null,
            "bid": 0.999,
            "mid": 0.9995,
            "side": 2,
            "spread": null,
            "timestamp": "2026-07-18T05:14:02.594431Z"
        },
        {
            "ask": 0.001,
            "bid": null,
            "mid": 0.0005,
            "side": 1,
            "spread": null,
            "timestamp": "2026-07-18T05:14:02.594428Z"
        },
        {
            "ask": 0.8,
            "bid": 0.78,
            "mid": 0.79,
            "side": 2,
            "spread": 0.020000000000000018,
            "timestamp": "2026-07-18T04:58:30.028541Z"
        },
        {
            "ask": 0.22,
            "bid": 0.2,
            "mid": 0.21,
            "side": 1,
            "spread": 0.01999999999999999,
            "timestamp": "2026-07-18T04:58:30.028536Z"
        }
    ],
    "question": "ITF Brisbane: Benjamin O'connell vs Jake Delaney",
    "status": "closed",
    "volume": 74255.18363299998
}
Market Price Ticks — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26969/market+price+ticks?limit=10&match_id=20564' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Recently completed matches with players, tournament, final score and the derived winner side, newest first.
Endpoint ID: 26970
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26970/completed+match+history
INPUT PARAMETERS

Completed Match History — Endpoint Features

Object Description
limit Optional Max matches to return (1-200, default 50).

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

limit
API EXAMPLE RESPONSE
JSON
{
    "data": [
        {
            "event_status": null,
            "format": "BO3",
            "id": 20564,
            "indoor": false,
            "is_doubles": false,
            "players": {
                "p1": {
                    "backhand": null,
                    "birthday": "1997-05-14",
                    "country": "aus",
                    "hand": "R",
                    "id": 497,
                    "is_doubles_team": false,
                    "name": "Jake Delaney",
                    "ranking": 384,
                    "ranking_movement": "up",
                    "ranking_points": 131,
                    "tour": "atp"
                },
                "p2": {
                    "backhand": null,
                    "birthday": "1999-03-31",
                    "country": "aus",
                    "hand": null,
                    "id": 2121,
                    "is_doubles_team": false,
                    "name": "Benjamin O'Connell",
                    "ranking": 1069,
                    "ranking_movement": "down",
                    "ranking_points": 16,
                    "tour": "atp"
                }
            },
            "round": "M25 Brisbane - Semi-finals",
            "scheduled_time": "2026-07-18T02:25:00Z",
            "score": {
                "games": [
                    [
                        4,
                        6,
                        6
                    ],
                    [
                        6,
                        3,
                        4
                    ]
                ],
                "is_tiebreak": false,
                "points": [
                    "0",
                    "0"
                ],
                "server": 1,
                "sets": [
                    2,
                    1
                ],
                "timestamp": "2026-07-18T04:58:38.940096Z"
            },
            "status": "completed",
            "surface": "hard",
            "tournament": "M25 Brisbane",
            "winner": 1
        },
        {
            "event_status": null,
            "format": "BO3",
            "id": 20563,
            "indoor": false,
            "is_doubles": false,
            "players": {
                "p1": {
                    "backhand": 2,
                    "birthday": null,
                    "country": "aus",
                    "hand": "R",
                    "id": 12211,
                    "is_doubles_team": false,
                    "name": "Matthew Hulme",
                    "ranking": 1163,
                    "ranking_movement": "up",
                    "ranking_points": 11,
                    "tour": "atp"
                },
                "p2": {
                    "backhand": null,
                    "birthday": null,
                    "country": "aus",
                    "hand": null,
                    "id": 12216,
                    "is_doubles_team": false,
                    "name": "Zachary Viiala",
                    "ranking": 1692,
                    "ranking_movement": null,
                    "ranking_points": null,
                    "tour": "atp"
                }
            },
            "round": "M25 Brisbane - Semi-finals",
            "scheduled_time": "2026-07-18T00:20:00Z",
            "score": {
                "games": [
                    [
                        6,
                        6,
                        7
                    ],
                    [
                        2,
                        7,
                        6
                    ]
                ],
                "is_tiebreak": false,
                "points": [
                    "0",
                    "0"
                ],
                "server": 2,
                "sets": [
                    2,
                    1
                ],
                "timestamp": "2026-07-18T02:53:57.879112Z"
            },
            "status": "completed",
            "surface": "hard",
            "tournament": "M25 Brisbane",
            "winner": 1
        },
        {
            "event_status": null,
            "format": "BO3",
            "id": 20602,
            "indoor": false,
            "is_doubles": false,
            "players": {
                "p1": {
                    "backhand": null,
                    "birthday": null,
                    "country": "wor",
                    "hand": null,
                    "id": 2439,
                    "is_doubles_team": false,
                    "name": "Ekaterina Tupitsyna",
                    "ranking": 697,
                    "ranking_movement": "down",
                    "ranking_points": 57,
                    "tour": "wta"
                },
                "p2": {
                    "backhand": null,
                    "birthday": "2004-01-12",
                    "country": "wor",
                    "hand": null,
                    "id": 4885,
                    "is_doubles_team": false,
                    "name": "Maria Sholokhova",
                    "ranking": 660,
                    "ranking_movement": "down",
                    "ranking_points": 64,
                    "tour": "wta"
                }
            },
            "round": "W15 Astana 2 - Semi-finals",
            "scheduled_time": "2026-07-18T05:00:00Z",
            "score": {
                "games": [
                    [
                        6,
                        6
                    ],
                    [
                        2,
                        1
                    ]
                ],
                "is_tiebreak": false,
                "points": [
                    "0",
                    "0"
                ],
                "server": 1,
                "sets": [
                    2,
                    0
                ],
                "timestamp": "2026-07-18T06:26:35.857372Z"
            },
            "status": "completed",
            "surface": "hard",
            "tournament": "W15 Astana 2",
            "winner": 1
        },
        {
            "event_status": null,
            "format": "BO3",
            "id": 20601,
            "indoor": false,
            "is_doubles": false,
            "players": {
                "p1": {
                    "backhand": null,
                    "birthday": "2007-09-08",
                    "country": "chn",
                    "hand": null,
                    "id": 1064,
                    "is_doubles_team": false,
                    "name": "Xinyu Wang",
                    "ranking": 541,
                    "ranking_movement": "down",
                    "ranking_points": 98,
                    "tour": null
                },
                "p2": {
                    "backhand": null,
                    "birthday": "2006-05-02",
                    "country": "wor",
                    "hand": null,
                    "id": 2741,
                    "is_doubles_team": false,
                    "name": "Maria Kalyakina",
                    "ranking": 615,
                    "ranking_movement": "down",
                    "ranking_points": 76,
                    "tour": "wta"
                }
            },
            "round": "W15 Luan 5 - Semi-finals",
            "scheduled_time": "2026-07-18T06:00:00Z",
            "score": {
                "games": [
                    [
                        6,
                        0
                    ],
                    [
                        4,
                        0
                    ]
                ],
                "is_tiebreak": false,
                "points": [
                    "0",
                    "0"
                ],
                "server": 1,
                "sets": [
                    1,
                    0
                ],
                "timestamp": "2026-07-18T07:02:31.707889Z"
            },
            "status": "completed",
            "surface": "hard",
            "tournament": "W15 Luan 5",
            "winner": 1
        },
        {
            "event_status": null,
            "format": "BO3",
            "id": 20577,
            "indoor": false,
            "is_doubles": false,
            "players": {
                "p1": {
                    "backhand": null,
                    "birthday": null,
                    "country": "tha",
                    "hand": null,
                    "id": 2474,
                    "is_doubles_team": false,
                    "name": "Kamonwan Yodpetch",
                    "ranking": 1012,
                    "ranking_movement": "up",
                    "ranking_points": 21,
                    "tour": "wta"
                },
                "p2": {
                    "backhand": null,
                    "birthday": "2006-09-30",
                    "country": "kor",
                    "hand": null,
                    "id": 2740,
                    "is_doubles_team": false,
                    "name": "Gaeul Jang",
                    "ranking": 695,
                    "ranking_movement": "down",
                    "ranking_points": 57,
                    "tour": "wta"
                }
            },
            "round": "W15 Astana 2 - Semi-finals",
            "scheduled_time": "2026-07-18T05:00:00Z",
            "score": {
                "games": [
                    [
                        3,
                        6
                    ]
                ]
            }
        }
    ],
    "_note": "Response truncated for documentation purposes"
}
Completed Match History — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26970/completed+match+history?limit=10' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Upcoming scheduled fixtures with player names, tournament, round, surface and event date, earliest first.
Endpoint ID: 26971
GET https://docs.zylalabs.com/api/13207/tennis+data+and+analytics+api/26971/upcoming+fixtures
INPUT PARAMETERS

Upcoming Fixtures — Endpoint Features

Object Description
limit Optional Max fixtures to return (1-200, default 50).

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

limit
API EXAMPLE RESPONSE
JSON
{
    "data": [
        {
            "event_date": "2026-05-07",
            "id": 87,
            "player1_name": "M. Kessler",
            "player2_name": "I. Jovic",
            "round": "WTA Rome - 1/32-finals",
            "status": "finished",
            "surface": "clay",
            "tour": "wta",
            "tournament": "Rome"
        },
        {
            "event_date": "2026-05-07",
            "id": 88,
            "player1_name": "C. Bucsa",
            "player2_name": "Q. Zheng",
            "round": "WTA Rome - 1/32-finals",
            "status": "finished",
            "surface": "clay",
            "tour": "wta",
            "tournament": "Rome"
        },
        {
            "event_date": "2026-05-07",
            "id": 89,
            "player1_name": "B. Bencic",
            "player2_name": "B. Andreescu",
            "round": "WTA Rome - 1/32-finals",
            "status": "finished",
            "surface": "clay",
            "tour": "wta",
            "tournament": "Rome"
        },
        {
            "event_date": "2026-05-07",
            "id": 90,
            "player1_name": "Y. Starodubtseva",
            "player2_name": "S. Waltert",
            "round": "WTA Rome - 1/64-finals",
            "status": "finished",
            "surface": "clay",
            "tour": "wta",
            "tournament": "Rome"
        },
        {
            "event_date": "2026-05-07",
            "id": 91,
            "player1_name": "N. Basiletti",
            "player2_name": "A. Tomljanovic",
            "round": "WTA Rome - 1/64-finals",
            "status": "finished",
            "surface": "clay",
            "tour": "wta",
            "tournament": "Rome"
        },
        {
            "event_date": "2026-05-07",
            "id": 92,
            "player1_name": "T. Maria",
            "player2_name": "S. Cirstea",
            "round": "WTA Rome - 1/32-finals",
            "status": "finished",
            "surface": "clay",
            "tour": "wta",
            "tournament": "Rome"
        },
        {
            "event_date": "2026-05-07",
            "id": 93,
            "player1_name": "J. Ostapenko",
            "player2_name": "A. Anisimova",
            "round": "WTA Rome - 1/32-finals",
            "status": "cancelled",
            "surface": "clay",
            "tour": "wta",
            "tournament": "Rome"
        },
        {
            "event_date": "2026-05-07",
            "id": 94,
            "player1_name": "P. Udvardy",
            "player2_name": "E. Mertens",
            "round": "WTA Rome - 1/32-finals",
            "status": "finished",
            "surface": "clay",
            "tour": "wta",
            "tournament": "Rome"
        },
        {
            "event_date": "2026-05-07",
            "id": 95,
            "player1_name": "K. Siniakova",
            "player2_name": "A. Kalinskaya",
            "round": "WTA Rome - 1/32-finals",
            "status": "finished",
            "surface": "clay",
            "tour": "wta",
            "tournament": "Rome"
        },
        {
            "event_date": "2026-05-07",
            "id": 96,
            "player1_name": "M. Bouzkova",
            "player2_name": "T. Townsend",
            "round": "WTA Rome - 1/32-finals",
            "status": "finished",
            "surface": "clay",
            "tour": "wta",
            "tournament": "Rome"
        }
    ],
    "meta": {
        "count": 10,
        "limit": 10,
        "offset": 0
    }
}
Upcoming Fixtures — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13207/tennis+data+and+analytics+api/26971/upcoming+fixtures?limit=10' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Tennis Data and Analytics API simply include your bearer token in the Authorization header.

Headers
Header Description
Authorization Required Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

No long-term commitment. Upgrade, downgrade, or cancel anytime.

(Save 2 months with annual billing 🎉)

🚀 Enterprise Plan

Starts at
$ 10,000/Year


  • Custom Volume
  • Custom Rate Limit
  • Specialized Customer Support
  • Real-Time API Monitoring
zeiss-logo amazon-logo zoom-logo decathlon-logo

Trusted by leading companies

Overview

Real-time tennis scores, players, match-winner market prices and AI win-probability analysis. Tiered read-only REST plus a live WebSocket score feed. All timestamps in UTC.

Tennis Data and Analytics API FAQs

Each endpoint returns specific tennis-related data. For example, "GET List Matches" provides match details like players, tournament, and scores, while "GET Live Score" offers real-time score snapshots, including sets and games. "GET Match Events" details chronological in-match events, and "GET Model Analysis" gives AI predictions and insights.

Key fields vary by endpoint. For "GET List Matches," important fields include "event_status," "players," and "score." In "GET Live Score," fields like "sets," "games," and "timestamp" are crucial. Each endpoint's response structure is designed to provide relevant match or player information.

Response data is structured in JSON format, typically containing a "data" array with objects representing matches, players, or events. Each object includes relevant fields, such as player names, scores, and timestamps, making it easy to parse and utilize in applications.

Each endpoint provides distinct information. "GET Match Detail" offers comprehensive match data, while "GET Search Players" allows users to find player rankings and details. "GET Match-Winner Markets" presents betting market data, and "GET Completed Match History" shows results of past matches.

Parameters vary by endpoint. For "GET List Matches," users can filter by match status (live, upcoming, completed). "GET Search Players" allows searching by player name substring. Each endpoint's documentation specifies available parameters for customizing requests.

Users can leverage the returned data for various applications, such as live score tracking, player analysis, and betting insights. For instance, using "GET Live Score" data, developers can create real-time scoreboards, while "GET Model Analysis" can enhance predictive models for match outcomes.

The data is sourced from official tennis tournaments and matches, ensuring accuracy and reliability. The API aggregates real-time scores, player statistics, and market data from reputable sports data providers, maintaining high data quality.

Typical use cases include developing sports analytics applications, creating live score updates for websites, and providing insights for betting platforms. The API's comprehensive data allows for in-depth analysis of player performance and match outcomes.

General FAQs

To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.

You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.

The free trial lasts for 7 days and allows you to make up to 50 API requests.

No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.

Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

You can monitor your API usage through the response headers included with every request:

x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.

The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.

Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.

Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

Please have a look at our Refund Policy: https://zylalabs.com/terms#refund