List all tournaments or create a new tournament.

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

{
    "count": 59162,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=max_ranking&page=5916",
    "results": [
        {
            "id": 65619,
            "name": "ARCC oango",
            "director": {
                "id": 812459,
                "username": "ttv oblivioncloak",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/5eb16c4b2fac519a3896e95fd2771b9d?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 350,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "ARCC TOURNEY",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6839,
                "name": "ARCC TOURNEY",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 5,
                "icon": "https://user-uploads.online-go.com/b3dae49b71816e232464dc7644615752-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-09-18T23:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-09-19T12:08:56.449741Z",
            "ended": "2020-09-25T14:08:15.075271Z",
            "start_waiting": "2020-09-19T12:08:56.048866Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/b3dae49b71816e232464dc7644615752-15.png",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 65463,
            "name": "Testing 123",
            "director": {
                "id": 844998,
                "username": "DylanPM",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/a38535274a56b9e86160d5860e46bdb9?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1337.6891060937023,
                        "deviation": 290.31896371798047,
                        "volatility": 0.05999967537233814
                    }
                },
                "ranking": 21.652208749198074,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "test of a tournaeitwgw",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 31,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 30,
                "initial_time": 120,
                "max_time": 300
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6822,
                "name": "Games 101 Fall 2020 Wednesday 4PM",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 16,
                "icon": "https://user-uploads.online-go.com/1f46c2080042e7feb0b4b215f5589062-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-09-14T22:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-09-14T22:00:09.238949Z",
            "ended": "2020-09-14T22:33:58.440248Z",
            "start_waiting": "2020-09-14T22:00:08.963399Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/1f46c2080042e7feb0b4b215f5589062-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}