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

{
    "count": 13421,
    "next": null,
    "previous": "https://online-go.com/api/v1/groups/?format=api&ordering=member_count&page=1342",
    "results": [
        {
            "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": 17502,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
        }
    ]
}