GET /api/v1/groups/?format=api&ordering=is_public&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=is_public&page=1342",
    "results": [
        {
            "id": 12401,
            "name": "Club de Go Orléanais",
            "summary": "Groupe OGS du club de Go Orléanais.",
            "require_invitation": false,
            "is_public": true,
            "admin_only_tournaments": false,
            "hide_details": false,
            "member_count": 15,
            "icon": "https://user-uploads.online-go.com/8c02cbc6154906dd8a62b33bd127e0aa-64.png"
        }
    ]
}