List all tournaments or create a new tournament.

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

{
    "count": 58851,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-time_per_move&page=5885",
    "results": [
        {
            "id": 6071,
            "name": "GO ... WEST",
            "director": {
                "id": 55064,
                "username": "blubber",
                "country": "ro",
                "icon": "https://user-uploads.online-go.com/5ceb8451275320c146fde076db908fe5-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1140.0725201471582,
                        "deviation": 66.8025258366915,
                        "volatility": 0.06013438247718174
                    }
                },
                "ranking": 17.951641825209983,
                "professional": false,
                "ui_class": ""
            },
            "description": "this is a tournament for all players who want to have fun",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "time_control": "none"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 30,
                "name": "România",
                "summary": "Grupul romanilor de pe OGS.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 111,
                "icon": "https://user-uploads.online-go.com/76902c1bdd5a6f9fc13afbb21ce2f1f2-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2015-03-23T18:29:00Z",
            "players_start": 2,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2015-03-23T18:29:22.405400Z",
            "ended": "2015-04-25T18:58:49.614372Z",
            "start_waiting": "2015-03-23T18:29:22.318121Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/76902c1bdd5a6f9fc13afbb21ce2f1f2-15.png",
            "player_count": 2,
            "ranked": true
        }
    ]
}