Get HLTV Live Score from any Match

GET /api/match_livescore/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2298,
            "tournament": {
                "id": 700,
                "name": "XSE ProLeague 2026",
                "name_alt": null
            },
            "lineup_a": {
                "id": 486,
                "team": {
                    "id": 1,
                    "name": "BIG",
                    "name_long": "Berlin International Gaming",
                    "name_alt": null,
                    "hltv_id": 7532
                },
                "team_logo_url": "https://i.imgur.com/sto2p75.png",
                "active_from": "2024-07-27T18:00:00+02:00",
                "players": [
                    {
                        "player": {
                            "ingame_name": "tabseN"
                        },
                        "role": null
                    },
                    {
                        "player": {
                            "ingame_name": "JDC"
                        },
                        "role": null
                    },
                    {
                        "player": {
                            "ingame_name": "gr1ks"
                        },
                        "role": null
                    },
                    {
                        "player": {
                            "ingame_name": "blameF"
                        },
                        "role": null
                    },
                    {
                        "player": {
                            "ingame_name": "faveN"
                        },
                        "role": null
                    }
                ]
            },
            "lineup_b": {
                "id": 935,
                "team": {
                    "id": 878,
                    "name": "Lynn Vision",
                    "name_long": null,
                    "name_alt": null,
                    "hltv_id": null
                },
                "team_logo_url": "https://img-cdn.hltv.org/teamlogo/DPcHT21uWwK1hDD_3txlL9.png?ixlib=java-2.1.0&w=100&s=1529ee0026d4e588254fbcd85037eeff",
                "active_from": "2026-06-09T15:51:37+02:00",
                "players": []
            },
            "slug": "xse-proleague-2026-big-vs-lynn-vision",
            "bestof": 3,
            "game": "cs",
            "first_map_at": "2026-07-01T09:00:00+02:00",
            "last_map_end": "2026-07-01T08:00:00Z",
            "cancelled": 0,
            "hltv_match_id": "2395224",
            "esea_match_id": null,
            "livescore_url": "https://wannspieltbig.de/api/match_livescore/2395224/",
            "html_detail_url": "https://wannspieltbig.de/xse-proleague-2026-big-vs-lynn-vision",
            "matchmaps": [
                {
                    "id": 11008,
                    "rounds_won_team_a": 0,
                    "rounds_won_team_b": 0,
                    "starting_at": "2026-07-01T09:00:00+02:00",
                    "map_pick_of": null,
                    "played_map": null,
                    "map_nr": 1
                }
            ],
            "block_voice_channel_display": "VC: Public Viewing 1",
            "block_voice_channel": "VC 1",
            "has_ended": false
        }
    ]
}