List all tournaments or create a new tournament.

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

{
    "count": 59761,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-handicap&page=5976",
    "results": [
        {
            "id": 58172,
            "name": "Szczecin w czas zarazy",
            "director": {
                "id": 520574,
                "username": "michal-szn",
                "country": "pl",
                "icon": "https://user-uploads.online-go.com/a78c9abce5b97cb9e1ed61d56b881a0d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1370.8516498776532,
                        "deviation": 63.476834998087334,
                        "volatility": 0.059942979900287074
                    }
                },
                "ranking": 22.219120103563267,
                "professional": false,
                "ui_class": ""
            },
            "description": "Skoro nie możemy się spotkać w Expie proponuję turniej gier na żywo.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 43,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 1200,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12,
                "name": "Porfirion - Szczecin",
                "summary": "Grupa graczy ze Szczecińskiego Klubu Go Porfirion. Zapraszamy wszystkich graczy (i chcących poznać grę) ze Szczecina, znajomych i chętnych się zaznajomić :)\n\nhttp://szczecin.go.art.pl/",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 46,
                "icon": "https://user-uploads.online-go.com/b5cff8e1fc4125b73ea513b6eca3baec-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-04-01T15:30:00Z",
            "players_start": 6,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-04-01T15:30:58.779556Z",
            "ended": "2020-04-01T18:09:46.127445Z",
            "start_waiting": "2020-04-01T15:30:58.491886Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/b5cff8e1fc4125b73ea513b6eca3baec-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}