GET /api/match_upcoming/?format=api&offset=40
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 41,
    "next": null,
    "previous": "http://wannspieltbig.de/api/match_upcoming/?format=api&limit=20&offset=20",
    "results": [
        {
            "id": 2254,
            "tournament": {
                "id": 686,
                "name": "CCT Global Finals 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": 205,
                "team": {
                    "id": 205,
                    "name": "NiP",
                    "name_long": null,
                    "name_alt": null,
                    "hltv_id": 4411
                },
                "team_logo_url": "https://img-cdn.hltv.org/teamlogo/mbY2YeFKUAbL9NyO6ab7-c.png?ixlib=java-2.1.0&w=200&s=1c4343c7ff32e9e75f9321b91d443d07",
                "active_from": "2015-10-01T02:00:43+02:00",
                "players": []
            },
            "slug": "cct-global-finals-2026-big-vs-nip",
            "bestof": 3,
            "game": "cs",
            "first_map_at": "2026-04-25T22:00:00+02:00",
            "last_map_end": "2026-04-25T23:00:00Z",
            "cancelled": 0,
            "hltv_match_id": "2393420",
            "esea_match_id": null,
            "livescore_url": "http://wannspieltbig.de/api/match_livescore/2393420/",
            "html_detail_url": "http://wannspieltbig.de/cct-global-finals-2026-big-vs-nip",
            "matchmaps": [
                {
                    "id": 10876,
                    "rounds_won_team_a": 5,
                    "rounds_won_team_b": 13,
                    "starting_at": "2026-04-25T22:00:00+02:00",
                    "map_pick_of": null,
                    "played_map": {
                        "id": 15,
                        "name": "Ancient",
                        "cs_name": "de_ancient"
                    },
                    "map_nr": 1
                },
                {
                    "id": 10877,
                    "rounds_won_team_a": 13,
                    "rounds_won_team_b": 11,
                    "starting_at": "2026-04-25T23:00:00+02:00",
                    "map_pick_of": null,
                    "played_map": {
                        "id": 3,
                        "name": "Mirage",
                        "cs_name": "de_mirage"
                    },
                    "map_nr": 2
                },
                {
                    "id": 10878,
                    "rounds_won_team_a": 5,
                    "rounds_won_team_b": 13,
                    "starting_at": "2026-04-26T00:00:00+02:00",
                    "map_pick_of": null,
                    "played_map": {
                        "id": 16,
                        "name": "Anubis",
                        "cs_name": "de_anubis"
                    },
                    "map_nr": 3
                }
            ],
            "block_voice_channel_display": "VC: Public Viewing 1",
            "block_voice_channel": "VC 1",
            "has_ended": true
        }
    ]
}