List all tournaments or create a new tournament.

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

{
    "count": 58982,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=first_pairing_method&page=5898",
    "results": [
        {
            "id": 2670,
            "name": "Poppy's tournament",
            "director": {
                "id": 9574,
                "username": "poppy",
                "country": "fr",
                "icon": "https://secure.gravatar.com/avatar/7fb327aad61cd2b8441d1fbf2b44ac7b?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1622.0771969247673,
                        "deviation": 64.68562742439492,
                        "volatility": 0.059965083804519655
                    }
                },
                "ranking": 26.1146946708668,
                "professional": false,
                "ui_class": ""
            },
            "description": "Dougle dikit kyu tournament",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 432000,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 17853,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 10,
            "max_ranking": 20,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2013-12-03T16:11:32.742290Z",
            "ended": "2014-02-04T17:37:58.660938Z",
            "start_waiting": "2013-12-03T16:11:32.006525Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 3174,
            "name": "Tenkaichi Budokai (天下第一武道) of Go!",
            "director": {
                "id": 55169,
                "username": "围棋哆啦A梦",
                "country": "_United_Federation_of_Planets",
                "icon": "https://user-uploads.online-go.com/352b3e972b8bff8c97f287054be00249-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1281.4919047071874,
                        "deviation": 62.84727370772232,
                        "volatility": 0.05980601157664528
                    }
                },
                "ranking": 20.65864251632218,
                "professional": false,
                "ui_class": ""
            },
            "description": "Everyone is allowed to join! Have fun and enjoy! This tournament have handicaps so everyone can have a fair and fun game!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 691200,
            "time_control_parameters": {
                "time_control": "simple",
                "per_move": 691200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 221,
                "name": "Anime & Manga Go Group ",
                "summary": "This is a group for people that likes Japanese animated cartoons and manga. All people are welcome! We will have small tournaments! Anyone can make the tournament in this group!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 156,
                "icon": "https://user-uploads.online-go.com/b932461259571f6d7b01c1b5deb63548-64.png"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2014-09-29T19:36:37.395548Z",
            "ended": "2019-05-28T17:13:14.497791Z",
            "start_waiting": "2014-09-29T19:36:35.263009Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/b932461259571f6d7b01c1b5deb63548-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}