List all tournaments or create a new tournament.

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

{
    "count": 60331,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=subsequent_pairing_method&page=6033",
    "results": [
        {
            "id": 28352,
            "name": "Sunjang Newbie Delight",
            "director": {
                "id": 119297,
                "username": "copacetic",
                "country": "um",
                "icon": "https://user-uploads.online-go.com/83139f3609b939c1b02e25a5f371a7a5-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1505.5251535264672,
                        "deviation": 65.4491161141832,
                        "volatility": 0.05974900991540098
                    }
                },
                "ranking": 24.388497056710662,
                "professional": false,
                "ui_class": ""
            },
            "description": "You must follow the standard opening described in the following diagram <a href=\"http://i.imgur.com/vdZ0oLB.png?1\"> SUNJANG START</a>\n\nBefore the game starts, Black must write \"SUNJANG BADUK\" in the game chat.\n\nA detailed explanation can be found on the <a href=\"http://senseis.xmp.net/?SunjangBadukTournamentAtOGS\">tournament pages.</a>",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 142,
                "name": "Sunjang Baduk - 순장바둑",
                "summary": "For those who would like to play Sunjang Baduk, a form of Go which was popular in Korea (Joseon) through the 16th century.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 199,
                "icon": "https://user-uploads.online-go.com/884a0fb3009f38ec8dffd08d3cc84cee-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2017-08-08T00:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2017-08-08T00:01:02.763659Z",
            "ended": "2019-02-05T05:03:53.074754Z",
            "start_waiting": "2017-08-08T00:01:00.049843Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/884a0fb3009f38ec8dffd08d3cc84cee-15.png",
            "player_count": 20,
            "ranked": true
        }
    ]
}