List all tournaments or create a new tournament.

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

{
    "count": 58832,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=first_pairing_method&page=5883",
    "results": [
        {
            "id": 43191,
            "name": "สาระ-rail361! tour ครั้งที่ 5.5",
            "director": {
                "id": 148806,
                "username": "โอ๋ชิงหยวน",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/d3f8fcc6dbd4915bc123f62b337be552-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1509.524434648941,
                        "deviation": 65.82091186646322,
                        "volatility": 0.059492438825739416
                    }
                },
                "ranking": 24.449911245483396,
                "professional": false,
                "ui_class": ""
            },
            "description": "#เฉพาะกิจ\nขอความกรุณาจากเพื่อนๆร่วมทัวร์ รักษามารยาทอันดีในการเล่นโกะ\nเพื่อที่เราจะได้ร่วมเล่น ร่วมพัฒนาไปพร้อมๆกัน",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 10560,
            "time_control_parameters": {
                "period_time": 86400,
                "main_time": 172800,
                "system": "canadian",
                "pause_on_weekends": false,
                "time_control": "canadian",
                "stones_per_period": 10,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 2571,
                "name": "Go World Wide",
                "summary": "enjoy",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 91,
                "icon": "https://user-uploads.online-go.com/889d994a8e18efb0db03c85b562aaad1-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-11-29T23:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 20,
            "max_ranking": 37,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2018-11-29T23:00:53.134496Z",
            "ended": "2018-12-18T05:18:20.370678Z",
            "start_waiting": "2018-11-29T23:00:52.120935Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/889d994a8e18efb0db03c85b562aaad1-15.png",
            "player_count": 6,
            "ranked": true
        },
        {
            "id": 1985,
            "name": "takkaa's mini-tournament",
            "director": {
                "id": 733,
                "username": "takkaa",
                "country": "pl",
                "icon": "https://secure.gravatar.com/avatar/04ec8884ae7cd96e2536ac2138a100d7?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1779.510780526295,
                        "deviation": 64.56126229807248,
                        "volatility": 0.05990329909237355
                    }
                },
                "ranking": 28.259100836979073,
                "professional": false,
                "ui_class": ""
            },
            "description": "",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 86400,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 78,
                "name": "OGS Mini Tournaments",
                "summary": "The home for all of the old OGS mini tournaments",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 383,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 24,
            "max_ranking": 36,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2013-04-08T18:37:20Z",
            "ended": "2013-04-08T16:37:20Z",
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}