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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2043,
            "tournament": {
                "id": 636,
                "name": "NODWIN Clutch Series 3",
                "name_alt": null
            },
            "lineup_a": {
                "id": 486,
                "team": {
                    "id": 1,
                    "name": "BIG",
                    "name_long": "Berlin International Gaming",
                    "name_alt": null
                },
                "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": "prosus"
                        },
                        "role": null
                    },
                    {
                        "player": {
                            "ingame_name": "FreeZe"
                        },
                        "role": null
                    },
                    {
                        "player": {
                            "ingame_name": "gr1ks"
                        },
                        "role": null
                    }
                ]
            },
            "lineup_b": null,
            "slug": "nodwin-clutch-series-3-big",
            "bestof": 3,
            "game": "cs",
            "first_map_at": "2025-12-15T10:00:00+01:00",
            "last_map_end": "2025-12-15T12:00:00Z",
            "cancelled": 0,
            "hltv_match_id": null,
            "livescore_url": null,
            "html_detail_url": "https://wannspieltbig.de/nodwin-clutch-series-3-big",
            "matchmaps": [
                {
                    "id": 10386,
                    "rounds_won_team_a": 0,
                    "rounds_won_team_b": 0,
                    "starting_at": "2025-12-15T10:00:00+01:00",
                    "map_pick_of": null,
                    "played_map": null
                },
                {
                    "id": 10387,
                    "rounds_won_team_a": 0,
                    "rounds_won_team_b": 0,
                    "starting_at": "2025-12-15T11:00:00+01:00",
                    "map_pick_of": null,
                    "played_map": null
                },
                {
                    "id": 10388,
                    "rounds_won_team_a": 0,
                    "rounds_won_team_b": 0,
                    "starting_at": "2025-12-15T12:00:00+01:00",
                    "map_pick_of": null,
                    "played_map": null
                }
            ],
            "block_voice_channel_display": "VC: Public Viewing 1",
            "block_voice_channel": "VC 1"
        },
        {
            "id": 2044,
            "tournament": {
                "id": 637,
                "name": "CCT Season 3 Europe Series 12",
                "name_alt": null
            },
            "lineup_a": {
                "id": 486,
                "team": {
                    "id": 1,
                    "name": "BIG",
                    "name_long": "Berlin International Gaming",
                    "name_alt": null
                },
                "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": "prosus"
                        },
                        "role": null
                    },
                    {
                        "player": {
                            "ingame_name": "FreeZe"
                        },
                        "role": null
                    },
                    {
                        "player": {
                            "ingame_name": "gr1ks"
                        },
                        "role": null
                    }
                ]
            },
            "lineup_b": null,
            "slug": "cct-season-3-europe-series-12-big",
            "bestof": 3,
            "game": "cs",
            "first_map_at": "2025-12-11T10:00:00+01:00",
            "last_map_end": "2025-12-11T12:00:00Z",
            "cancelled": 0,
            "hltv_match_id": null,
            "livescore_url": null,
            "html_detail_url": "https://wannspieltbig.de/cct-season-3-europe-series-12-big",
            "matchmaps": [
                {
                    "id": 10389,
                    "rounds_won_team_a": 0,
                    "rounds_won_team_b": 0,
                    "starting_at": "2025-12-11T10:00:00+01:00",
                    "map_pick_of": null,
                    "played_map": null
                },
                {
                    "id": 10390,
                    "rounds_won_team_a": 0,
                    "rounds_won_team_b": 0,
                    "starting_at": "2025-12-11T11:00:00+01:00",
                    "map_pick_of": null,
                    "played_map": null
                },
                {
                    "id": 10391,
                    "rounds_won_team_a": 0,
                    "rounds_won_team_b": 0,
                    "starting_at": "2025-12-11T12:00:00+01:00",
                    "map_pick_of": null,
                    "played_map": null
                }
            ],
            "block_voice_channel_display": "VC: Public Viewing 1",
            "block_voice_channel": "VC 1"
        }
    ]
}