List all tournaments or create a new tournament.

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

{
    "count": 59321,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=first_pairing_method&page=5932",
    "results": [
        {
            "id": 43730,
            "name": "deutsche go cup",
            "director": {
                "id": 487280,
                "username": "haha153",
                "country": "kr",
                "icon": "https://secure.gravatar.com/avatar/e266034252561403f06dc6d894cfeecc?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1460.6470493188567,
                        "deviation": 91.79716884808714,
                        "volatility": 0.060018627960580516
                    }
                },
                "ranking": 23.687925863925265,
                "professional": false,
                "ui_class": ""
            },
            "description": "gutes spiel und ein gutes neue jahr",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "korean",
            "time_per_move": 220,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": false,
                "time_control": "fischer",
                "initial_time": 900,
                "max_time": 1800,
                "time_increment": 210,
                "speed": "live"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 143,
                "name": "Deutsche Gruppe",
                "summary": "Die Gruppe für alle Deutschsprachigen.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 761,
                "icon": "https://user-uploads.online-go.com/be4d45d599a2563f696f98cd7136817c-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-12-16T19:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-12-17T19:34:41.787850Z",
            "ended": "2018-12-17T20:12:16.446749Z",
            "start_waiting": "2018-12-17T19:34:41.424844Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/be4d45d599a2563f696f98cd7136817c-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}