You’re all set!

Your guide “Building Real-Time Livescore Apps” is ready to download below.

Download PDF

Live Match Data Example

{
    "data": {
        "id": 19427566,
        "sport_id": 1,
        "league_id": 8,
        "season_id": 25583,
        "stage_id": 77476879,
        "group_id": null,
        "aggregate_id": null,
        "round_id": 372206,
        "state_id": 5,
        "venue_id": 204,
        "name": "Arsenal vs Tottenham Hotspur",
        "starting_at": "2025-11-23 16:30:00",
        "result_info": "Arsenal won after full-time.",
        "leg": "1/1",
        "details": null,
        "length": 90,
        "placeholder": false,
        "has_odds": true,
        "has_premium_odds": true,
        "starting_at_timestamp": 1763915400,
        "scores": [
            {
                "id": 17499107,
                "fixture_id": 19427566,
                "type_id": 1525,
                "participant_id": 19,
                "score": {
                    "goals": 4,
                    "participant": "home"
                },
                "description": "CURRENT"
            },
            {
                "id": 17499109,
                "fixture_id": 19427566,
                "type_id": 1,
                "participant_id": 19,
                "score": {
                    "goals": 2,
                    "participant": "home"
                },
                "description": "1ST_HALF"
            },
            {
                "id": 17499108,
                "fixture_id": 19427566,
                "type_id": 1,
                "participant_id": 6,
                "score": {
                    "goals": 0,
                    "participant": "away"
                },
                "description": "1ST_HALF"
            },
            {
                "id": 17499110,
                "fixture_id": 19427566,
                "type_id": 2,
                "participant_id": 6,
                "score": {
                    "goals": 1,
                    "participant": "away"
                },
                "description": "2ND_HALF"
            },
            {
                "id": 17499111,
                "fixture_id": 19427566,
                "type_id": 2,
                "participant_id": 19,
                "score": {
                    "goals": 4,
                    "participant": "home"
                },
                "description": "2ND_HALF"
            },
            {
                "id": 17499106,
                "fixture_id": 19427566,
                "type_id": 1525,
                "participant_id": 6,
                "score": {
                    "goals": 1,
                    "participant": "away"
                },
                "description": "CURRENT"
            },
            {
                "id": 17500524,
                "fixture_id": 19427566,
                "type_id": 48996,
                "participant_id": 19,
                "score": {
                    "goals": 2,
                    "participant": "home"
                },
                "description": "2ND_HALF_ONLY"
            },
            {
                "id": 17500525,
                "fixture_id": 19427566,
                "type_id": 48996,
                "participant_id": 6,
                "score": {
                    "goals": 1,
                    "participant": "away"
                },
                "description": "2ND_HALF_ONLY"
            }
        ]
    },