GET /api/v1/tournaments?format=api&ordering=-handicap&page=5876
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 58751,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5875",
    "results": [
        {
            "id": 100117,
            "name": "DDK Proving Grounds March",
            "director": {
                "id": 236345,
                "username": "Amarantz99",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/3b1b5e31f44e7a37574e78b54af6a512?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1280.768888464346,
                        "deviation": 60.848465006145354,
                        "volatility": 0.05984499039516279
                    }
                },
                "ranking": 20.64557762729087,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "DDK Proving Grounds March",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 7228,
                "name": "DDK Proving Grounds (Double Digit Kyu)",
                "summary": "A place for DDK's to play against other DDK's without fear of SDK's trying to hop in. We do B League (25k-18k) & A League (17k-10k) tournaments monthly.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 643,
                "icon": "https://user-uploads.online-go.com/9725fa29200a4cb43a21b6a895183ad3-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-03-02T01:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 20,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2023-03-02T01:00:38.292714Z",
            "ended": "2023-12-17T15:53:14.107156Z",
            "start_waiting": "2023-03-02T01:00:37.834726Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/9725fa29200a4cb43a21b6a895183ad3-15.png",
            "player_count": 21,
            "ranked": true
        }
    ]
}